summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_iter.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Fix more lockdep splats in debug.cKent Overstreet1-1/+1
2023-10-23bcachefs: allocate_dropping_locks()Kent Overstreet1-0/+26
2023-10-23bcachefs: drop_locks_do()Kent Overstreet1-0/+5
2023-10-23bcachefs: Convert -ENOENT to private error codesKent Overstreet1-1/+1
2023-10-23bcachefs: trans_for_each_path_safe()Kent Overstreet1-0/+29
2023-10-23six locks: Seq now only incremented on unlockKent Overstreet1-8/+1
2023-10-23six locks: Kill six_lock_state unionKent Overstreet1-1/+1
2023-10-23bcachefs: Move bch2_bkey_make_mut() to btree_update.hKent Overstreet1-43/+0
2023-10-23bcachefs: bch2_bkey_get_iter() helpersKent Overstreet1-0/+56
2023-10-23bcachefs: Converting to typed bkeys is now allowed for err, null ptrsKent Overstreet1-5/+7
2023-10-23bcachefs: bch2_btree_iter_peek_node_and_restart()Kent Overstreet1-13/+2
2023-10-23bcachefs: bch2_btree_iter_peek_and_restart_outlined()Kent Overstreet1-0/+2
2023-10-23bcachefs: Split trans->last_begin_ip and trans->last_restarted_ipKent Overstreet1-0/+1
2023-10-23bcachefs: Fix erasure coding lockingKent Overstreet1-0/+9
2023-10-23bcachefs: Use for_each_btree_key_upto() more consistentlyKent Overstreet1-0/+69
2023-10-23bcachefs: bch2_trans_in_restart_error()Kent Overstreet1-1/+16
2023-10-23bcachefs: Inline bch2_btree_path_traverse() fastpathKent Overstreet1-0/+12
2023-10-23bcachefs: bch2_trans_relock_notrace()Kent Overstreet1-0/+1
2023-10-23bcachefs: btree_iter->ip_allocatedKent Overstreet1-11/+17
2023-10-23bcachefs: New btree helpersKent Overstreet1-3/+60
2023-10-23bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet1-1/+1
2023-10-23bcachefs: Optimize bch2_trans_iter_init()Kent Overstreet1-2/+74
2023-10-23bcachefs: Fix for_each_btree_key2()Kent Overstreet1-3/+3
2023-10-23bcachefs: Fix return code from btree_path_traverse_one()Kent Overstreet1-0/+5
2023-10-23bcachefs: Fixes for building in userspaceKent Overstreet1-3/+2
2023-10-23bcachefs: Optimize bch2_trans_init()Kent Overstreet1-2/+13
2023-10-23bcachefs: bch2_trans_locked()Kent Overstreet1-0/+1
2023-10-23bcachefs: Inline bch2_trans_kmalloc() fast pathKent Overstreet1-1/+17
2023-10-23bcachefs: Deadlock cycle detectorKent Overstreet1-2/+5
2023-10-23bcachefs: All held locks must be in a btree pathKent Overstreet1-0/+3
2023-10-23bcachefs: Add persistent counters for all tracepointsKent Overstreet1-1/+1
2023-10-23bcachefs: Make more btree_paths availableKent Overstreet1-1/+1
2023-10-23bcachefs: Track maximum transaction memoryKent Overstreet1-3/+2
2023-10-23bcachefs: btree_locking.cKent Overstreet1-16/+0
2023-10-23bcachefs: Add assertions for unexpected transaction restartsKent Overstreet1-3/+9
2023-10-23bcachefs: Increment restart count in bch2_trans_begin()Kent Overstreet1-1/+0
2023-10-23bcachefs: Track the maximum btree_paths ever allocated by each transactionKent Overstreet1-0/+2
2023-10-23bcachefs: Tracepoint improvementsKent Overstreet1-1/+1
2023-10-23bcachefs: Fix incorrectly freeing btree_path in alloc pathKent Overstreet1-1/+2
2023-10-23bcachefs: for_each_btree_key_reverse()Kent Overstreet1-1/+40
2023-10-23bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet1-19/+35
2023-10-23bcachefs: btree_trans_too_many_iters() is now a transaction restartKent Overstreet1-2/+7
2023-10-23bcachefs: Add a counter for btree_trans restartsKent Overstreet1-1/+45
2023-10-23bcachefs: lock time stats prep work.Daniel Hill1-3/+4
2023-10-23bcachefs: for_each_btree_key2()Kent Overstreet1-0/+33
2023-10-23bcachefs: Improve an error messageKent Overstreet1-1/+1
2023-10-23bcachefs: Fix journal_keys_search() overheadKent Overstreet1-0/+3
2023-10-23bcachefs: bch2_btree_iter_peek_all_levels()Kent Overstreet1-3/+5
2023-10-23bcachefs: btree_path_make_mut() clears should_be_lockedKent Overstreet1-0/+1
2023-10-23bcachefs: bch2_trans_updates_to_text()Kent Overstreet1-0/+1