summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2021-03-25Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-17btrfs: fix subvolume/snapshot deletion not triggered on mountFilipe Manana
2021-03-17btrfs: initialize device::fs_info alwaysJosef Bacik
2021-02-21Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-02-12btrfs: initialize fs_info::csum_size earlier in open_ctreeSu Yue
2021-02-09btrfs: zoned: reorder log node allocation on zoned filesystemNaohiro Aota
2021-02-09btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupNaohiro Aota
2021-02-09btrfs: split alloc_log_tree()Naohiro Aota
2021-02-09btrfs: zoned: do not use async metadata checksum on zoned filesystemsNaohiro Aota
2021-02-09btrfs: zoned: serialize metadata IONaohiro Aota
2021-02-09btrfs: zoned: handle REQ_OP_ZONE_APPEND as writingNaohiro Aota
2021-02-09btrfs: zoned: redirty released extent buffersNaohiro Aota
2021-02-09btrfs: zoned: do not load fs_info::zoned from incompat flagJohannes Thumshirn
2021-02-09btrfs: zoned: defer loading zone info after opening treesNaohiro Aota
2021-02-08btrfs: allow read-only mount of 4K sector size fs on 64K page systemQu Wenruo
2021-02-08btrfs: introduce subpage metadata validation checkQu Wenruo
2021-02-08btrfs: improve preemptive background space flushingJosef Bacik
2021-02-08btrfs: track ordered bytes instead of just dio ordered bytesJosef Bacik
2021-02-08btrfs: make btrfs_root::free_objectid hold the next available objectidNikolay Borisov
2021-02-08btrfs: rename btrfs_root::highest_objectid to free_objectidNikolay Borisov
2021-02-08btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectidNikolay Borisov
2021-02-08btrfs: rename btrfs_find_highest_objectid to btrfs_init_root_free_objectidNikolay Borisov
2021-01-07btrfs: print the actual offset in btrfs_root_nameJosef Bacik
2020-12-18btrfs: add assertion for empty list of transactions at late stage of umountFilipe Manana
2020-12-18btrfs: fix race between RO remount and the cleaner taskFilipe Manana
2020-12-18btrfs: fix transaction leak and crash after cleaning up orphans on RO mountFilipe Manana
2020-12-09btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offsetQu Wenruo
2020-12-09btrfs: fix lockdep warning when creating free space treeBoris Burkov
2020-12-09btrfs: keep sb cache_generation consistent with space_cacheBoris Burkov
2020-12-09btrfs: clear free space tree on ro->rw remountBoris Burkov
2020-12-09btrfs: clear oneshot options on mount and remountBoris Burkov
2020-12-09btrfs: create free space tree on ro->rw remountBoris Burkov
2020-12-09btrfs: start orphan cleanup on ro->rw remountBoris Burkov
2020-12-09btrfs: lift read-write mount setup from mount and remountBoris Burkov
2020-12-09btrfs: remove inode number cache featureNikolay Borisov
2020-12-09btrfs: move btrfs_find_highest_objectid/btrfs_find_free_objectid to disk-io.cNikolay Borisov
2020-12-09btrfs: implement log-structured superblock for ZONED modeNaohiro Aota
2020-12-09btrfs: check and enable ZONED modeNaohiro Aota
2020-12-08btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_bufferQu Wenruo
2020-12-08btrfs: drop unused argument step from btrfs_free_extra_devidsAnand Jain
2020-12-08btrfs: set the lockdep class for extent buffers on creationJosef Bacik
2020-12-08btrfs: pass the owner_root and level to alloc_extent_bufferJosef Bacik
2020-12-08btrfs: pass root owner to read_tree_blockJosef Bacik
2020-12-08btrfs: cleanup extent buffer readaheadJosef Bacik
2020-12-08btrfs: remove lockdep classes for the fs treeJosef Bacik
2020-12-08btrfs: pass bvec to csum_dirty_buffer instead of pageQu Wenruo
2020-12-08btrfs: extract extent buffer verification from btrfs_validate_metadata_buffer()Qu Wenruo
2020-12-08btrfs: make csum_tree_block() handle node smaller than pageQu Wenruo
2020-12-08btrfs: grab fs_info from extent_buffer in btrfs_mark_buffer_dirtyQu Wenruo
2020-12-08btrfs: locking: remove all the blocking helpersJosef Bacik