index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
btree_locking.c
Age
Commit message (
Expand
)
Author
2023-11-04
bcachefs: Ensure srcu lock is not held too long
Kent Overstreet
2023-11-01
bcachefs: Don't downgrade locks on transaction restart
Kent Overstreet
2023-10-22
bcachefs: Assorted fixes for clang
Kent Overstreet
2023-10-22
bcachefs: Assorted sparse fixes
Kent Overstreet
2023-10-22
bcachefs: Don't call lock_graph_descend() with wait lock held
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_unlock_noassert()
Kent Overstreet
2023-10-22
bcachefs: drop_locks_do()
Kent Overstreet
2023-10-22
bcachefs: trans_for_each_path_safe()
Kent Overstreet
2023-10-22
six locks: Kill six_lock_pcpu_(alloc|free)
Kent Overstreet
2023-10-22
six locks: six_lock_readers_add()
Kent Overstreet
2023-10-22
bcachefs: Centralize btree node lock initialization
Kent Overstreet
2023-10-22
bcachefs: Fix erasure coding locking
Kent Overstreet
2023-10-22
bcachefs: New backtrace utility code
Kent Overstreet
2023-10-22
bcachefs: trans->notrace_relock_fail
Kent Overstreet
2023-10-22
bcachefs: Use six_lock_ip()
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_relock_notrace()
Kent Overstreet
2023-10-22
bcachefs: Fixes for building in userspace
Kent Overstreet
2023-10-22
bcachefs: Assorted checkpatch fixes
Kent Overstreet
2023-10-22
fixup bcachefs: Deadlock cycle detector
Kent Overstreet
2023-10-22
fixup bcachefs: Deadlock cycle detector
Kent Overstreet
2023-10-22
bcachefs: Fix lock_graph_remove_non_waiters()
Kent Overstreet
2023-10-22
bcachefs: Simplify break_cycle()
Kent Overstreet
2023-10-22
bcachefs: Print cycle on unrecoverable deadlock
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_locked()
Kent Overstreet
2023-10-22
bcachefs: Improve btree_deadlock debugfs output
Kent Overstreet
2023-10-22
bcachefs: bch2_btree_node_relock_notrace()
Kent Overstreet
2023-10-22
bcachefs: Ensure bch2_btree_node_lock_write_nofail() never fails
Kent Overstreet
2023-10-22
bcachefs: Delete old deadlock avoidance code
Kent Overstreet
2023-10-22
bcachefs: Print deadlock cycle in debugfs
Kent Overstreet
2023-10-22
bcachefs: Deadlock cycle detector
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_btree_node_upgrade()
Kent Overstreet
2023-10-22
bcachefs: Fix redundant transaction restart
Kent Overstreet
2023-10-22
bcachefs: Convert more locking code to btree_bkey_cached_common
Kent Overstreet
2023-10-22
bcachefs: btree_bkey_cached_common->cached
Kent Overstreet
2023-10-22
bcachefs: Fix six_lock_readers_add()
Kent Overstreet
2023-10-22
bcachefs: New locking functions
Kent Overstreet
2023-10-22
bcachefs: Add persistent counters for all tracepoints
Kent Overstreet
2023-10-22
bcachefs: Improve bch2_btree_node_relock()
Kent Overstreet
2023-10-22
bcachefs: Improve btree_node_relock_fail tracepoint
Kent Overstreet
2023-10-22
bcachefs: Track held write locks
Kent Overstreet
2023-10-22
bcachefs: Switch btree locking code to struct btree_bkey_cached_common
Kent Overstreet
2023-10-22
six locks: Improve six_lock_count
Kent Overstreet
2023-10-22
bcachefs: Better use of locking helpers
Kent Overstreet
2023-10-22
bcachefs: Reorganize btree_locking.[ch]
Kent Overstreet
2023-10-22
bcachefs: btree_locking.c
Kent Overstreet