summaryrefslogtreecommitdiff
path: root/fs/btrfs/backref.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-05btrfs: send: cache leaf to roots mapping during backref walkingFilipe Manana1-12/+40
2022-12-05btrfs: reuse roots ulist on each leaf iteration for iterate_extent_inodes()Filipe Manana1-15/+31
2022-12-05btrfs: use a structure to pass arguments to backref walking functionsFilipe Manana1-167/+176
2022-12-05btrfs: use a single argument for extent offset in backref walking functionsFilipe Manana1-45/+42
2022-12-05btrfs: send: optimize clone detection to increase extent sharingFilipe Manana1-4/+5
2022-12-05btrfs: move relocation prototypes into relocation.hJosef Bacik1-0/+1
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik1-0/+1
2022-12-05btrfs: sink gfp_t parameter to btrfs_backref_iter_allocDavid Sterba1-3/+2
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik1-0/+1
2022-12-05btrfs: avoid unnecessary resolution of indirect backrefs during fiemapFilipe Manana1-11/+17
2022-12-05btrfs: avoid duplicated resolution of indirect backrefs during fiemapFilipe Manana1-10/+54
2022-12-05btrfs: move up backref sharedness cache store and lookup functionsFilipe Manana1-118/+118
2022-12-05btrfs: cache sharedness of the last few data extents during fiemapFilipe Manana1-3/+47
2022-12-05btrfs: remove useless logic when finding parent nodesFilipe Manana1-5/+18
2022-12-05btrfs: remove roots ulist when checking data extent sharednessFilipe Manana1-5/+1
2022-12-05btrfs: move ulists to data extent sharedness check contextFilipe Manana1-11/+32
2022-12-05btrfs: turn the backref sharedness check cache into a context objectFilipe Manana1-16/+16
2022-12-05btrfs: directly pass the inode to btrfs_is_data_extent_shared()Filipe Manana1-4/+4
2022-12-05btrfs: remove checks for a 0 inode number during backref walkingFilipe Manana1-2/+2
2022-12-05btrfs: remove checks for a root with id 0 during backref walkingFilipe Manana1-4/+2
2022-11-02btrfs: fix inode list leak during backref walking at find_parent_nodes()Filipe Manana1-1/+17
2022-11-02btrfs: fix inode list leak during backref walking at resolve_indirect_refs()Filipe Manana1-19/+17
2022-10-11btrfs: ignore fiemap path cache if we have multiple leaves for a data extentFilipe Manana1-0/+25
2022-10-11btrfs: fix processing of delayed tree block refs during backref walkingFilipe Manana1-6/+7
2022-10-11btrfs: fix processing of delayed data refs during backref walkingFilipe Manana1-9/+24
2022-10-07btrfs: add missing path cache update during fiemapFilipe Manana1-0/+13
2022-09-26btrfs: skip unnecessary extent buffer sharedness checks during fiemapFilipe Manana1-6/+21
2022-09-26btrfs: speedup checking for extent sharedness during fiemapFilipe Manana1-1/+121
2022-09-26btrfs: rename btrfs_check_shared() to a more descriptive nameFilipe Manana1-5/+5
2022-07-25btrfs: sink iterator parameter to btrfs_ioctl_logical_to_inoDavid Sterba1-3/+22
2022-07-25btrfs: simplify parameters of backref iteratorsDavid Sterba1-11/+12
2022-07-25btrfs: call inode_to_path directly and drop indirectionDavid Sterba1-30/+20
2022-03-14btrfs: unify the error handling pattern for read_tree_block()Qu Wenruo1-2/+5
2022-01-03btrfs: stop accessing ->extent_root directlyJosef Bacik1-6/+10
2022-01-03btrfs: don't use extent_root in iterate_extent_inodesJosef Bacik1-1/+1
2022-01-03btrfs: remove BUG_ON(!eie) in find_parent_nodesJosef Bacik1-3/+11
2022-01-03btrfs: remove BUG_ON() in find_parent_nodes()Josef Bacik1-1/+6
2022-01-03btrfs: remove SANITY_TESTS check form find_parent_nodesJosef Bacik1-4/+0
2022-01-03btrfs: move comment in find_parent_nodes()Josef Bacik1-7/+4
2022-01-03btrfs: pass the root to add_keyed_refsJosef Bacik1-4/+5
2022-01-03btrfs: drop the _nr from the item helpersJosef Bacik1-7/+7
2022-01-03btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhereJosef Bacik1-3/+1
2021-08-23btrfs: remove ignore_offset argument from btrfs_find_all_roots()Filipe Manana1-2/+2
2021-08-23btrfs: pass NULL as trans to btrfs_search_slot if we only want to searchMarcos Paulo de Souza1-1/+1
2021-07-22btrfs: fix lock inversion problem when doing qgroup extent tracingFilipe Manana1-3/+3
2021-06-22btrfs: fix typos in commentsDavid Sterba1-1/+1
2021-04-19btrfs: move the tree mod log code into its own fileFilipe Manana1-16/+17
2021-02-09btrfs: do not warn if we can't find the reloc root when looking up backrefJosef Bacik1-1/+1
2021-02-09btrfs: document btrfs_check_shared parametersNikolay Borisov1-1/+7