aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/backref.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-18btrfs: fix information leak in btrfs_ioctl_logical_to_ino()Gravatar Johannes Thumshirn 1-9/+3
2024-03-05btrfs: remove SLAB_MEM_SPREAD flag useGravatar Chengming Zhou 1-4/+1
2024-03-04btrfs: uninline some static inline helpers from backref.hGravatar David Sterba 1-0/+90
2024-03-04btrfs: open code btrfs_backref_get_eb()Gravatar David Sterba 1-2/+2
2024-03-04btrfs: delete pointless BUG_ONs on extent item sizeGravatar David Sterba 1-3/+0
2024-03-04btrfs: handle invalid extent item reference found in extent_from_logical()Gravatar David Sterba 1-0/+11
2024-03-04btrfs: update comment and drop assertion in extent item lookup in find_parent...Gravatar David Sterba 1-2/+4
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-1/+4
2023-10-23btrfs: fix unwritten extent buffer after snapshotting a new subvolumeGravatar Filipe Manana 1-5/+9
2023-10-12btrfs: switch btrfs_backref_cache::is_reloc to boolGravatar David Sterba 1-1/+1
2023-10-12btrfs: new inline ref storing owning subvol of data extentsGravatar Boris Burkov 1-0/+3
2023-08-21btrfs: remove v0 extent handlingGravatar Qu Wenruo 1-17/+12
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