index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
btree_locking.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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-26
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-09
bcachefs: bch2_trans_unlock_write()
Kent Overstreet
1
-0
/
+11
2025-01-09
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-14
bcachefs: Kill bch2_assert_btree_nodes_not_locked()
Kent Overstreet
1
-10
/
+0
2024-07-14
lockdep: lockdep_set_notrack_class()
Kent Overstreet
1
-1
/
+1
2024-07-11
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-08
bcachefs: bch2_trans_verify_not_unlocked()
Kent Overstreet
1
-2
/
+9
2024-05-08
bcachefs: trans->locked
Kent Overstreet
1
-19
/
+33
2024-05-08
bcachefs: bch2_btree_path_upgrade() checks nodes_locked, not uptodate
Kent Overstreet
1
-7
/
+6
2024-05-08
bcachefs: bch2_trans_relock_fail() - factor out slowpath
Kent Overstreet
1
-46
/
+52
2024-05-08
bcachefs: bch2_btree_path_to_text()
Kent Overstreet
1
-0
/
+5
2024-05-08
bcachefs: prt_printf() now respects \r\n\t
Kent Overstreet
1
-4
/
+2
2024-04-10
bcachefs: Kill read lock dropping in bch2_btree_node_lock_write_nofail()
Kent Overstreet
1
-27
/
+1
2024-03-13
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-05
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
2024-01-01
bcachefs: Improve btree_path_dowgrade tracepoint
Kent Overstreet
1
-2
/
+2
2023-11-04
bcachefs: Ensure srcu lock is not held too long
Kent Overstreet
1
-0
/
+6
2023-11-01
bcachefs: Don't downgrade locks on transaction restart
Kent Overstreet
1
-9
/
+29
2023-10-22
bcachefs: Assorted fixes for clang
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Assorted sparse fixes
Kent Overstreet
1
-7
/
+0
2023-10-22
bcachefs: Don't call lock_graph_descend() with wait lock held
Kent Overstreet
1
-6
/
+15
2023-10-22
bcachefs: bch2_trans_unlock_noassert()
Kent Overstreet
1
-0
/
+8
2023-10-22
bcachefs: drop_locks_do()
Kent Overstreet
1
-4
/
+1
2023-10-22
bcachefs: trans_for_each_path_safe()
Kent Overstreet
1
-3
/
+4
2023-10-22
six locks: Kill six_lock_pcpu_(alloc|free)
Kent Overstreet
1
-2
/
+3
2023-10-22
six locks: six_lock_readers_add()
Kent Overstreet
1
-10
/
+0
2023-10-22
bcachefs: Centralize btree node lock initialization
Kent Overstreet
1
-1
/
+17
2023-10-22
bcachefs: Fix erasure coding locking
Kent Overstreet
1
-0
/
+13
2023-10-22
bcachefs: New backtrace utility code
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: trans->notrace_relock_fail
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Use six_lock_ip()
Kent Overstreet
1
-1
/
+2
[next]