summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-17btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo
2022-05-16btrfs: remove unused parameter bio_flags from btrfs_wq_submit_bioDavid Sterba
2022-05-16btrfs: turn fs_roots_radix in btrfs_fs_info into an XArrayGabriel Niebler
2022-05-16btrfs: turn fs_info member buffer_radix into XArrayGabriel Niebler
2022-05-16btrfs: turn delayed_nodes_tree into an XArrayGabriel Niebler
2022-05-16btrfs: use a normal workqueue for rmw_workersChristoph Hellwig
2022-05-16btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueueChristoph Hellwig
2022-05-16btrfs: raid56: enable subpage support for RAID56Qu Wenruo
2022-05-16btrfs: do not return errors from btrfs_submit_metadata_bioChristoph Hellwig
2022-05-16btrfs: remove unused bio_flags argument to btrfs_submit_metadata_bioChristoph Hellwig
2022-05-16btrfs: use a read/write lock for protecting the block groups treeFilipe Manana
2022-05-16btrfs: use rbtree with leftmost node cached for tracking lowest block groupFilipe Manana
2022-05-16btrfs: check-integrity: split submit_bio from btrfsic checkingChristoph Hellwig
2022-05-16btrfs: remove unnecessary type castsYu Zhe
2022-05-16btrfs: expand subpage support to any PAGE_SIZE > 4KQu Wenruo
2022-05-16btrfs: make nodesize >= PAGE_SIZE case to reuse the non-subpage routineQu Wenruo
2022-05-16btrfs: tree-checker: check extent buffer owner against owner rootidQu Wenruo
2022-05-16btrfs: remove trivial wrapper btrfs_read_buffer()Filipe Manana
2022-05-09btrfs: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-06Merge tag 'for-5.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-05btrfs: force v2 space cache usage for subpage mountQu Wenruo
2022-04-26Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-04-21btrfs: zoned: use dedicated lock for data relocationNaohiro Aota
2022-04-17block: add a bdev_write_cache helperChristoph Hellwig
2022-04-17btrfs: simplify ->flush_bio handlingChristoph Hellwig
2022-04-14Merge tag 'for-5.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-04-06btrfs: fix root ref counts in error handling in btrfs_get_root_refJia-Ju Bai
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge tag 'for-5.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-15btrfs: Convert from set_page_dirty to dirty_folioMatthew Wilcox (Oracle)
2022-03-15btrfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)
2022-03-14btrfs: verify the tranisd of the to-be-written dirty extent bufferQu Wenruo
2022-03-14btrfs: unify the error handling pattern for read_tree_block()Qu Wenruo
2022-03-14btrfs: pass btrfs_fs_info to btrfs_recover_relocationJosef Bacik
2022-03-14btrfs: pass btrfs_fs_info for deleting snapshots and cleanerJosef Bacik
2022-03-14btrfs: add support for multiple global rootsJosef Bacik
2022-03-14btrfs: add code to support the block group rootJosef Bacik
2022-03-14btrfs: abstract out loading the tree rootJosef Bacik
2022-03-02btrfs: do not start relocation until in progress drops are doneJosef Bacik
2022-02-02block: pass a block_device and opf to bio_resetChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-01-07btrfs: output more debug messages for uncommitted transactionQu Wenruo
2022-01-07btrfs: remove reada infrastructureQu Wenruo
2022-01-07btrfs: make send work with concurrent block group relocationFilipe Manana
2022-01-03btrfs: track the csum, extent, and free space trees in a rb treeJosef Bacik
2022-01-03btrfs: stop accessing ->free_space_root directlyJosef Bacik