summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_locking.h
AgeCommit message (Expand)Author
2025-05-23bcachefs: Plumb btree_trans for more locking assertsKent Overstreet
2025-05-23bcachefs: Fix btree_path_get_locks when not doing trans restartKent Overstreet
2025-05-23bcachefs: btree_node_locked_type_nowrite()Kent Overstreet
2025-05-21bcachefs: debug_check_btree_locking modparamKent Overstreet
2025-05-21bcachefs: Slim down inlined part of bch2_btree_path_upgrade()Kent Overstreet
2025-05-21bcachefs: Kill bch2_trans_unlock_noassertAlan Huang
2025-02-26bcachefs: Fix deadlockAlan Huang
2025-01-09bcachefs: bch2_trans_unlock_write()Kent Overstreet
2025-01-09bcachefs: btree_node_unlock() can now drop write locksKent Overstreet
2025-01-09bcachefs: bch2_btree_node_write_trans()Kent Overstreet
2024-12-21bcachefs: bch2_trans_relock() is trylock for lockdepKent Overstreet
2024-12-21bcachefs: bch2_trans_verify_not_unlocked_or_in_restart()Kent Overstreet
2024-09-09bcachefs: Assert that we don't lock nodes when !trans->lockedKent Overstreet
2024-09-09bcachefs: Btree path tracepointsKent Overstreet
2024-07-14bcachefs: Kill bch2_assert_btree_nodes_not_locked()Kent Overstreet
2024-07-14bcachefs: Add lockdep support for btree node locksKent Overstreet
2024-07-14bcachefs: btree_node_unlock() assertKent Overstreet
2024-07-11bcachefs: Set PF_MEMALLOC_NOFS when trans->lockedKent Overstreet
2024-05-08bcachefs: bch2_btree_path_upgrade() checks nodes_locked, not uptodateKent Overstreet
2024-01-21bcachefs: Improve trace_trans_restart_relockKent Overstreet
2024-01-05bcachefs: btree_trans always has statsKent Overstreet
2024-01-01bcachefs: kill btree_path.idxKent Overstreet
2024-01-01bcachefs: trans_for_each_path_with_node() no longer uses path->idxKent Overstreet
2024-01-01bcachefs: trans_for_each_path() no longer uses path->idxKent Overstreet
2024-01-01bcachefs: Refactor trans->paths_allocated to be standard bitmapKent Overstreet
2023-11-01bcachefs: Don't downgrade locks on transaction restartKent Overstreet
2023-10-22bcachefs: Fix silent enum conversion errorKent Overstreet
2023-10-22bcachefs: Assorted fixes for clangKent Overstreet
2023-10-22bcachefs: Assorted sparse fixesKent Overstreet
2023-10-22bcachefs: bch2_trans_unlock_noassert()Kent Overstreet
2023-10-22six locks: Seq now only incremented on unlockKent Overstreet
2023-10-22six locks: Documentation, renamingKent Overstreet
2023-10-22six locks: Kill six_lock_state unionKent Overstreet
2023-10-22six locks: Kill six_lock_pcpu_(alloc|free)Kent Overstreet
2023-10-22bcachefs: Centralize btree node lock initializationKent Overstreet
2023-10-22bcachefs: Use six_lock_ip()Kent Overstreet
2023-10-22bcachefs: Switch to local_clock() for fastpath time sourceKent Overstreet
2023-10-22bcachefs: bch2_btree_node_relock_notrace()Kent Overstreet
2023-10-22bcachefs: Ensure bch2_btree_node_lock_write_nofail() never failsKent Overstreet
2023-10-22bcachefs: Delete old deadlock avoidance codeKent Overstreet
2023-10-22bcachefs: Print deadlock cycle in debugfsKent Overstreet
2023-10-22bcachefs: Deadlock cycle detectorKent Overstreet
2023-10-22bcachefs: bch2_btree_path_upgrade() now emits transaction restartKent Overstreet
2023-10-22bcachefs: Convert more locking code to btree_bkey_cached_commonKent Overstreet
2023-10-22bcachefs: bch2_btree_node_lock_write_nofail()Kent Overstreet
2023-10-22bcachefs: New locking functionsKent Overstreet
2023-10-22bcachefs: Mark write locks before taking lockKent Overstreet
2023-10-22bcachefs: Delete time_stats for lock contended timesKent Overstreet
2023-10-22bcachefs: Improve bch2_btree_node_relock()Kent Overstreet
2023-10-22bcachefs: Track held write locksKent Overstreet