aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/backref.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-09btrfs: fix backref walking not returning all inode refsGravatar Filipe Manana 1-9/+10
2023-03-29btrfs: ignore fiemap path cache when there are multiple paths for a nodeGravatar Filipe Manana 1-22/+63
2023-02-15btrfs: skip backref walking during fiemap if we know the leaf is sharedGravatar Filipe Manana 1-1/+20
2023-02-15btrfs: assert commit root semaphore is held when accessing backref cacheGravatar Filipe Manana 1-2/+10
2022-12-20btrfs: fix resolving backrefs for inline extent followed by preallocGravatar Boris Burkov 1-0/+4
2022-12-05btrfs: move struct btrfs_tree_parent_check out of disk-io.hGravatar Christoph Hellwig 1-0/+1
2022-12-05btrfs: concentrate all tree block parentness check parameters into one structureGravatar Qu Wenruo 1-4/+11
2022-12-05btrfs: send: skip resolution of our own backref when finding clone sourceGravatar Filipe Manana 1-14/+21
2022-12-05btrfs: send: avoid double extent tree search when finding clone sourceGravatar Filipe Manana 1-12/+19
2022-12-05btrfs: send: skip unnecessary backref iterationsGravatar Filipe Manana 1-23/+50
2022-12-05btrfs: send: cache leaf to roots mapping during backref walkingGravatar Filipe Manana 1-12/+40
2022-12-05btrfs: reuse roots ulist on each leaf iteration for iterate_extent_inodes()Gravatar Filipe Manana 1-15/+31
2022-12-05btrfs: use a structure to pass arguments to backref walking functionsGravatar Filipe Manana 1-167/+176
2022-12-05btrfs: use a single argument for extent offset in backref walking functionsGravatar Filipe Manana 1-45/+42
2022-12-05btrfs: send: optimize clone detection to increase extent sharingGravatar Filipe Manana 1-4/+5
2022-12-05btrfs: move relocation prototypes into relocation.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move extent-tree helpers into their own header fileGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: sink gfp_t parameter to btrfs_backref_iter_allocGravatar David Sterba 1-3/+2
2022-12-05btrfs: move accessor helpers into accessors.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move fs wide helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: avoid unnecessary resolution of indirect backrefs during fiemapGravatar Filipe Manana 1-11/+17
2022-12-05btrfs: avoid duplicated resolution of indirect backrefs during fiemapGravatar Filipe Manana 1-10/+54
2022-12-05btrfs: move up backref sharedness cache store and lookup functionsGravatar Filipe Manana 1-118/+118
2022-12-05btrfs: cache sharedness of the last few data extents during fiemapGravatar Filipe Manana 1-3/+47
2022-12-05btrfs: remove useless logic when finding parent nodesGravatar Filipe Manana 1-5/+18
2022-12-05btrfs: remove roots ulist when checking data extent sharednessGravatar Filipe Manana 1-5/+1
2022-12-05btrfs: move ulists to data extent sharedness check contextGravatar Filipe Manana 1-11/+32
2022-12-05btrfs: turn the backref sharedness check cache into a context objectGravatar Filipe Manana 1-16/+16
2022-12-05btrfs: directly pass the inode to btrfs_is_data_extent_shared()Gravatar Filipe Manana 1-4/+4
2022-12-05btrfs: remove checks for a 0 inode number during backref walkingGravatar Filipe Manana 1-2/+2
2022-12-05btrfs: remove checks for a root with id 0 during backref walkingGravatar Filipe Manana 1-4/+2
2022-11-02btrfs: fix inode list leak during backref walking at find_parent_nodes()Gravatar Filipe Manana 1-1/+17
2022-11-02btrfs: fix inode list leak during backref walking at resolve_indirect_refs()Gravatar Filipe Manana 1-19/+17
2022-10-11btrfs: ignore fiemap path cache if we have multiple leaves for a data extentGravatar Filipe Manana 1-0/+25
2022-10-11btrfs: fix processing of delayed tree block refs during backref walkingGravatar Filipe Manana 1-6/+7
2022-10-11btrfs: fix processing of delayed data refs during backref walkingGravatar Filipe Manana 1-9/+24
2022-10-07btrfs: add missing path cache update during fiemapGravatar Filipe Manana 1-0/+13
2022-09-26btrfs: skip unnecessary extent buffer sharedness checks during fiemapGravatar Filipe Manana 1-6/+21
2022-09-26btrfs: speedup checking for extent sharedness during fiemapGravatar Filipe Manana 1-1/+121
2022-09-26btrfs: rename btrfs_check_shared() to a more descriptive nameGravatar Filipe Manana 1-5/+5
2022-07-25btrfs: sink iterator parameter to btrfs_ioctl_logical_to_inoGravatar David Sterba 1-3/+22
2022-07-25btrfs: simplify parameters of backref iteratorsGravatar David Sterba 1-11/+12
2022-07-25btrfs: call inode_to_path directly and drop indirectionGravatar David Sterba 1-30/+20
2022-03-14btrfs: unify the error handling pattern for read_tree_block()Gravatar Qu Wenruo 1-2/+5
2022-01-03btrfs: stop accessing ->extent_root directlyGravatar Josef Bacik 1-6/+10
2022-01-03btrfs: don't use extent_root in iterate_extent_inodesGravatar Josef Bacik 1-1/+1
2022-01-03btrfs: remove BUG_ON(!eie) in find_parent_nodesGravatar Josef Bacik 1-3/+11
2022-01-03btrfs: remove BUG_ON() in find_parent_nodes()Gravatar Josef Bacik 1-1/+6
2022-01-03btrfs: remove SANITY_TESTS check form find_parent_nodesGravatar Josef Bacik 1-4/+0
2022-01-03btrfs: move comment in find_parent_nodes()Gravatar Josef Bacik 1-7/+4