summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2022-03-14btrfs: add and use helper for unlinking inode during log replayFilipe Manana1-48/+29
2022-03-14btrfs: extend locking to all space_info members accessesNiels Dossche1-1/+2
2022-03-14btrfs: zoned: mark relocation as writingNaohiro Aota2-1/+10
2022-03-14btrfs: remove the cross file system checks from remapJosef Bacik1-3/+1
2022-03-14btrfs: pass btrfs_fs_info to btrfs_recover_relocationJosef Bacik3-5/+4
2022-03-14btrfs: pass btrfs_fs_info for deleting snapshots and cleanerJosef Bacik3-7/+6
2022-03-14btrfs: add filesystems state details to error messagesSweet Tea Dorminy2-8/+62
2022-03-14btrfs: deal with unexpected extent type during reflinkingFilipe Manana1-2/+4
2022-03-14btrfs: fix unexpected error path when reflinking an inline extentFilipe Manana1-2/+5
2022-03-14btrfs: reset last_reflink_trans after fsyncing inodeFilipe Manana5-14/+48
2022-03-14btrfs: voluntarily relinquish cpu when doing a full fsyncFilipe Manana1-0/+7
2022-03-14btrfs: hold on to less memory when logging checksums during full fsyncFilipe Manana1-17/+12
2022-03-14btrfs: stop copying old file extents when doing a full fsyncFilipe Manana2-73/+148
2022-03-14btrfs: do not clean up repair bio if submit failsJosef Bacik1-8/+7
2022-03-14btrfs: do not try to repair bio that has no mirror setJosef Bacik1-0/+9
2022-03-14btrfs: do not double complete bio on errors during compressed readsJosef Bacik2-7/+21
2022-03-14btrfs: track compressed bio errors as blk_status_tJosef Bacik2-12/+14
2022-03-14btrfs: remove the bio argument from finish_compressed_bio_readJosef Bacik1-5/+3
2022-03-14btrfs: check correct bio in finish_compressed_bio_readJosef Bacik1-1/+1
2022-03-14btrfs: handle csum lookup errors properly on readsJosef Bacik1-14/+22
2022-03-14btrfs: make search_csum_tree return 0 if we get -EFBIGJosef Bacik1-1/+1
2022-03-14btrfs: add BTRFS_IOC_ENCODED_WRITEOmar Sandoval8-20/+433
2022-03-14btrfs: add BTRFS_IOC_ENCODED_READ ioctlOmar Sandoval3-0/+608
2022-03-14btrfs: optionally extend i_size in cow_file_range_inline()Omar Sandoval1-13/+20
2022-03-14btrfs: clean up cow_file_range_inline()Omar Sandoval1-50/+37
2022-03-14btrfs: support different disk extent size for delallocOmar Sandoval5-13/+17
2022-03-14btrfs: add ram_bytes and offset to btrfs_ordered_extentOmar Sandoval3-117/+83
2022-03-14btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()Omar Sandoval4-26/+23
2022-03-14btrfs: qgroup: remove outdated TODO commentsSidong Yang1-12/+0
2022-03-14btrfs: qgroup: remove duplicated check in adding qgroup relationsSidong Yang1-9/+32
2022-03-14btrfs: add lzo workspace buffer length constantsDāvis Mosāns1-4/+7
2022-03-14btrfs: populate extent_map::generation when reading from diskQu Wenruo1-0/+1
2022-03-14btrfs: assert we have a write lock when removing and replacing extent mapsFilipe Manana2-0/+6
2022-03-14btrfs: remove no longer used counter when reading data pageFilipe Manana1-4/+1
2022-03-14btrfs: fix lost error return value when reading a data pageFilipe Manana2-2/+8
2022-03-14btrfs: stop checking for NULL return from btrfs_get_extent()Filipe Manana1-3/+3
2022-03-14btrfs: prepare extents to be logged before locking a log tree pathFilipe Manana1-37/+27
2022-03-14btrfs: remove useless path release in the fast fsync pathFilipe Manana1-1/+0
2022-03-14btrfs: remove constraint on number of visited leaves when replacing extentsFilipe Manana1-4/+1
2022-03-14btrfs: avoid unnecessary computation when deleting items from a leafFilipe Manana1-9/+7
2022-03-14btrfs: avoid unnecessary COW of leaves when deleting items from a leafFilipe Manana1-6/+32
2022-03-14btrfs: remove unnecessary leaf free space checks when pushing itemsFilipe Manana1-12/+0
2022-03-14btrfs: stop checking for NULL return from btrfs_get_extent_fiemap()Johannes Thumshirn1-1/+1
2022-03-14btrfs: zoned: remove redundant assignment in btrfs_check_zoned_modePankaj Raghav1-2/+1
2022-03-14btrfs: replace BUILD_BUG_ON by static_assertDavid Sterba5-31/+25
2022-03-14btrfs: zoned: allow DUP on meta-data block groupsJohannes Thumshirn1-0/+36
2022-03-14btrfs: zoned: prepare for allowing DUP on zonedJohannes Thumshirn1-9/+16
2022-03-14btrfs: zoned: make zone finishing multi stripe capableJohannes Thumshirn1-22/+24
2022-03-14btrfs: zoned: make zone activation multi stripe capableJohannes Thumshirn1-26/+31
2022-03-14btrfs: add support for multiple global rootsJosef Bacik7-13/+106