summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
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
2022-01-03btrfs: stop accessing ->csum_root directlyJosef Bacik
2022-01-03btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum rootJosef Bacik
2022-01-03btrfs: stop accessing ->extent_root directlyJosef Bacik
2022-01-03btrfs: init root block_rsv at init root timeJosef Bacik
2022-01-03btrfs: pass fs_info to trace_btrfs_transaction_commitJosef Bacik
2022-01-03btrfs: rework async transaction committingJosef Bacik
2022-01-03btrfs: remove unused BTRFS_FS_BARRIER flagJosef Bacik
2022-01-03btrfs: get rid of root->orphan_cleanup_stateJosef Bacik
2022-01-03btrfs: zoned: cache reported zone during mountNaohiro Aota
2022-01-03btrfs: remove unused parameter fs_devices from btrfs_init_workqueuesSu Yue
2021-12-17Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-12-14btrfs: fix double free of anon_dev after failure to create subvolumeFilipe Manana
2021-11-18Merge tag 'for-5.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-11-16btrfs: check-integrity: fix a warning on write caching disabled diskWang Yugui
2021-11-01Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-10-29btrfs: call btrfs_check_rw_degradable only if there is a missing deviceAnand Jain
2021-10-26btrfs: fix comment about sector sizes supported in 64K systemsAnand Jain
2021-10-26btrfs: add a BTRFS_FS_ERROR helperJosef Bacik
2021-10-26btrfs: assert that extent buffers are write locked instead of only lockedFilipe Manana
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo
2021-10-26btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn
2021-10-26btrfs: introduce btrfs_is_data_reloc_rootJohannes Thumshirn
2021-10-26btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain
2021-10-26btrfs: zoned: implement active zone trackingNaohiro Aota
2021-10-26btrfs: zoned: finish superblock zone once no space left for new SBNaohiro Aota
2021-10-25btrfs: subpage: introduce btrfs_subpage_bitmap_infoQu Wenruo
2021-10-18btrfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-09-07btrfs: fix upper limit for max_inline for page size 64KAnand Jain
2021-08-23btrfs: allow read-write for 4K sectorsize on 64K page size systemsQu Wenruo
2021-08-23btrfs: subpage: reject raid56 filesystem and profile conversionQu Wenruo