index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
backref.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-05
btrfs: move struct btrfs_tree_parent_check out of disk-io.h
Christoph Hellwig
1
-0
/
+1
2022-12-05
btrfs: concentrate all tree block parentness check parameters into one structure
Qu Wenruo
1
-4
/
+11
2022-12-05
btrfs: send: skip resolution of our own backref when finding clone source
Filipe Manana
1
-14
/
+21
2022-12-05
btrfs: send: avoid double extent tree search when finding clone source
Filipe Manana
1
-12
/
+19
2022-12-05
btrfs: send: skip unnecessary backref iterations
Filipe Manana
1
-23
/
+50
2022-12-05
btrfs: send: cache leaf to roots mapping during backref walking
Filipe Manana
1
-12
/
+40
2022-12-05
btrfs: reuse roots ulist on each leaf iteration for iterate_extent_inodes()
Filipe Manana
1
-15
/
+31
2022-12-05
btrfs: use a structure to pass arguments to backref walking functions
Filipe Manana
1
-167
/
+176
2022-12-05
btrfs: use a single argument for extent offset in backref walking functions
Filipe Manana
1
-45
/
+42
2022-12-05
btrfs: send: optimize clone detection to increase extent sharing
Filipe Manana
1
-4
/
+5
2022-12-05
btrfs: move relocation prototypes into relocation.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move extent-tree helpers into their own header file
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: sink gfp_t parameter to btrfs_backref_iter_alloc
David Sterba
1
-3
/
+2
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: avoid unnecessary resolution of indirect backrefs during fiemap
Filipe Manana
1
-11
/
+17
2022-12-05
btrfs: avoid duplicated resolution of indirect backrefs during fiemap
Filipe Manana
1
-10
/
+54
2022-12-05
btrfs: move up backref sharedness cache store and lookup functions
Filipe Manana
1
-118
/
+118
2022-12-05
btrfs: cache sharedness of the last few data extents during fiemap
Filipe Manana
1
-3
/
+47
2022-12-05
btrfs: remove useless logic when finding parent nodes
Filipe Manana
1
-5
/
+18
2022-12-05
btrfs: remove roots ulist when checking data extent sharedness
Filipe Manana
1
-5
/
+1
2022-12-05
btrfs: move ulists to data extent sharedness check context
Filipe Manana
1
-11
/
+32
2022-12-05
btrfs: turn the backref sharedness check cache into a context object
Filipe Manana
1
-16
/
+16
2022-12-05
btrfs: directly pass the inode to btrfs_is_data_extent_shared()
Filipe Manana
1
-4
/
+4
2022-12-05
btrfs: remove checks for a 0 inode number during backref walking
Filipe Manana
1
-2
/
+2
2022-12-05
btrfs: remove checks for a root with id 0 during backref walking
Filipe Manana
1
-4
/
+2
2022-11-02
btrfs: fix inode list leak during backref walking at find_parent_nodes()
Filipe Manana
1
-1
/
+17
2022-11-02
btrfs: fix inode list leak during backref walking at resolve_indirect_refs()
Filipe Manana
1
-19
/
+17
2022-10-11
btrfs: ignore fiemap path cache if we have multiple leaves for a data extent
Filipe Manana
1
-0
/
+25
2022-10-11
btrfs: fix processing of delayed tree block refs during backref walking
Filipe Manana
1
-6
/
+7
2022-10-11
btrfs: fix processing of delayed data refs during backref walking
Filipe Manana
1
-9
/
+24
2022-10-07
btrfs: add missing path cache update during fiemap
Filipe Manana
1
-0
/
+13
2022-09-26
btrfs: skip unnecessary extent buffer sharedness checks during fiemap
Filipe Manana
1
-6
/
+21
2022-09-26
btrfs: speedup checking for extent sharedness during fiemap
Filipe Manana
1
-1
/
+121
2022-09-26
btrfs: rename btrfs_check_shared() to a more descriptive name
Filipe Manana
1
-5
/
+5
2022-07-25
btrfs: sink iterator parameter to btrfs_ioctl_logical_to_ino
David Sterba
1
-3
/
+22
2022-07-25
btrfs: simplify parameters of backref iterators
David Sterba
1
-11
/
+12
2022-07-25
btrfs: call inode_to_path directly and drop indirection
David Sterba
1
-30
/
+20
2022-03-14
btrfs: unify the error handling pattern for read_tree_block()
Qu Wenruo
1
-2
/
+5
2022-01-03
btrfs: stop accessing ->extent_root directly
Josef Bacik
1
-6
/
+10
2022-01-03
btrfs: don't use extent_root in iterate_extent_inodes
Josef Bacik
1
-1
/
+1
2022-01-03
btrfs: remove BUG_ON(!eie) in find_parent_nodes
Josef Bacik
1
-3
/
+11
2022-01-03
btrfs: remove BUG_ON() in find_parent_nodes()
Josef Bacik
1
-1
/
+6
2022-01-03
btrfs: remove SANITY_TESTS check form find_parent_nodes
Josef Bacik
1
-4
/
+0
2022-01-03
btrfs: move comment in find_parent_nodes()
Josef Bacik
1
-7
/
+4
2022-01-03
btrfs: pass the root to add_keyed_refs
Josef Bacik
1
-4
/
+5
2022-01-03
btrfs: drop the _nr from the item helpers
Josef Bacik
1
-7
/
+7
2022-01-03
btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhere
Josef Bacik
1
-3
/
+1
2021-08-23
btrfs: remove ignore_offset argument from btrfs_find_all_roots()
Filipe Manana
1
-2
/
+2
2021-08-23
btrfs: pass NULL as trans to btrfs_search_slot if we only want to search
Marcos Paulo de Souza
1
-1
/
+1
[next]