summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/backref.c
AgeCommit message (Expand)AuthorLines
2025-01-13btrfs: update prelim_ref_insert() to use rb helpersRoger L. Beckermeyer III-40/+39
2025-01-13btrfs: remove detached list from struct btrfs_backref_cacheJosef Bacik-2/+0
2025-01-13btrfs: remove the ->lowest and ->leaves members from struct btrfs_backref_nodeJosef Bacik-19/+0
2025-01-13btrfs: simplify btrfs_backref_release_cache()Josef Bacik-20/+2
2025-01-13btrfs: do not handle non-shareable roots in backref cacheJosef Bacik-27/+23
2025-01-13btrfs: remove the changed list for backref cacheJosef Bacik-2/+0
2024-11-11btrfs: pass fs_info to functions that search for delayed ref headsFilipe Manana-1/+2
2024-10-01btrfs: drop the backref cache during relocation if we commitJosef Bacik-4/+8
2024-09-10btrfs: constify more pointer parametersDavid Sterba-3/+3
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik-4/+4
2024-05-07btrfs: stop referencing btrfs_delayed_tree_ref directlyJosef Bacik-10/+11
2024-05-07btrfs: stop referencing btrfs_delayed_data_ref directlyJosef Bacik-5/+2
2024-05-07btrfs: move ->parent and ->ref_root into btrfs_delayed_ref_nodeJosef Bacik-8/+4
2024-04-18btrfs: fix information leak in btrfs_ioctl_logical_to_ino()Johannes Thumshirn-9/+3
2024-03-05btrfs: remove SLAB_MEM_SPREAD flag useChengming Zhou-4/+1
2024-03-04btrfs: uninline some static inline helpers from backref.hDavid Sterba-0/+90
2024-03-04btrfs: open code btrfs_backref_get_eb()David Sterba-2/+2
2024-03-04btrfs: delete pointless BUG_ONs on extent item sizeDavid Sterba-3/+0
2024-03-04btrfs: handle invalid extent item reference found in extent_from_logical()David Sterba-0/+11
2024-03-04btrfs: update comment and drop assertion in extent item lookup in find_parent...David Sterba-2/+4
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