summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-07btrfs: output more debug messages for uncommitted transactionQu Wenruo1-1/+43
2022-01-07btrfs: remove reada infrastructureQu Wenruo1-18/+2
2022-01-07btrfs: make send work with concurrent block group relocationFilipe Manana1-3/+1
2022-01-03btrfs: track the csum, extent, and free space trees in a rb treeJosef Bacik1-58/+218
2022-01-03btrfs: stop accessing ->free_space_root directlyJosef Bacik1-5/+5
2022-01-03btrfs: stop accessing ->csum_root directlyJosef Bacik1-7/+8
2022-01-03btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum rootJosef Bacik1-0/+5
2022-01-03btrfs: stop accessing ->extent_root directlyJosef Bacik1-7/+8
2022-01-03btrfs: init root block_rsv at init root timeJosef Bacik1-7/+8
2022-01-03btrfs: pass fs_info to trace_btrfs_transaction_commitJosef Bacik1-1/+1
2022-01-03btrfs: rework async transaction committingJosef Bacik1-1/+2
2022-01-03btrfs: remove unused BTRFS_FS_BARRIER flagJosef Bacik1-1/+0
2022-01-03btrfs: get rid of root->orphan_cleanup_stateJosef Bacik1-1/+0
2022-01-03btrfs: zoned: cache reported zone during mountNaohiro Aota1-0/+2
2022-01-03btrfs: remove unused parameter fs_devices from btrfs_init_workqueuesSu Yue1-3/+2
2021-12-17Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+8
2021-12-14btrfs: fix double free of anon_dev after failure to create subvolumeFilipe Manana1-0/+8
2021-11-18Merge tag 'for-5.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+13
2021-11-16btrfs: check-integrity: fix a warning on write caching disabled diskWang Yugui1-1/+13
2021-11-01Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-21/+30
2021-10-29btrfs: call btrfs_check_rw_degradable only if there is a missing deviceAnand Jain1-1/+2
2021-10-26btrfs: fix comment about sector sizes supported in 64K systemsAnand Jain1-2/+1
2021-10-26btrfs: add a BTRFS_FS_ERROR helperJosef Bacik1-5/+3
2021-10-26btrfs: assert that extent buffers are write locked instead of only lockedFilipe Manana1-4/+4
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo1-1/+1
2021-10-26btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn1-0/+1
2021-10-26btrfs: introduce btrfs_is_data_reloc_rootJohannes Thumshirn1-1/+1
2021-10-26btrfs: convert latest_bdev type to btrfs_device and renameAnand Jain1-3/+3
2021-10-26btrfs: zoned: implement active zone trackingNaohiro Aota1-0/+2
2021-10-26btrfs: zoned: finish superblock zone once no space left for new SBNaohiro Aota1-1/+3
2021-10-25btrfs: subpage: introduce btrfs_subpage_bitmap_infoQu Wenruo1-3/+9
2021-10-18btrfs: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-1/+1
2021-09-07btrfs: fix upper limit for max_inline for page size 64KAnand Jain1-24/+24
2021-08-23btrfs: allow read-write for 4K sectorsize on 64K page size systemsQu Wenruo1-9/+4
2021-08-23btrfs: subpage: reject raid56 filesystem and profile conversionQu Wenruo1-0/+10
2021-07-29btrfs: calculate number of eb pages properly in csum_tree_blockDavid Sterba1-1/+1
2021-06-22btrfs: rip out btrfs_space_info::total_bytes_pinnedJosef Bacik1-3/+0
2021-06-22btrfs: send: fix crash when memory allocations trigger reclaimFilipe Manana1-17/+1
2021-06-22btrfs: ensure relocation never runs while we have send operations runningFilipe Manana1-0/+1
2021-06-22btrfs: shorten integrity checker extent data mount optionDavid Sterba1-2/+1
2021-06-22btrfs: fix typos in commentsDavid Sterba1-1/+1
2021-06-21btrfs: add cancellable chunk relocation supportDavid Sterba1-0/+1
2021-06-21btrfs: simplify eb checksum verification in btrfs_validate_metadata_bufferDavid Sterba1-5/+5
2021-06-21btrfs: remove extra sb::s_id from message in btrfs_validate_metadata_bufferDavid Sterba1-2/+2
2021-06-21btrfs: rename check_async_write and let it return boolJohannes Thumshirn1-7/+6
2021-06-04btrfs: promote debugging asserts to full-fledged checks in validate_superNikolay Borisov1-8/+18
2021-04-20btrfs: zoned: automatically reclaim zonesJohannes Thumshirn1-0/+13
2021-04-20btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lockJohannes Thumshirn1-3/+3
2021-04-19btrfs: subpage: support metadata checksum calculation at write timeQu Wenruo1-24/+72
2021-04-19btrfs: subpage: do more sanity checks on metadata page dirtyingQu Wenruo1-6/+41