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.14.y
linux-6.15.y
linux-6.16.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_locking.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-26
bcachefs: Plumb correct ip to trans_relock_fail tracepoint
Kent Overstreet
1
-6
/
+6
2025-06-12
bcachefs: Fix possible console lock involved deadlock
Alan Huang
1
-1
/
+1
2025-06-01
bcachefs: Replace rcu_read_lock() with guards
Kent Overstreet
1
-2
/
+1
2025-05-30
bcachefs: factor out break_cycle_fail()
Kent Overstreet
1
-25
/
+28
2025-05-23
bcachefs: Path must be locked if trans->locked && should_be_locked
Kent Overstreet
1
-8
/
+9
2025-05-23
bcachefs: Plumb btree_trans for more locking asserts
Kent Overstreet
1
-6
/
+6
2025-05-23
bcachefs: Clear trans->locked before unlock
Kent Overstreet
1
-2
/
+2
2025-05-23
bcachefs: bch2_path_get() reuses paths if upgrade_fails & !should_be_locked
Kent Overstreet
1
-2
/
+7
2025-05-23
bcachefs: Fix btree_path_get_locks when not doing trans restart
Kent Overstreet
1
-47
/
+61
2025-05-23
bcachefs: btree_node_locked_type_nowrite()
Kent Overstreet
1
-5
/
+2
2025-05-22
bcachefs: Improve trace_trans_restart_upgrade
Kent Overstreet
1
-2
/
+21
2025-05-22
bcachefs: relock_fail tracepoint now includes btree
Kent Overstreet
1
-1
/
+4
2025-05-22
bcachefs: debug_check_btree_locking modparam
Kent Overstreet
1
-7
/
+3
2025-05-22
bcachefs: Slim down inlined part of bch2_btree_path_upgrade()
Kent Overstreet
1
-9
/
+13
2025-05-22
bcachefs: print_str_as_lines() -> print_str()
Kent Overstreet
1
-1
/
+1
2025-05-22
bcachefs: Kill bch2_trans_unlock_noassert
Alan Huang
1
-7
/
+0
2025-03-24
bcachefs: Fix race in print_chain()
Kent Overstreet
1
-2
/
+2
2025-03-24
bcachefs: btree_trans_restart_foreign_task()
Kent Overstreet
1
-1
/
+3
2025-02-27
bcachefs: Fix deadlock
Alan Huang
1
-2
/
+3
2025-01-14
bcachefs: Pop all the transactions from the abort one
Alan Huang
1
-0
/
+2
2025-01-14
bcachefs: Only abort the transactions in the cycle
Alan Huang
1
-7
/
+14
2025-01-14
bcachefs: Introduce lock_graph_pop_from
Alan Huang
1
-2
/
+7
2025-01-14
bcachefs: Convert open-coded lock_graph_pop_all to helper
Alan Huang
1
-4
/
+2
2025-01-14
bcachefs: Do not allow no fail lock request to fail
Alan Huang
1
-1
/
+1
2025-01-14
Revert "bcachefs: Fix bch2_btree_node_upgrade()"
Alan Huang
1
-18
/
+4
2025-01-10
bcachefs: bch2_trans_unlock_write()
Kent Overstreet
1
-0
/
+11
2025-01-10
bcachefs: btree_path_very_locks(): verify lock seq
Kent Overstreet
1
-0
/
+3
2024-12-21
bcachefs: bch2_trans_relock() is trylock for lockdep
Kent Overstreet
1
-1
/
+1
2024-07-15
bcachefs: Kill bch2_assert_btree_nodes_not_locked()
Kent Overstreet
1
-10
/
+0
2024-07-15
lockdep: lockdep_set_notrack_class()
Kent Overstreet
1
-1
/
+1
2024-07-12
bcachefs: Set PF_MEMALLOC_NOFS when trans->locked
Kent Overstreet
1
-5
/
+3
2024-07-10
bcachefs: fix scheduling while atomic in break_cycle()
Kent Overstreet
1
-1
/
+1
2024-06-05
bcachefs: Fix GFP_KERNEL allocation in break_cycle()
Kent Overstreet
1
-0
/
+1
2024-05-09
bcachefs: bch2_trans_verify_not_unlocked()
Kent Overstreet
1
-2
/
+9
2024-05-09
bcachefs: trans->locked
Kent Overstreet
1
-19
/
+33
2024-05-09
bcachefs: bch2_btree_path_upgrade() checks nodes_locked, not uptodate
Kent Overstreet
1
-7
/
+6
2024-05-09
bcachefs: bch2_trans_relock_fail() - factor out slowpath
Kent Overstreet
1
-46
/
+52
2024-05-09
bcachefs: bch2_btree_path_to_text()
Kent Overstreet
1
-0
/
+5
2024-05-09
bcachefs: prt_printf() now respects \r\n\t
Kent Overstreet
1
-4
/
+2
2024-04-11
bcachefs: Kill read lock dropping in bch2_btree_node_lock_write_nofail()
Kent Overstreet
1
-27
/
+1
2024-03-14
bcachefs: Drop redundant btree_path_downgrade()s
Kent Overstreet
1
-1
/
+2
2024-01-22
bcachefs: Add gfp flags param to bch2_prt_task_backtrace()
Kent Overstreet
1
-2
/
+2
2024-01-21
bcachefs: Improve trace_trans_restart_relock
Kent Overstreet
1
-7
/
+33
2024-01-06
bcachefs: Improve would_deadlock trace event
Kent Overstreet
1
-7
/
+12
2024-01-01
bcachefs: optimize __bch2_trans_get(), kill DEBUG_TRANSACTIONS
Kent Overstreet
1
-1
/
+2
2024-01-01
bcachefs: rcu protect trans->paths
Kent Overstreet
1
-7
/
+24
2024-01-01
bcachefs: kill btree_path.idx
Kent Overstreet
1
-1
/
+1
2024-01-01
bcachefs: trans_for_each_path() no longer uses path->idx
Kent Overstreet
1
-14
/
+24
2024-01-01
bcachefs: kill btree_path->(alloc_seq|downgrade_seq)
Kent Overstreet
1
-1
/
+0
2024-01-01
bcachefs: Improve trace_trans_restart_would_deadlock
Kent Overstreet
1
-3
/
+22
[next]