summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-261-0/+1
|\
| * btrfs: zoned: use dedicated lock for data relocationNaohiro Aota2022-04-211-0/+1
* | Merge tag 'for-5.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-141-2/+3
|\|
| * btrfs: fix root ref counts in error handling in btrfs_get_root_refJia-Ju Bai2022-04-061-2/+3
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-23/+24
|\ \
| * | btrfs: Convert from set_page_dirty to dirty_folioMatthew Wilcox (Oracle)2022-03-151-12/+13
| * | btrfs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-11/+11
* | | Merge tag 'for-5.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-03-221-63/+156
|\ \ \ | | |/ | |/|
| * | btrfs: verify the tranisd of the to-be-written dirty extent bufferQu Wenruo2022-03-141-6/+20
| * | btrfs: unify the error handling pattern for read_tree_block()Qu Wenruo2022-03-141-7/+9
| * | btrfs: pass btrfs_fs_info to btrfs_recover_relocationJosef Bacik2022-03-141-1/+1
| * | btrfs: pass btrfs_fs_info for deleting snapshots and cleanerJosef Bacik2022-03-141-4/+3
| * | btrfs: add support for multiple global rootsJosef Bacik2022-03-141-9/+41
| * | btrfs: add code to support the block group rootJosef Bacik2022-03-141-7/+42
| * | btrfs: abstract out loading the tree rootJosef Bacik2022-03-141-35/+46
* | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-6/+4
|\ \ \ | |/ / |/| |
| * | block: pass a block_device and opf to bio_resetChristoph Hellwig2022-02-021-3/+1
| * | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-3/+3
| |/
* / btrfs: do not start relocation until in progress drops are doneJosef Bacik2022-03-021-0/+10
|/
* btrfs: output more debug messages for uncommitted transactionQu Wenruo2022-01-071-1/+43
* btrfs: remove reada infrastructureQu Wenruo2022-01-071-18/+2
* btrfs: make send work with concurrent block group relocationFilipe Manana2022-01-071-3/+1
* btrfs: track the csum, extent, and free space trees in a rb treeJosef Bacik2022-01-031-58/+218
* btrfs: stop accessing ->free_space_root directlyJosef Bacik2022-01-031-5/+5
* btrfs: stop accessing ->csum_root directlyJosef Bacik2022-01-031-7/+8
* btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum rootJosef Bacik2022-01-031-0/+5
* btrfs: stop accessing ->extent_root directlyJosef Bacik2022-01-031-7/+8
* btrfs: init root block_rsv at init root timeJosef Bacik2022-01-031-7/+8
* btrfs: pass fs_info to trace_btrfs_transaction_commitJosef Bacik2022-01-031-1/+1
* btrfs: rework async transaction committingJosef Bacik2022-01-031-1/+2
* btrfs: remove unused BTRFS_FS_BARRIER flagJosef Bacik2022-01-031-1/+0
* btrfs: get rid of root->orphan_cleanup_stateJosef Bacik2022-01-031-1/+0
* btrfs: zoned: cache reported zone during mountNaohiro Aota2022-01-031-0/+2
* btrfs: remove unused parameter fs_devices from btrfs_init_workqueuesSu Yue2022-01-031-3/+2
* Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-12-171-0/+8
|\
| * btrfs: fix double free of anon_dev after failure to create subvolumeFilipe Manana2021-12-141-0/+8
* | Merge tag 'for-5.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-181-1/+13
|\|
| * btrfs: check-integrity: fix a warning on write caching disabled diskWang Yugui2021-11-161-1/+13
* | Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-11-011-21/+30
|\|
| * btrfs: call btrfs_check_rw_degradable only if there is a missing deviceAnand Jain2021-10-291-1/+2
| * btrfs: fix comment about sector sizes supported in 64K systemsAnand Jain2021-10-261-2/+1
| * btrfs: add a BTRFS_FS_ERROR helperJosef Bacik2021-10-261-5/+3
| * btrfs: assert that extent buffers are write locked instead of only lockedFilipe Manana2021-10-261-4/+4
| * btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo2021-10-261-1/+1
| * btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn2021-10-261-0/+1
| * btrfs: introduce btrfs_is_data_reloc_rootJohannes Thumshirn2021-10-261-1/+1
| * btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain2021-10-261-3/+3
| * btrfs: zoned: implement active zone trackingNaohiro Aota2021-10-261-0/+2
| * btrfs: zoned: finish superblock zone once no space left for new SBNaohiro Aota2021-10-261-1/+3
| * btrfs: subpage: introduce btrfs_subpage_bitmap_infoQu Wenruo2021-10-251-3/+9