summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-20btrfs: zoned: automatically reclaim zonesJohannes Thumshirn1-0/+13
2021-04-20btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lockJohannes Thumshirn1-3/+3
2021-04-19btrfs: subpage: support metadata checksum calculation at write timeQu Wenruo1-24/+72
2021-04-19btrfs: subpage: do more sanity checks on metadata page dirtyingQu Wenruo1-6/+41
2021-03-26Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+17
2021-03-17btrfs: fix subvolume/snapshot deletion not triggered on mountFilipe Manana1-1/+15
2021-03-17btrfs: initialize device::fs_info alwaysJosef Bacik1-1/+2
2021-02-21Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-31/+152
2021-02-12btrfs: initialize fs_info::csum_size earlier in open_ctreeSu Yue1-1/+2
2021-02-09btrfs: zoned: reorder log node allocation on zoned filesystemNaohiro Aota1-5/+7
2021-02-09btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupNaohiro Aota1-0/+1
2021-02-09btrfs: split alloc_log_tree()Naohiro Aota1-6/+27
2021-02-09btrfs: zoned: do not use async metadata checksum on zoned filesystemsNaohiro Aota1-0/+2
2021-02-09btrfs: zoned: serialize metadata IONaohiro Aota1-0/+1
2021-02-09btrfs: zoned: handle REQ_OP_ZONE_APPEND as writingNaohiro Aota1-2/+2
2021-02-09btrfs: zoned: redirty released extent buffersNaohiro Aota1-0/+8
2021-02-09btrfs: zoned: do not load fs_info::zoned from incompat flagJohannes Thumshirn1-2/+0
2021-02-09btrfs: zoned: defer loading zone info after opening treesNaohiro Aota1-0/+13
2021-02-09btrfs: allow read-only mount of 4K sector size fs on 64K page systemQu Wenruo1-3/+22
2021-02-09btrfs: introduce subpage metadata validation checkQu Wenruo1-0/+57
2021-02-09btrfs: improve preemptive background space flushingJosef Bacik1-0/+1
2021-02-09btrfs: track ordered bytes instead of just dio ordered bytesJosef Bacik1-4/+4
2021-02-09btrfs: make btrfs_root::free_objectid hold the next available objectidNikolay Borisov1-4/+4
2021-02-09btrfs: rename btrfs_root::highest_objectid to free_objectidNikolay Borisov1-7/+7
2021-02-09btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidNikolay Borisov1-1/+1
2021-02-09btrfs: rename btrfs_find_highest_objectid to btrfs_init_root_free_objectidNikolay Borisov1-7/+5
2021-01-07btrfs: print the actual offset in btrfs_root_nameJosef Bacik1-1/+1
2020-12-18btrfs: add assertion for empty list of transactions at late stage of umountFilipe Manana1-0/+3
2020-12-18btrfs: fix race between RO remount and the cleaner taskFilipe Manana1-1/+4
2020-12-18btrfs: fix transaction leak and crash after cleaning up orphans on RO mountFilipe Manana1-4/+1
2020-12-09btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offsetQu Wenruo1-9/+8
2020-12-09btrfs: fix lockdep warning when creating free space treeBoris Burkov1-4/+5
2020-12-09btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov1-0/+8
2020-12-09btrfs: clear free space tree on ro->rw remountBoris Burkov1-21/+21
2020-12-09btrfs: clear oneshot options on mount and remountBoris Burkov1-1/+13
2020-12-09btrfs: create free space tree on ro->rw remountBoris Burkov1-12/+11
2020-12-09btrfs: start orphan cleanup on ro->rw remountBoris Burkov1-9/+8
2020-12-09btrfs: lift read-write mount setup from mount and remountBoris Burkov1-39/+50
2020-12-09btrfs: remove inode number cache featureNikolay Borisov1-23/+0
2020-12-09btrfs: move btrfs_find_highest_objectid/btrfs_find_free_objectid to disk-io.cNikolay Borisov1-0/+55
2020-12-09btrfs: implement log-structured superblock for ZONED modeNaohiro Aota1-7/+35
2020-12-09btrfs: check and enable ZONED modeNaohiro Aota1-0/+10
2020-12-08btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_bufferQu Wenruo1-1/+1
2020-12-08btrfs: drop unused argument step from btrfs_free_extra_devidsAnand Jain1-6/+6
2020-12-08btrfs: set the lockdep class for extent buffers on creationJosef Bacik1-3/+0
2020-12-08btrfs: pass the owner_root and level to alloc_extent_bufferJosef Bacik1-3/+4
2020-12-08btrfs: pass root owner to read_tree_blockJosef Bacik1-5/+9
2020-12-08btrfs: cleanup extent buffer readaheadJosef Bacik1-16/+0
2020-12-08btrfs: remove lockdep classes for the fs treeJosef Bacik1-1/+0
2020-12-08btrfs: pass bvec to csum_dirty_buffer instead of pageQu Wenruo1-5/+6