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