summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_locking.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-26bcachefs: Plumb correct ip to trans_relock_fail tracepointKent Overstreet1-6/+6
2025-06-12bcachefs: Fix possible console lock involved deadlockAlan Huang1-1/+1
2025-06-01bcachefs: Replace rcu_read_lock() with guardsKent Overstreet1-2/+1
2025-05-30bcachefs: factor out break_cycle_fail()Kent Overstreet1-25/+28
2025-05-23bcachefs: Path must be locked if trans->locked && should_be_lockedKent Overstreet1-8/+9
2025-05-23bcachefs: Plumb btree_trans for more locking assertsKent Overstreet1-6/+6
2025-05-23bcachefs: Clear trans->locked before unlockKent Overstreet1-2/+2
2025-05-23bcachefs: bch2_path_get() reuses paths if upgrade_fails & !should_be_lockedKent Overstreet1-2/+7
2025-05-23bcachefs: Fix btree_path_get_locks when not doing trans restartKent Overstreet1-47/+61
2025-05-23bcachefs: btree_node_locked_type_nowrite()Kent Overstreet1-5/+2
2025-05-22bcachefs: Improve trace_trans_restart_upgradeKent Overstreet1-2/+21
2025-05-22bcachefs: relock_fail tracepoint now includes btreeKent Overstreet1-1/+4
2025-05-22bcachefs: debug_check_btree_locking modparamKent Overstreet1-7/+3
2025-05-22bcachefs: Slim down inlined part of bch2_btree_path_upgrade()Kent Overstreet1-9/+13
2025-05-22bcachefs: print_str_as_lines() -> print_str()Kent Overstreet1-1/+1
2025-05-22bcachefs: Kill bch2_trans_unlock_noassertAlan Huang1-7/+0
2025-03-24bcachefs: Fix race in print_chain()Kent Overstreet1-2/+2
2025-03-24bcachefs: btree_trans_restart_foreign_task()Kent Overstreet1-1/+3
2025-02-27bcachefs: Fix deadlockAlan Huang1-2/+3
2025-01-14bcachefs: Pop all the transactions from the abort oneAlan Huang1-0/+2
2025-01-14bcachefs: Only abort the transactions in the cycleAlan Huang1-7/+14
2025-01-14bcachefs: Introduce lock_graph_pop_fromAlan Huang1-2/+7
2025-01-14bcachefs: Convert open-coded lock_graph_pop_all to helperAlan Huang1-4/+2
2025-01-14bcachefs: Do not allow no fail lock request to failAlan Huang1-1/+1
2025-01-14Revert "bcachefs: Fix bch2_btree_node_upgrade()"Alan Huang1-18/+4
2025-01-10bcachefs: bch2_trans_unlock_write()Kent Overstreet1-0/+11
2025-01-10bcachefs: btree_path_very_locks(): verify lock seqKent Overstreet1-0/+3
2024-12-21bcachefs: bch2_trans_relock() is trylock for lockdepKent Overstreet1-1/+1
2024-07-15bcachefs: Kill bch2_assert_btree_nodes_not_locked()Kent Overstreet1-10/+0
2024-07-15lockdep: lockdep_set_notrack_class()Kent Overstreet1-1/+1
2024-07-12bcachefs: Set PF_MEMALLOC_NOFS when trans->lockedKent Overstreet1-5/+3
2024-07-10bcachefs: fix scheduling while atomic in break_cycle()Kent Overstreet1-1/+1
2024-06-05bcachefs: Fix GFP_KERNEL allocation in break_cycle()Kent Overstreet1-0/+1
2024-05-09bcachefs: bch2_trans_verify_not_unlocked()Kent Overstreet1-2/+9
2024-05-09bcachefs: trans->lockedKent Overstreet1-19/+33
2024-05-09bcachefs: bch2_btree_path_upgrade() checks nodes_locked, not uptodateKent Overstreet1-7/+6
2024-05-09bcachefs: bch2_trans_relock_fail() - factor out slowpathKent Overstreet1-46/+52
2024-05-09bcachefs: bch2_btree_path_to_text()Kent Overstreet1-0/+5
2024-05-09bcachefs: prt_printf() now respects \r\n\tKent Overstreet1-4/+2
2024-04-11bcachefs: Kill read lock dropping in bch2_btree_node_lock_write_nofail()Kent Overstreet1-27/+1
2024-03-14bcachefs: Drop redundant btree_path_downgrade()sKent Overstreet1-1/+2
2024-01-22bcachefs: Add gfp flags param to bch2_prt_task_backtrace()Kent Overstreet1-2/+2
2024-01-21bcachefs: Improve trace_trans_restart_relockKent Overstreet1-7/+33
2024-01-06bcachefs: Improve would_deadlock trace eventKent Overstreet1-7/+12
2024-01-01bcachefs: optimize __bch2_trans_get(), kill DEBUG_TRANSACTIONSKent Overstreet1-1/+2
2024-01-01bcachefs: rcu protect trans->pathsKent Overstreet1-7/+24
2024-01-01bcachefs: kill btree_path.idxKent Overstreet1-1/+1
2024-01-01bcachefs: trans_for_each_path() no longer uses path->idxKent Overstreet1-14/+24
2024-01-01bcachefs: kill btree_path->(alloc_seq|downgrade_seq)Kent Overstreet1-1/+0
2024-01-01bcachefs: Improve trace_trans_restart_would_deadlockKent Overstreet1-3/+22