index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_multi_rtos
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
backref.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-18
btrfs: unify ordering of btrfs_key initializations
David Sterba
1
-2
/
+2
2025-01-13
btrfs: update prelim_ref_insert() to use rb helpers
Roger L. Beckermeyer III
1
-40
/
+39
2025-01-13
btrfs: remove detached list from struct btrfs_backref_cache
Josef Bacik
1
-2
/
+0
2025-01-13
btrfs: remove the ->lowest and ->leaves members from struct btrfs_backref_node
Josef Bacik
1
-19
/
+0
2025-01-13
btrfs: simplify btrfs_backref_release_cache()
Josef Bacik
1
-20
/
+2
2025-01-13
btrfs: do not handle non-shareable roots in backref cache
Josef Bacik
1
-27
/
+23
2025-01-13
btrfs: remove the changed list for backref cache
Josef Bacik
1
-2
/
+0
2024-11-11
btrfs: pass fs_info to functions that search for delayed ref heads
Filipe Manana
1
-1
/
+2
2024-10-01
btrfs: drop the backref cache during relocation if we commit
Josef Bacik
1
-4
/
+8
2024-09-10
btrfs: constify more pointer parameters
David Sterba
1
-3
/
+3
2024-05-07
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
1
-4
/
+4
2024-05-07
btrfs: stop referencing btrfs_delayed_tree_ref directly
Josef Bacik
1
-10
/
+11
2024-05-07
btrfs: stop referencing btrfs_delayed_data_ref directly
Josef Bacik
1
-5
/
+2
2024-05-07
btrfs: move ->parent and ->ref_root into btrfs_delayed_ref_node
Josef Bacik
1
-8
/
+4
2024-04-18
btrfs: fix information leak in btrfs_ioctl_logical_to_ino()
Johannes Thumshirn
1
-9
/
+3
2024-03-05
btrfs: remove SLAB_MEM_SPREAD flag use
Chengming Zhou
1
-4
/
+1
2024-03-04
btrfs: uninline some static inline helpers from backref.h
David Sterba
1
-0
/
+90
2024-03-04
btrfs: open code btrfs_backref_get_eb()
David Sterba
1
-2
/
+2
2024-03-04
btrfs: delete pointless BUG_ONs on extent item size
David Sterba
1
-3
/
+0
2024-03-04
btrfs: handle invalid extent item reference found in extent_from_logical()
David Sterba
1
-0
/
+11
2024-03-04
btrfs: update comment and drop assertion in extent item lookup in find_parent...
David Sterba
1
-2
/
+4
2023-10-30
Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-1
/
+4
2023-10-23
btrfs: fix unwritten extent buffer after snapshotting a new subvolume
Filipe Manana
1
-5
/
+9
2023-10-12
btrfs: switch btrfs_backref_cache::is_reloc to bool
David Sterba
1
-1
/
+1
2023-10-12
btrfs: new inline ref storing owning subvol of data extents
Boris Burkov
1
-0
/
+3
2023-08-21
btrfs: remove v0 extent handling
Qu Wenruo
1
-17
/
+12
2023-05-09
btrfs: fix backref walking not returning all inode refs
Filipe Manana
1
-9
/
+10
2023-03-29
btrfs: ignore fiemap path cache when there are multiple paths for a node
Filipe Manana
1
-22
/
+63
2023-02-15
btrfs: skip backref walking during fiemap if we know the leaf is shared
Filipe Manana
1
-1
/
+20
2023-02-15
btrfs: assert commit root semaphore is held when accessing backref cache
Filipe Manana
1
-2
/
+10
2022-12-20
btrfs: fix resolving backrefs for inline extent followed by prealloc
Boris Burkov
1
-0
/
+4
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
[next]