index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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-23
bcachefs: Journal keys overlay fixes
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix an out-of-bounds shift
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Don't touch c->flags in bch2_trans_iter_init()
Kent Overstreet
1
-5
/
+7
2023-10-23
bcachefs: Assorted checkpatch fixes
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Optimize bch2_trans_init()
Kent Overstreet
1
-9
/
+11
2023-10-23
bcachefs: Split out __btree_path_up_until_good_node()
Kent Overstreet
1
-10
/
+24
2023-10-23
bcachefs: Switch to local_clock() for fastpath time source
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Fix btree node prefetchig
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Fix a rare path in bch2_btree_path_peek_slot()
Kent Overstreet
1
-6
/
+10
2023-10-23
bcachefs: bch2_path_put_nokeep()
Kent Overstreet
1
-8
/
+20
2023-10-23
bcachefs: bch2_btree_iter_peek() now works with interior nodes
Kent Overstreet
1
-5
/
+16
2023-10-23
bcachefs: Fix bch2_btree_path_up_until_good_node()
Kent Overstreet
1
-2
/
+4
2023-10-23
bcachefs; Mark __bch2_trans_iter_init as inline
Kent Overstreet
1
-6
/
+6
2023-10-23
bcachefs: Optimize btree_path_alloc()
Kent Overstreet
1
-7
/
+12
2023-10-23
bcachefs: Inline bch2_trans_kmalloc() fast path
Kent Overstreet
1
-21
/
+18
2023-10-23
bcachefs: bch2_print_string_as_lines()
Kent Overstreet
1
-4
/
+3
2023-10-23
bcachefs: bch2_btree_node_relock_notrace()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Improve bch2_btree_trans_to_text()
Kent Overstreet
1
-11
/
+20
2023-10-23
bcachefs: Delete old deadlock avoidance code
Kent Overstreet
1
-38
/
+4
2023-10-23
bcachefs: Print deadlock cycle in debugfs
Kent Overstreet
1
-2
/
+0
2023-10-23
bcachefs: Deadlock cycle detector
Kent Overstreet
1
-4
/
+7
2023-10-23
bcachefs: Add a debug assert
Kent Overstreet
1
-0
/
+3
2023-10-23
bcachefs: Make an assertion more informative
Kent Overstreet
1
-1
/
+4
2023-10-23
bcachefs: All held locks must be in a btree path
Kent Overstreet
1
-63
/
+6
2023-10-23
bcachefs: Avoid using btree_node_lock_nopath()
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: btree_bkey_cached_common->cached
Kent Overstreet
1
-5
/
+4
2023-10-23
bcachefs: Add persistent counters for all tracepoints
Kent Overstreet
1
-4
/
+4
2023-10-23
bcachefs: Print lock counts in debugs btree_transactions
Kent Overstreet
1
-0
/
+12
2023-10-23
bcachefs: Switch btree locking code to struct btree_bkey_cached_common
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Track maximum transaction memory
Kent Overstreet
1
-10
/
+13
2023-10-23
bcachefs: Kill nodes_intent_locked
Kent Overstreet
1
-2
/
+0
2023-10-23
bcachefs: Better use of locking helpers
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: btree_locking.c
Kent Overstreet
1
-442
/
+2
2023-10-23
bcachefs: Minor transaction restart handling fix
Kent Overstreet
1
-4
/
+4
2023-10-23
bcachefs: Fix bch2_btree_iter_peek_slot() error path
Kent Overstreet
1
-3
/
+8
2023-10-23
bcachefs: Another should_be_locked fixup
Kent Overstreet
1
-12
/
+16
2023-10-23
bcachefs: btree_path_down() optimization
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Increment restart count in bch2_trans_begin()
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: Track the maximum btree_paths ever allocated by each transaction
Kent Overstreet
1
-28
/
+89
2023-10-23
bcachefs: Rename lock_held_stats -> btree_transaction_stats
Kent Overstreet
1
-9
/
+30
2023-10-23
bcachefs: Fix duplicate paths left by bch2_path_put()
Kent Overstreet
1
-34
/
+35
2023-10-23
bcachefs: Kill BTREE_ITER_CACHED_(NOFILL|NOCREATE)
Kent Overstreet
1
-5
/
+1
2023-10-23
bcachefs: Tracepoint improvements
Kent Overstreet
1
-42
/
+13
2023-10-23
bcachefs: six_lock_counts() is now in six.c
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: BTREE_ITER_NO_NODE -> BCH_ERR codes
Kent Overstreet
1
-41
/
+19
2023-10-23
bcachefs: Don't set should_be_locked on paths that aren't locked
Kent Overstreet
1
-28
/
+29
2023-10-23
bcachefs: Tracepoint improvements
Kent Overstreet
1
-19
/
+40
2023-10-23
bcachefs: Fix bch2_btree_trans_to_text()
Kent Overstreet
1
-10
/
+8
2023-10-23
bcachefs: Tighten up btree_path assertions
Kent Overstreet
1
-1
/
+3
2023-10-23
bcachefs: Inject transaction restarts in debug mode
Kent Overstreet
1
-0
/
+11
[next]