aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2022-03-14btrfs: add ram_bytes and offset to btrfs_ordered_extentOmar Sandoval
2022-03-14btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()Omar Sandoval
2022-03-14btrfs: qgroup: remove outdated TODO commentsSidong Yang
2022-03-14btrfs: qgroup: remove duplicated check in adding qgroup relationsSidong Yang
2022-03-14btrfs: add lzo workspace buffer length constantsDāvis Mosāns
2022-03-14btrfs: populate extent_map::generation when reading from diskQu Wenruo
2022-03-14btrfs: assert we have a write lock when removing and replacing extent mapsFilipe Manana
2022-03-14btrfs: remove no longer used counter when reading data pageFilipe Manana
2022-03-14btrfs: fix lost error return value when reading a data pageFilipe Manana
2022-03-14btrfs: stop checking for NULL return from btrfs_get_extent()Filipe Manana
2022-03-14btrfs: prepare extents to be logged before locking a log tree pathFilipe Manana
2022-03-14btrfs: remove useless path release in the fast fsync pathFilipe Manana
2022-03-14btrfs: remove constraint on number of visited leaves when replacing extentsFilipe Manana
2022-03-14btrfs: avoid unnecessary computation when deleting items from a leafFilipe Manana
2022-03-14btrfs: avoid unnecessary COW of leaves when deleting items from a leafFilipe Manana
2022-03-14btrfs: remove unnecessary leaf free space checks when pushing itemsFilipe Manana
2022-03-14btrfs: stop checking for NULL return from btrfs_get_extent_fiemap()Johannes Thumshirn
2022-03-14btrfs: zoned: remove redundant assignment in btrfs_check_zoned_modePankaj Raghav
2022-03-14btrfs: replace BUILD_BUG_ON by static_assertDavid Sterba
2022-03-14btrfs: zoned: allow DUP on meta-data block groupsJohannes Thumshirn
2022-03-14btrfs: zoned: prepare for allowing DUP on zonedJohannes Thumshirn
2022-03-14btrfs: zoned: make zone finishing multi stripe capableJohannes Thumshirn
2022-03-14btrfs: zoned: make zone activation multi stripe capableJohannes Thumshirn
2022-03-14btrfs: add support for multiple global rootsJosef Bacik
2022-03-14btrfs: add code to support the block group rootJosef Bacik
2022-03-14btrfs: abstract out loading the tree rootJosef Bacik
2022-03-14btrfs: tree-checker: don't fail on empty extent roots for extent tree v2Josef Bacik
2022-03-14btrfs: disable space cache related mount options for extent tree v2Josef Bacik
2022-03-14btrfs: disable snapshot creation/deletion for extent tree v2Josef Bacik
2022-03-14btrfs: disable scrub for extent-tree-v2Josef Bacik
2022-03-14btrfs: disable qgroups in extent tree v2Josef Bacik
2022-03-14btrfs: disable device manipulation ioctl's EXTENT_TREE_V2Josef Bacik
2022-03-14btrfs: disable balance for extent tree v2 for nowJosef Bacik
2022-03-14btrfs: add definition for EXTENT_TREE_V2Josef Bacik
2022-03-14btrfs: use single variable to track return value at btrfs_log_inode()Filipe Manana
2022-03-14btrfs: avoid inode logging during rename and link when possibleFilipe Manana
2022-03-14btrfs: stop doing unnecessary log updates during a renameFilipe Manana
2022-03-14btrfs: avoid logging all directory changes during renamesFilipe Manana
2022-03-14btrfs: pass the dentry to btrfs_log_new_name() instead of the inodeFilipe Manana
2022-03-14btrfs: add helper to delete a dir entry from a log treeFilipe Manana
2022-03-14btrfs: send: remove redundant ret variable in fs_path_copyMinghao Chi
2022-03-14btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_resca...Nikolay Borisov
2022-03-14btrfs: scrub: remove redundant initialization of incrementJiapeng Chong
2022-03-14btrfs: zoned: remove redundant initialization of to_addJiapeng Chong
2022-03-14btrfs: cleanup temporary variables when finding rotational device statusAnand Jain
2022-03-14btrfs: use dev_t to match device in device_matchedAnand Jain
2022-03-14btrfs: add device major-minor info in the struct btrfs_deviceAnand Jain
2022-03-14btrfs: match stale devices by dev_tAnand Jain
2022-03-14btrfs: harden identification of a stale deviceAnand Jain
2022-03-14btrfs: simplify fs_devices member access in btrfs_init_dev_replace_tgtdevAnand Jain