summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | btrfs: zoned: make zone activation multi stripe capableJohannes Thumshirn2022-03-141-26/+31
| * | | | btrfs: add support for multiple global rootsJosef Bacik2022-03-147-13/+106
| * | | | btrfs: add code to support the block group rootJosef Bacik2022-03-144-8/+71
| * | | | btrfs: abstract out loading the tree rootJosef Bacik2022-03-141-35/+46
| * | | | btrfs: tree-checker: don't fail on empty extent roots for extent tree v2Josef Bacik2022-03-141-1/+13
| * | | | btrfs: disable space cache related mount options for extent tree v2Josef Bacik2022-03-141-0/+20
| * | | | btrfs: disable snapshot creation/deletion for extent tree v2Josef Bacik2022-03-142-2/+23
| * | | | btrfs: disable scrub for extent-tree-v2Josef Bacik2022-03-141-0/+5
| * | | | btrfs: disable qgroups in extent tree v2Josef Bacik2022-03-141-0/+6
| * | | | btrfs: disable device manipulation ioctl's EXTENT_TREE_V2Josef Bacik2022-03-142-0/+15
| * | | | btrfs: disable balance for extent tree v2 for nowJosef Bacik2022-03-141-0/+6
| * | | | btrfs: add definition for EXTENT_TREE_V2Josef Bacik2022-03-142-1/+25
| * | | | btrfs: use single variable to track return value at btrfs_log_inode()Filipe Manana2022-03-141-30/+22
| * | | | btrfs: avoid inode logging during rename and link when possibleFilipe Manana2022-03-142-65/+183
| * | | | btrfs: stop doing unnecessary log updates during a renameFilipe Manana2022-03-142-115/+59
| * | | | btrfs: avoid logging all directory changes during renamesFilipe Manana2022-03-143-24/+78
| * | | | btrfs: pass the dentry to btrfs_log_new_name() instead of the inodeFilipe Manana2022-03-143-9/+20