index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
backref.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-21
Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+28
2026-03-17
btrfs: check for NULL root after calls to btrfs_extent_root()
Filipe Manana
1
-0
/
+28
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-6
/
+6
2026-02-03
btrfs: remove unreachable return after btrfs_backref_panic() in btrfs_backref...
Zhen Ni
1
-3
/
+1
2025-11-24
btrfs: use bool type for btrfs_path members used as booleans
Filipe Manana
1
-8
/
+8
2025-11-24
btrfs: declare free_ipath() via DEFINE_FREE()
Miquel SabatĂ© SolĂ
1
-9
/
+1
2025-11-24
btrfs: use the key format macros when printing keys
Filipe Manana
1
-6
/
+5
2025-09-23
btrfs: add unlikely annotations to branches leading to EIO
David Sterba
1
-2
/
+2
2025-09-23
btrfs: add unlikely annotations to branches leading to EUCLEAN
David Sterba
1
-10
/
+10
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
1
-1
/
+1
2025-07-22
btrfs: set search_commit_root to false in iterate_inodes_from_logical()
Filipe Manana
1
-5
/
+7
2025-07-21
btrfs: simplify debug print helpers without enabled printk
David Sterba
1
-3
/
+1
2025-07-21
btrfs: rename err to ret2 in resolve_indirect_refs()
David Sterba
1
-5
/
+5
2025-07-21
btrfs: pass struct rb_simple_node pointer directly in rb_simple_insert()
Pan Chuang
1
-3
/
+2
2025-07-21
btrfs: relocation: simplify unused logic related to LINK_LOWER
Daniel Vacek
1
-10
/
+6
2025-05-15
btrfs: use list_first_entry() everywhere
David Sterba
1
-4
/
+4
2025-05-15
btrfs: convert ASSERT(0) with handled errors to DEBUG_WARN()
David Sterba
1
-1
/
+1
2025-05-15
btrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG)) to DEBUG_WARN
David Sterba
1
-1
/
+1
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
[next]