index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
backref.c
Age
Commit message (
Expand
)
Author
2023-05-09
btrfs: fix backref walking not returning all inode refs
Filipe Manana
2023-03-29
btrfs: ignore fiemap path cache when there are multiple paths for a node
Filipe Manana
2023-02-15
btrfs: skip backref walking during fiemap if we know the leaf is shared
Filipe Manana
2023-02-15
btrfs: assert commit root semaphore is held when accessing backref cache
Filipe Manana
2022-12-20
btrfs: fix resolving backrefs for inline extent followed by prealloc
Boris Burkov
2022-12-05
btrfs: move struct btrfs_tree_parent_check out of disk-io.h
Christoph Hellwig
2022-12-05
btrfs: concentrate all tree block parentness check parameters into one structure
Qu Wenruo
2022-12-05
btrfs: send: skip resolution of our own backref when finding clone source
Filipe Manana
2022-12-05
btrfs: send: avoid double extent tree search when finding clone source
Filipe Manana
2022-12-05
btrfs: send: skip unnecessary backref iterations
Filipe Manana
2022-12-05
btrfs: send: cache leaf to roots mapping during backref walking
Filipe Manana
2022-12-05
btrfs: reuse roots ulist on each leaf iteration for iterate_extent_inodes()
Filipe Manana
2022-12-05
btrfs: use a structure to pass arguments to backref walking functions
Filipe Manana
2022-12-05
btrfs: use a single argument for extent offset in backref walking functions
Filipe Manana
2022-12-05
btrfs: send: optimize clone detection to increase extent sharing
Filipe Manana
2022-12-05
btrfs: move relocation prototypes into relocation.h
Josef Bacik
2022-12-05
btrfs: move extent-tree helpers into their own header file
Josef Bacik
2022-12-05
btrfs: sink gfp_t parameter to btrfs_backref_iter_alloc
David Sterba
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
2022-12-05
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
2022-12-05
btrfs: avoid unnecessary resolution of indirect backrefs during fiemap
Filipe Manana
2022-12-05
btrfs: avoid duplicated resolution of indirect backrefs during fiemap
Filipe Manana
2022-12-05
btrfs: move up backref sharedness cache store and lookup functions
Filipe Manana
2022-12-05
btrfs: cache sharedness of the last few data extents during fiemap
Filipe Manana
2022-12-05
btrfs: remove useless logic when finding parent nodes
Filipe Manana
2022-12-05
btrfs: remove roots ulist when checking data extent sharedness
Filipe Manana
2022-12-05
btrfs: move ulists to data extent sharedness check context
Filipe Manana
2022-12-05
btrfs: turn the backref sharedness check cache into a context object
Filipe Manana
2022-12-05
btrfs: directly pass the inode to btrfs_is_data_extent_shared()
Filipe Manana
2022-12-05
btrfs: remove checks for a 0 inode number during backref walking
Filipe Manana
2022-12-05
btrfs: remove checks for a root with id 0 during backref walking
Filipe Manana
2022-11-02
btrfs: fix inode list leak during backref walking at find_parent_nodes()
Filipe Manana
2022-11-02
btrfs: fix inode list leak during backref walking at resolve_indirect_refs()
Filipe Manana
2022-10-11
btrfs: ignore fiemap path cache if we have multiple leaves for a data extent
Filipe Manana
2022-10-11
btrfs: fix processing of delayed tree block refs during backref walking
Filipe Manana
2022-10-11
btrfs: fix processing of delayed data refs during backref walking
Filipe Manana
2022-10-07
btrfs: add missing path cache update during fiemap
Filipe Manana
2022-09-26
btrfs: skip unnecessary extent buffer sharedness checks during fiemap
Filipe Manana
2022-09-26
btrfs: speedup checking for extent sharedness during fiemap
Filipe Manana
2022-09-26
btrfs: rename btrfs_check_shared() to a more descriptive name
Filipe Manana
2022-07-25
btrfs: sink iterator parameter to btrfs_ioctl_logical_to_ino
David Sterba
2022-07-25
btrfs: simplify parameters of backref iterators
David Sterba
2022-07-25
btrfs: call inode_to_path directly and drop indirection
David Sterba
2022-03-14
btrfs: unify the error handling pattern for read_tree_block()
Qu Wenruo
2022-01-03
btrfs: stop accessing ->extent_root directly
Josef Bacik
2022-01-03
btrfs: don't use extent_root in iterate_extent_inodes
Josef Bacik
2022-01-03
btrfs: remove BUG_ON(!eie) in find_parent_nodes
Josef Bacik
2022-01-03
btrfs: remove BUG_ON() in find_parent_nodes()
Josef Bacik
2022-01-03
btrfs: remove SANITY_TESTS check form find_parent_nodes
Josef Bacik
2022-01-03
btrfs: move comment in find_parent_nodes()
Josef Bacik
[next]