summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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: add definitions and documentation for encoded I/O ioctlsOmar Sandoval2022-03-141-0/+132
* 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
* fs: export variant of generic_write_checks without iov_iterOmar Sandoval2022-03-142-13/+21
* fs: export rw_verify_area()Omar Sandoval2022-03-143-5/+2
* 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-146-8/+75
* 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-143-1/+26
* 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