开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
btree_iter.c
Age
Commit message (
Expand
)
Author
2023-10-22
bcachefs: Fix bch2_btree_path_up_until_good_node()
Kent Overstreet
2023-10-22
bcachefs; Mark __bch2_trans_iter_init as inline
Kent Overstreet
2023-10-22
bcachefs: Optimize btree_path_alloc()
Kent Overstreet
2023-10-22
bcachefs: Inline bch2_trans_kmalloc() fast path
Kent Overstreet
2023-10-22
bcachefs: bch2_print_string_as_lines()
Kent Overstreet
2023-10-22
bcachefs: bch2_btree_node_relock_notrace()
Kent Overstreet
2023-10-22
bcachefs: Improve bch2_btree_trans_to_text()
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: Add a debug assert
Kent Overstreet
2023-10-22
bcachefs: Make an assertion more informative
Kent Overstreet
2023-10-22
bcachefs: All held locks must be in a btree path
Kent Overstreet
2023-10-22
bcachefs: Avoid using btree_node_lock_nopath()
Kent Overstreet
2023-10-22
bcachefs: btree_bkey_cached_common->cached
Kent Overstreet
2023-10-22
bcachefs: Add persistent counters for all tracepoints
Kent Overstreet
2023-10-22
bcachefs: Print lock counts in debugs btree_transactions
Kent Overstreet
2023-10-22
bcachefs: Switch btree locking code to struct btree_bkey_cached_common
Kent Overstreet
2023-10-22
bcachefs: Track maximum transaction memory
Kent Overstreet
2023-10-22
bcachefs: Kill nodes_intent_locked
Kent Overstreet
2023-10-22
bcachefs: Better use of locking helpers
Kent Overstreet
2023-10-22
bcachefs: btree_locking.c
Kent Overstreet
2023-10-22
bcachefs: Minor transaction restart handling fix
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_btree_iter_peek_slot() error path
Kent Overstreet
2023-10-22
bcachefs: Another should_be_locked fixup
Kent Overstreet
2023-10-22
bcachefs: btree_path_down() optimization
Kent Overstreet
2023-10-22
bcachefs: Increment restart count in bch2_trans_begin()
Kent Overstreet
2023-10-22
bcachefs: Track the maximum btree_paths ever allocated by each transaction
Kent Overstreet
2023-10-22
bcachefs: Rename lock_held_stats -> btree_transaction_stats
Kent Overstreet
2023-10-22
bcachefs: Fix duplicate paths left by bch2_path_put()
Kent Overstreet
2023-10-22
bcachefs: Kill BTREE_ITER_CACHED_(NOFILL|NOCREATE)
Kent Overstreet
2023-10-22
bcachefs: Tracepoint improvements
Kent Overstreet
2023-10-22
bcachefs: six_lock_counts() is now in six.c
Kent Overstreet
2023-10-22
bcachefs: BTREE_ITER_NO_NODE -> BCH_ERR codes
Kent Overstreet
2023-10-22
bcachefs: Don't set should_be_locked on paths that aren't locked
Kent Overstreet
2023-10-22
bcachefs: Tracepoint improvements
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_btree_trans_to_text()
Kent Overstreet
2023-10-22
bcachefs: Tighten up btree_path assertions
Kent Overstreet
2023-10-22
bcachefs: Inject transaction restarts in debug mode
Kent Overstreet
2023-10-22
bcachefs: EINTR -> BCH_ERR_transaction_restart
Kent Overstreet
2023-10-22
bcachefs: Add a counter for btree_trans restarts
Kent Overstreet
2023-10-22
bcachefs: added lock held time stats
Daniel Hill
2023-10-22
bcachefs: lock time stats prep work.
Daniel Hill
2023-10-22
bcachefs: Unlock in bch2_trans_begin() if we've held locks more than 10us
Kent Overstreet
2023-10-22
bcachefs: Silence unimportant tracepoints
Kent Overstreet
2023-10-22
bcachefs: Improve an error message
Kent Overstreet
2023-10-22
bcachefs: Printbuf rework
Kent Overstreet
2023-10-22
bcachefs: bch2_trans_reset_updates()
Kent Overstreet
2023-10-22
bcachefs: Fix journal_keys_search() overhead
Kent Overstreet
2023-10-22
bcachefs: Put btree_trans_verify_sorted() behind debug_check_iterators
Kent Overstreet
[next]