summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-14btrfs: add code to support the block group rootJosef Bacik4-8/+71
2022-03-14btrfs: abstract out loading the tree rootJosef Bacik1-35/+46
2022-03-14btrfs: tree-checker: don't fail on empty extent roots for extent tree v2Josef Bacik1-1/+13
2022-03-14btrfs: disable space cache related mount options for extent tree v2Josef Bacik1-0/+20
2022-03-14btrfs: disable snapshot creation/deletion for extent tree v2Josef Bacik2-2/+23
2022-03-14btrfs: disable scrub for extent-tree-v2Josef Bacik1-0/+5
2022-03-14btrfs: disable qgroups in extent tree v2Josef Bacik1-0/+6
2022-03-14btrfs: disable device manipulation ioctl's EXTENT_TREE_V2Josef Bacik2-0/+15
2022-03-14btrfs: disable balance for extent tree v2 for nowJosef Bacik1-0/+6
2022-03-14btrfs: add definition for EXTENT_TREE_V2Josef Bacik2-1/+25
2022-03-14btrfs: use single variable to track return value at btrfs_log_inode()Filipe Manana1-30/+22
2022-03-14btrfs: avoid inode logging during rename and link when possibleFilipe Manana2-65/+183
2022-03-14btrfs: stop doing unnecessary log updates during a renameFilipe Manana2-115/+59
2022-03-14btrfs: avoid logging all directory changes during renamesFilipe Manana3-24/+78
2022-03-14btrfs: pass the dentry to btrfs_log_new_name() instead of the inodeFilipe Manana3-9/+20
2022-03-14btrfs: add helper to delete a dir entry from a log treeFilipe Manana1-31/+39
2022-03-14btrfs: send: remove redundant ret variable in fs_path_copyMinghao Chi1-6/+1