summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_locking.c
AgeCommit message (Expand)Author
2023-08-14bcachefs: Switch to lockdep_set_no_check_recursion()Kent Overstreet
2023-08-14bcachefs: Use lock_class_is_held() for btree locking assertsKent Overstreet
2023-08-14bcachefs: Assert that btree node locks aren't being leakedKent Overstreet
2023-08-14bcachefs: Assorted fixes for clangKent Overstreet
2023-08-14bcachefs: Assorted sparse fixesKent Overstreet
2023-08-14bcachefs: Don't call lock_graph_descend() with wait lock heldKent Overstreet
2023-08-14bcachefs: bch2_trans_unlock_noassert()Kent Overstreet
2023-08-14bcachefs: drop_locks_do()Kent Overstreet
2023-08-14bcachefs: trans_for_each_path_safe()Kent Overstreet
2023-08-14six locks: Kill six_lock_pcpu_(alloc|free)Kent Overstreet
2023-08-14six locks: six_lock_readers_add()Kent Overstreet
2023-08-14bcachefs: Centralize btree node lock initializationKent Overstreet
2023-08-14bcachefs: Fix erasure coding lockingKent Overstreet
2023-08-14bcachefs: New backtrace utility codeKent Overstreet
2023-08-14bcachefs: trans->notrace_relock_failKent Overstreet
2023-08-14bcachefs: Use six_lock_ip()Kent Overstreet
2023-08-14bcachefs: bch2_trans_relock_notrace()Kent Overstreet
2023-08-14bcachefs: Fixes for building in userspaceKent Overstreet
2023-08-14bcachefs: Assorted checkpatch fixesKent Overstreet
2023-08-14fixup bcachefs: Deadlock cycle detectorKent Overstreet
2023-08-14fixup bcachefs: Deadlock cycle detectorKent Overstreet
2023-08-14bcachefs: Fix lock_graph_remove_non_waiters()Kent Overstreet
2023-08-14bcachefs: Simplify break_cycle()Kent Overstreet
2023-08-14bcachefs: Print cycle on unrecoverable deadlockKent Overstreet
2023-08-14bcachefs: bch2_trans_locked()Kent Overstreet
2023-08-14bcachefs: Improve btree_deadlock debugfs outputKent Overstreet
2023-08-14bcachefs: bch2_btree_node_relock_notrace()Kent Overstreet
2023-08-14bcachefs: Ensure bch2_btree_node_lock_write_nofail() never failsKent Overstreet
2023-08-14bcachefs: Delete old deadlock avoidance codeKent Overstreet
2023-08-14bcachefs: Print deadlock cycle in debugfsKent Overstreet
2023-08-14bcachefs: Deadlock cycle detectorKent Overstreet
2023-08-14bcachefs: Fix bch2_btree_node_upgrade()Kent Overstreet
2023-08-14bcachefs: Fix redundant transaction restartKent Overstreet
2023-08-14bcachefs: Convert more locking code to btree_bkey_cached_commonKent Overstreet
2023-08-14bcachefs: btree_bkey_cached_common->cachedKent Overstreet
2023-08-14bcachefs: Fix six_lock_readers_add()Kent Overstreet
2023-08-14bcachefs: New locking functionsKent Overstreet
2023-08-14bcachefs: Add persistent counters for all tracepointsKent Overstreet
2023-08-14bcachefs: Improve bch2_btree_node_relock()Kent Overstreet
2023-08-14bcachefs: Improve btree_node_relock_fail tracepointKent Overstreet
2023-08-14bcachefs: Track held write locksKent Overstreet
2023-08-14bcachefs: Switch btree locking code to struct btree_bkey_cached_commonKent Overstreet
2023-08-14six locks: Improve six_lock_countKent Overstreet
2023-08-14bcachefs: Better use of locking helpersKent Overstreet
2023-08-14bcachefs: Reorganize btree_locking.[ch]Kent Overstreet
2023-08-14bcachefs: btree_locking.cKent Overstreet