summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/backref.c
AgeCommit message (Expand)AuthorLines
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds-1/+4
2023-10-23btrfs: fix unwritten extent buffer after snapshotting a new subvolumeFilipe Manana-5/+9
2023-10-12btrfs: switch btrfs_backref_cache::is_reloc to boolDavid Sterba-1/+1
2023-10-12btrfs: new inline ref storing owning subvol of data extentsBoris Burkov-0/+3
2023-08-21btrfs: remove v0 extent handlingQu Wenruo-17/+12
2023-05-09btrfs: fix backref walking not returning all inode refsFilipe Manana-9/+10
2023-03-29btrfs: ignore fiemap path cache when there are multiple paths for a nodeFilipe Manana-22/+63
2023-02-15btrfs: skip backref walking during fiemap if we know the leaf is sharedFilipe Manana-1/+20
2023-02-15btrfs: assert commit root semaphore is held when accessing backref cacheFilipe Manana-2/+10
2022-12-20btrfs: fix resolving backrefs for inline extent followed by preallocBoris Burkov-0/+4
2022-12-05btrfs: move struct btrfs_tree_parent_check out of disk-io.hChristoph Hellwig-0/+1
2022-12-05btrfs: concentrate all tree block parentness check parameters into one structureQu Wenruo-4/+11
2022-12-05btrfs: send: skip resolution of our own backref when finding clone sourceFilipe Manana-14/+21
2022-12-05btrfs: send: avoid double extent tree search when finding clone sourceFilipe Manana-12/+19
2022-12-05btrfs: send: skip unnecessary backref iterationsFilipe Manana-23/+50
2022-12-05btrfs: send: cache leaf to roots mapping during backref walkingFilipe Manana-12/+40
2022-12-05btrfs: reuse roots ulist on each leaf iteration for iterate_extent_inodes()Filipe Manana-15/+31
2022-12-05btrfs: use a structure to pass arguments to backref walking functionsFilipe Manana-167/+176
2022-12-05btrfs: use a single argument for extent offset in backref walking functionsFilipe Manana-45/+42
2022-12-05btrfs: send: optimize clone detection to increase extent sharingFilipe Manana-4/+5
2022-12-05btrfs: move relocation prototypes into relocation.hJosef Bacik-0/+1
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik-0/+1
2022-12-05btrfs: sink gfp_t parameter to btrfs_backref_iter_allocDavid Sterba-3/+2
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik-0/+1
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik-0/+1
2022-12-05btrfs: avoid unnecessary resolution of indirect backrefs during fiemapFilipe Manana-11/+17
2022-12-05btrfs: avoid duplicated resolution of indirect backrefs during fiemapFilipe Manana-10/+54
2022-12-05btrfs: move up backref sharedness cache store and lookup functionsFilipe Manana-118/+118
2022-12-05btrfs: cache sharedness of the last few data extents during fiemapFilipe Manana-3/+47
2022-12-05btrfs: remove useless logic when finding parent nodesFilipe Manana-5/+18
2022-12-05btrfs: remove roots ulist when checking data extent sharednessFilipe Manana-5/+1
2022-12-05btrfs: move ulists to data extent sharedness check contextFilipe Manana-11/+32
2022-12-05btrfs: turn the backref sharedness check cache into a context objectFilipe Manana-16/+16
2022-12-05btrfs: directly pass the inode to btrfs_is_data_extent_shared()Filipe Manana-4/+4
2022-12-05btrfs: remove checks for a 0 inode number during backref walkingFilipe Manana-2/+2
2022-12-05btrfs: remove checks for a root with id 0 during backref walkingFilipe Manana-4/+2
2022-11-02btrfs: fix inode list leak during backref walking at find_parent_nodes()Filipe Manana-1/+17
2022-11-02btrfs: fix inode list leak during backref walking at resolve_indirect_refs()Filipe Manana-19/+17
2022-10-11btrfs: ignore fiemap path cache if we have multiple leaves for a data extentFilipe Manana-0/+25
2022-10-11btrfs: fix processing of delayed tree block refs during backref walkingFilipe Manana-6/+7
2022-10-11btrfs: fix processing of delayed data refs during backref walkingFilipe Manana-9/+24
2022-10-07btrfs: add missing path cache update during fiemapFilipe Manana-0/+13
2022-09-26btrfs: skip unnecessary extent buffer sharedness checks during fiemapFilipe Manana-6/+21
2022-09-26btrfs: speedup checking for extent sharedness during fiemapFilipe Manana-1/+121
2022-09-26btrfs: rename btrfs_check_shared() to a more descriptive nameFilipe Manana-5/+5
2022-07-25btrfs: sink iterator parameter to btrfs_ioctl_logical_to_inoDavid Sterba-3/+22
2022-07-25btrfs: simplify parameters of backref iteratorsDavid Sterba-11/+12
2022-07-25btrfs: call inode_to_path directly and drop indirectionDavid Sterba-30/+20
2022-03-14btrfs: unify the error handling pattern for read_tree_block()Qu Wenruo-2/+5
2022-01-03btrfs: stop accessing ->extent_root directlyJosef Bacik-6/+10