summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | btrfs: add helper to delete a dir entry from a log treeFilipe Manana2022-03-141-31/+39
| * | | | btrfs: send: remove redundant ret variable in fs_path_copyMinghao Chi2022-03-141-6/+1
| * | | | btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_resca...Nikolay Borisov2022-03-141-7/+6
| * | | | btrfs: scrub: remove redundant initialization of incrementJiapeng Chong2022-03-141-1/+1
| * | | | btrfs: zoned: remove redundant initialization of to_addJiapeng Chong2022-03-141-4/+3
| * | | | btrfs: cleanup temporary variables when finding rotational device statusAnand Jain2022-03-141-6/+2
| * | | | btrfs: use dev_t to match device in device_matchedAnand Jain2022-03-141-40/+1
| * | | | btrfs: add device major-minor info in the struct btrfs_deviceAnand Jain2022-03-143-25/+23
| * | | | btrfs: match stale devices by dev_tAnand Jain2022-03-143-27/+39
| * | | | btrfs: harden identification of a stale deviceAnand Jain2022-03-141-7/+38
| * | | | btrfs: simplify fs_devices member access in btrfs_init_dev_replace_tgtdevAnand Jain2022-03-141-7/+8
| * | | | btrfs: reuse existing inode from btrfs_ioctlSahil Kang2022-03-143-28/+19
| * | | | btrfs: move missing device handling in a dedicate functionNikolay Borisov2022-03-141-14/+24
| * | | | btrfs: stop trying to log subdirectories created in past transactionsFilipe Manana2022-03-141-2/+1
| * | | | btrfs: stop copying old dir items when logging a directoryFilipe Manana2022-03-141-30/+53
| * | | | btrfs: put initial index value of a directory in a constantFilipe Manana2022-03-142-10/+12
| * | | | btrfs: don't log unnecessary boundary keys when logging directoryFilipe Manana2022-03-141-18/+21
| * | | | btrfs: reuse existing pointers from btrfs_ioctlSahil Kang2022-03-141-17/+11
| * | | | btrfs: remove write and wait of struct walk_controlFilipe Manana2022-03-141-23/+5
| |/ / /
* | | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-213-10/+7
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | block: pass a block_device to bio_clone_fastChristoph Hellwig2022-02-041-2/+2