summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: rip out btrfs_space_info::total_bytes_pinnedJosef Bacik2021-06-221-3/+0
* btrfs: send: fix crash when memory allocations trigger reclaimFilipe Manana2021-06-221-17/+1
* btrfs: ensure relocation never runs while we have send operations runningFilipe Manana2021-06-221-0/+1
* btrfs: shorten integrity checker extent data mount optionDavid Sterba2021-06-221-2/+1
* btrfs: fix typos in commentsDavid Sterba2021-06-221-1/+1
* btrfs: add cancellable chunk relocation supportDavid Sterba2021-06-211-0/+1
* btrfs: simplify eb checksum verification in btrfs_validate_metadata_bufferDavid Sterba2021-06-211-5/+5
* btrfs: remove extra sb::s_id from message in btrfs_validate_metadata_bufferDavid Sterba2021-06-211-2/+2
* btrfs: rename check_async_write and let it return boolJohannes Thumshirn2021-06-211-7/+6
* btrfs: promote debugging asserts to full-fledged checks in validate_superNikolay Borisov2021-06-041-8/+18
* btrfs: zoned: automatically reclaim zonesJohannes Thumshirn2021-04-201-0/+13
* btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lockJohannes Thumshirn2021-04-201-3/+3
* btrfs: subpage: support metadata checksum calculation at write timeQu Wenruo2021-04-191-24/+72
* btrfs: subpage: do more sanity checks on metadata page dirtyingQu Wenruo2021-04-191-6/+41
* Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-251-2/+17
|\
| * btrfs: fix subvolume/snapshot deletion not triggered on mountFilipe Manana2021-03-171-1/+15
| * btrfs: initialize device::fs_info alwaysJosef Bacik2021-03-171-1/+2
* | Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-02-211-31/+152
|\|
| * btrfs: zoned: reorder log node allocation on zoned filesystemNaohiro Aota2021-02-091-5/+7
| * btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupNaohiro Aota2021-02-091-0/+1
| * btrfs: split alloc_log_tree()Naohiro Aota2021-02-091-6/+27
| * btrfs: zoned: do not use async metadata checksum on zoned filesystemsNaohiro Aota2021-02-091-0/+2
| * btrfs: zoned: serialize metadata IONaohiro Aota2021-02-091-0/+1
| * btrfs: zoned: handle REQ_OP_ZONE_APPEND as writingNaohiro Aota2021-02-091-2/+2
| * btrfs: zoned: redirty released extent buffersNaohiro Aota2021-02-091-0/+8
| * btrfs: zoned: do not load fs_info::zoned from incompat flagJohannes Thumshirn2021-02-091-2/+0
| * btrfs: zoned: defer loading zone info after opening treesNaohiro Aota2021-02-091-0/+13
| * btrfs: allow read-only mount of 4K sector size fs on 64K page systemQu Wenruo2021-02-081-3/+22
| * btrfs: introduce subpage metadata validation checkQu Wenruo2021-02-081-0/+57
| * btrfs: improve preemptive background space flushingJosef Bacik2021-02-081-0/+1
| * btrfs: track ordered bytes instead of just dio ordered bytesJosef Bacik2021-02-081-4/+4
| * btrfs: make btrfs_root::free_objectid hold the next available objectidNikolay Borisov2021-02-081-4/+4
| * btrfs: rename btrfs_root::highest_objectid to free_objectidNikolay Borisov2021-02-081-7/+7
| * btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidNikolay Borisov2021-02-081-1/+1
| * btrfs: rename btrfs_find_highest_objectid to btrfs_init_root_free_objectidNikolay Borisov2021-02-081-7/+5
* | btrfs: initialize fs_info::csum_size earlier in open_ctreeSu Yue2021-02-121-1/+2
|/
* btrfs: print the actual offset in btrfs_root_nameJosef Bacik2021-01-071-1/+1
* btrfs: add assertion for empty list of transactions at late stage of umountFilipe Manana2020-12-181-0/+3
* btrfs: fix race between RO remount and the cleaner taskFilipe Manana2020-12-181-1/+4
* btrfs: fix transaction leak and crash after cleaning up orphans on RO mountFilipe Manana2020-12-181-4/+1
* btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offsetQu Wenruo2020-12-091-9/+8
* btrfs: fix lockdep warning when creating free space treeBoris Burkov2020-12-091-4/+5
* btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov2020-12-091-0/+8
* btrfs: clear free space tree on ro->rw remountBoris Burkov2020-12-091-21/+21
* btrfs: clear oneshot options on mount and remountBoris Burkov2020-12-091-1/+13
* btrfs: create free space tree on ro->rw remountBoris Burkov2020-12-091-12/+11
* btrfs: start orphan cleanup on ro->rw remountBoris Burkov2020-12-091-9/+8
* btrfs: lift read-write mount setup from mount and remountBoris Burkov2020-12-091-39/+50
* btrfs: remove inode number cache featureNikolay Borisov2020-12-091-23/+0
* btrfs: move btrfs_find_highest_objectid/btrfs_find_free_objectid to disk-io.cNikolay Borisov2020-12-091-0/+55