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