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