summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: do not abort transaction on failure to write log tree when syncing logFilipe Manana2023-01-241-1/+8
* btrfs: make thaw time super block check to also verify checksumQu Wenruo2023-01-121-6/+4
* btrfs: check superblock to ensure the fs was not modified at thaw timeQu Wenruo2023-01-121-6/+19
* btrfs: zoned: initialize device's zone info for seedingJohannes Thumshirn2022-11-161-1/+3
* btrfs: fix hang during unmount when stopping a space reclaim workerFilipe Manana2022-09-281-0/+25
* btrfs: fix hang during unmount when stopping block group reclaim workerFilipe Manana2022-09-281-6/+11
* btrfs: move lockdep class helpers to locking.cJosef Bacik2022-09-051-82/+0
* btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_sizeNaohiro Aota2022-08-311-0/+2
* btrfs: properly flag filesystem with BTRFS_FEATURE_INCOMPAT_BIG_METADATANikolay Borisov2022-08-171-10/+11
* btrfs: reject log replay if there is unsupported RO compat flagQu Wenruo2022-08-171-0/+14
* btrfs: zoned: use dedicated lock for data relocationNaohiro Aota2022-07-121-0/+1
* btrfs: fix hang during unmount when block group reclaim task is runningFilipe Manana2022-06-291-2/+11
* btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo2022-06-091-2/+2
* btrfs: force v2 space cache usage for subpage mountQu Wenruo2022-05-121-0/+11
* btrfs: fix root ref counts in error handling in btrfs_get_root_refJia-Ju Bai2022-04-201-2/+3
* btrfs: verify the tranisd of the to-be-written dirty extent bufferQu Wenruo2022-04-081-6/+20
* btrfs: make send work with concurrent block group relocationFilipe Manana2022-03-161-3/+1
* btrfs: do not start relocation until in progress drops are doneJosef Bacik2022-03-081-0/+10
* btrfs: zoned: cache reported zone during mountNaohiro Aota2022-02-231-0/+2
* btrfs: fix double free of anon_dev after failure to create subvolumeFilipe Manana2021-12-221-0/+8
* btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain2021-12-221-3/+3
* btrfs: check-integrity: fix a warning on write caching disabled diskWang Yugui2021-12-081-1/+13
* btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn2021-11-211-0/+1
* btrfs: introduce btrfs_is_data_reloc_rootJohannes Thumshirn2021-11-211-1/+1
* btrfs: call btrfs_check_rw_degradable only if there is a missing deviceAnand Jain2021-11-181-1/+2
* btrfs: fix upper limit for max_inline for page size 64KAnand Jain2021-09-071-24/+24
* btrfs: allow read-write for 4K sectorsize on 64K page size systemsQu Wenruo2021-08-231-9/+4
* btrfs: subpage: reject raid56 filesystem and profile conversionQu Wenruo2021-08-231-0/+10
* btrfs: calculate number of eb pages properly in csum_tree_blockDavid Sterba2021-07-291-1/+1
* btrfs: rip out btrfs_space_info::total_bytes_pinnedJosef Bacik2021-06-221-3/+0
* btrfs: send: fix crash when memory allocations trigger reclaimFilipe Manana2021-06-221-17/+1
* btrfs: ensure relocation never runs while we have send operations runningFilipe Manana2021-06-221-0/+1
* btrfs: shorten integrity checker extent data mount optionDavid Sterba2021-06-221-2/+1
* btrfs: fix typos in commentsDavid Sterba2021-06-221-1/+1
* btrfs: add cancellable chunk relocation supportDavid Sterba2021-06-211-0/+1
* btrfs: simplify eb checksum verification in btrfs_validate_metadata_bufferDavid Sterba2021-06-211-5/+5
* btrfs: remove extra sb::s_id from message in btrfs_validate_metadata_bufferDavid Sterba2021-06-211-2/+2
* btrfs: rename check_async_write and let it return boolJohannes Thumshirn2021-06-211-7/+6
* btrfs: promote debugging asserts to full-fledged checks in validate_superNikolay Borisov2021-06-041-8/+18
* btrfs: zoned: automatically reclaim zonesJohannes Thumshirn2021-04-201-0/+13
* btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lockJohannes Thumshirn2021-04-201-3/+3
* btrfs: subpage: support metadata checksum calculation at write timeQu Wenruo2021-04-191-24/+72
* btrfs: subpage: do more sanity checks on metadata page dirtyingQu Wenruo2021-04-191-6/+41
* Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-251-2/+17
|\
| * btrfs: fix subvolume/snapshot deletion not triggered on mountFilipe Manana2021-03-171-1/+15
| * btrfs: initialize device::fs_info alwaysJosef Bacik2021-03-171-1/+2
* | Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-02-211-31/+152
|\|
| * btrfs: zoned: reorder log node allocation on zoned filesystemNaohiro Aota2021-02-091-5/+7
| * btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupNaohiro Aota2021-02-091-0/+1
| * btrfs: split alloc_log_tree()Naohiro Aota2021-02-091-6/+27