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
/
ctree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-07
btrfs: rename local variable for offset in folio
David Sterba
1
-4
/
+4
2026-04-07
btrfs: unify types for binary search variables
David Sterba
1
-1
/
+1
2026-04-07
btrfs: remove duplicate calculation of eb offset in btrfs_bin_search()
David Sterba
1
-1
/
+0
2026-04-07
btrfs: remove atomic parameter from btrfs_buffer_uptodate()
Qu Wenruo
1
-1
/
+1
2026-04-07
btrfs: revalidate cached tree blocks on the uptodate path
ZhengYuan Huang
1
-1
/
+1
2026-04-07
btrfs: add tracepoint for search slot restart tracking
Leo Martins
1
-2
/
+8
2026-04-07
btrfs: inhibit extent buffer writeback to prevent COW amplification
Leo Martins
1
-2
/
+7
2026-04-07
btrfs: pass literal booleans to functions that take boolean arguments
Filipe Manana
1
-1
/
+1
2026-04-07
btrfs: remove redundant extent_buffer_uptodate() checks after read_tree_block()
Filipe Manana
1
-11
/
+2
2026-02-03
btrfs: merge setting ret and return ret
David Sterba
1
-2
/
+1
2026-02-03
btrfs: simplify boolean argument for btrfs_inc_ref()/btrfs_dec_ref()
Sun YangKai
1
-26
/
+12
2026-02-03
btrfs: use true/false for boolean parameters in btrfs_inc_ref()/btrfs_dec_ref()
Sun YangKai
1
-10
/
+10
2025-11-25
btrfs: remove redundant level reset in btrfs_del_items()
Sun YangKai
1
-3
/
+1
2025-11-25
btrfs: simplify leaf traversal after path release in btrfs_next_old_leaf()
Sun YangKai
1
-25
/
+14
2025-11-25
btrfs: optimize balance_level() path reference handling
Sun YangKai
1
-3
/
+3
2025-11-25
btrfs: factor out root promotion logic into promote_child_to_root()
Sun YangKai
1
-46
/
+70
2025-11-24
btrfs: use bool type for btrfs_path members used as booleans
Filipe Manana
1
-14
/
+14
2025-11-24
btrfs: update check_skip variable after unlocking current node
Filipe Manana
1
-1
/
+1
2025-11-24
btrfs: abort transaction on item count overflow in __push_leaf_left()
Filipe Manana
1
-3
/
+7
2025-11-24
btrfs: always use right leaf variable in __push_leaf_left()
Filipe Manana
1
-2
/
+2
2025-11-24
btrfs: remove duplicated leaf dirty status clearing in __push_leaf_right()
Filipe Manana
1
-2
/
+0
2025-11-24
btrfs: always use left leaf variable in __push_leaf_right()
Filipe Manana
1
-4
/
+4
2025-11-24
btrfs: add unlikely to critical error in btrfs_extend_item()
Filipe Manana
1
-1
/
+1
2025-11-24
btrfs: remove pointless return value update in btrfs_del_items()
Filipe Manana
1
-1
/
+0
2025-11-24
btrfs: fix leaf leak in an error path in btrfs_del_items()
Filipe Manana
1
-1
/
+1
2025-11-24
btrfs: remove pointless data_end assignment in btrfs_extent_item()
Filipe Manana
1
-1
/
+0
2025-11-24
btrfs: use the key format macros when printing keys
Filipe Manana
1
-10
/
+7
2025-09-23
btrfs: add unlikely annotations to branches leading to transaction abort
David Sterba
1
-25
/
+25
2025-09-23
btrfs: add unlikely annotations to branches leading to EUCLEAN
David Sterba
1
-5
/
+5
2025-09-23
btrfs: make the rule checking more readable for should_cow_block()
Filipe Manana
1
-14
/
+23
2025-09-23
btrfs: mark leaf space and overflow checks as unlikely on insert and extension
Filipe Manana
1
-7
/
+7
2025-09-23
btrfs: mark as unlikely not uptodate extent buffer checks when navigating btrees
Filipe Manana
1
-4
/
+4
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
1
-8
/
+8
2025-07-22
btrfs: don't use token set/get accessors for btrfs_item members
David Sterba
1
-33
/
+18
2025-07-22
btrfs: clear dirty status from extent buffer on error at insert_new_root()
Filipe Manana
1
-0
/
+1
2025-07-21
btrfs: remove partial support for lowest level from btrfs_search_forward()
Sun YangKai
1
-13
/
+5
2025-07-21
btrfs: use refcount_t type for the extent buffer reference counter
Filipe Manana
1
-7
/
+7
2025-07-21
btrfs: rename err to ret2 in btrfs_search_old_slot()
David Sterba
1
-5
/
+5
2025-07-21
btrfs: rename err to ret2 in btrfs_search_slot()
David Sterba
1
-19
/
+18
2025-07-21
btrfs: rename err to ret2 in search_leaf()
David Sterba
1
-9
/
+8
2025-07-21
btrfs: rename err to ret2 in read_block_for_search()
David Sterba
1
-7
/
+7
2025-07-21
btrfs: constify more pointer parameters
David Sterba
1
-10
/
+10
2025-07-21
btrfs: abort transaction on unexpected eb generation at btrfs_copy_root()
Filipe Manana
1
-1
/
+8
2025-07-21
btrfs: unfold transaction abort at btrfs_copy_root()
Filipe Manana
1
-3
/
+7
2025-03-18
btrfs: avoid redundant path slot assignment in btrfs_search_forward()
Sun YangKai
1
-2
/
+1
2025-03-18
btrfs: remove unnecessary btrfs_key local variable in btrfs_search_forward()
Sun YangKai
1
-7
/
+5
2025-03-18
btrfs: do trivial BTRFS_PATH_AUTO_FREE conversions
David Sterba
1
-2
/
+1
2025-01-23
btrfs: fix lockdep splat while merging a relocation root
Filipe Manana
1
-0
/
+2
2025-01-14
btrfs: implement hole punching for RAID stripe extents
Johannes Thumshirn
1
-0
/
+1
2025-01-13
btrfs: move csum related functions from ctree.c into fs.c
Filipe Manana
1
-51
/
+0
[next]