index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
btree_iter.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Add a counter for btree_trans restarts
Kent Overstreet
1
-2
/
+11
2023-10-22
bcachefs: added lock held time stats
Daniel Hill
1
-5
/
+14
2023-10-22
bcachefs: lock time stats prep work.
Daniel Hill
1
-28
/
+30
2023-10-22
bcachefs: Unlock in bch2_trans_begin() if we've held locks more than 10us
Kent Overstreet
1
-1
/
+9
2023-10-22
bcachefs: Silence unimportant tracepoints
Kent Overstreet
1
-6
/
+8
2023-10-22
bcachefs: Improve an error message
Kent Overstreet
1
-60
/
+49
2023-10-22
bcachefs: Printbuf rework
Kent Overstreet
1
-21
/
+21
2023-10-22
bcachefs: bch2_trans_reset_updates()
Kent Overstreet
1
-9
/
+1
2023-10-22
bcachefs: Fix journal_keys_search() overhead
Kent Overstreet
1
-5
/
+23
2023-10-22
bcachefs: Put btree_trans_verify_sorted() behind debug_check_iterators
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: bch2_btree_iter_peek_all_levels()
Kent Overstreet
1
-8
/
+115
2023-10-22
bcachefs: btree_path_set_level_(up|down)
Kent Overstreet
1
-13
/
+26
2023-10-22
bcachefs: bch2_btree_iter_peek_slot() now works on interior nodes
Kent Overstreet
1
-8
/
+11
2023-10-22
bcachefs: Introduce bch2_journal_keys_peek_(upto|slot)()
Kent Overstreet
1
-8
/
+7
2023-10-22
bcachefs: Use darray for extra_journal_entries
Kent Overstreet
1
-2
/
+3
2023-10-22
bcachefs: btree_path_make_mut() clears should_be_locked
Kent Overstreet
1
-4
/
+3
2023-10-22
bcachefs: Add a missing btree_path_set_dirty() calls
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: bch2_trans_updates_to_text()
Kent Overstreet
1
-14
/
+28
2023-10-22
bcachefs: bch2_trans_inconsistent()
Kent Overstreet
1
-21
/
+32
2023-10-22
bcachefs: bch2_btree_iter_peek_upto()
Kent Overstreet
1
-10
/
+26
2023-10-22
bcachefs: Delay setting path->should_be_locked
Kent Overstreet
1
-7
/
+16
2023-10-22
bcachefs: Fix lock ordering under traverse_all()
Kent Overstreet
1
-8
/
+9
2023-10-22
bcachefs: Fix error handling in traverse_all()
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: Don't keep around btree_paths unnecessarily
Kent Overstreet
1
-0
/
+8
2023-10-22
bcachefs: Fix btree path sorting
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Heap allocate printbufs
Kent Overstreet
1
-30
/
+46
2023-10-22
bcachefs: Improve debug assertion
Kent Overstreet
1
-2
/
+7
2023-10-22
bcachefs: Always clear should_be_locked in bch2_trans_begin()
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Fix failure to allocate btree node in cache
Kent Overstreet
1
-17
/
+5
2023-10-22
bcachefs: Fix __btree_path_traverse_all
Kent Overstreet
1
-10
/
+10
2023-10-22
bcachefs: Fix __bch2_btree_node_lock
Kent Overstreet
1
-30
/
+31
2023-10-22
bcachefs: Also show when blocked on write locks
Kent Overstreet
1
-21
/
+6
2023-10-22
bcachefs: Kill bch2_bkey_debugcheck
Kent Overstreet
1
-15
/
+1
2023-10-22
bcachefs: Btree key cache coherency
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: BTREE_ITER_WITH_KEY_CACHE
Kent Overstreet
1
-11
/
+78
2023-10-22
bcachefs: run_one_trigger() now checks journal keys
Kent Overstreet
1
-20
/
+5
2023-10-22
bcachefs: Stash a copy of key being overwritten in btree_insert_entry
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: bch2_btree_path_set_pos()
Kent Overstreet
1
-24
/
+12
2023-10-22
bcachefs: btree_id_cached()
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Don't use in-memory bucket array for alloc updates
Kent Overstreet
1
-0
/
+8
2023-10-22
bcachefs: iter->update_path
Kent Overstreet
1
-6
/
+60
2023-10-22
bcachefs: Refactor bch2_btree_iter()
Kent Overstreet
1
-39
/
+58
2023-10-22
bcachefs: Tracepoint improvements
Kent Overstreet
1
-10
/
+23
2023-10-22
bcachefs: Switch to __func__for recording where btree_trans was initialized
Kent Overstreet
1
-10
/
+13
2023-10-22
fixup! bcachefs: Factor out __bch2_btree_iter_set_pos()
Kent Overstreet
1
-8
/
+4
2023-10-22
bcachefs: BTREE_ITER_WITH_JOURNAL
Kent Overstreet
1
-28
/
+166
2023-10-22
bcachefs: Use BTREE_ITER_NOPRESERVE in bch2_btree_iter_verify_ret()
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: BTREE_ITER_NOPRESERVE
Kent Overstreet
1
-11
/
+9
2023-10-22
bcachefs: Fix some shutdown path bugs
Kent Overstreet
1
-4
/
+9
2023-10-22
bcachefs: Split out CONFIG_BCACHEFS_DEBUG_TRANSACTIONS
Kent Overstreet
1
-17
/
+14
[next]