summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | btrfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-1/+1
|/
* 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