summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_iter.h
AgeCommit message (Expand)Author
2023-03-17bcachefs: Improved transaction restart debugging XXXKent Overstreet
2023-03-13bcachefs: bch2_btree_iter_peek_node_and_restart()Kent Overstreet
2023-03-13bcachefs: bch2_btree_iter_peek_and_restart_outlined()Kent Overstreet
2023-03-13bcachefs: Split trans->last_begin_ip and trans->last_restarted_ipKent Overstreet
2023-03-13bcachefs: Fix erasure coding lockingKent Overstreet
2023-03-13bcachefs: Use for_each_btree_key_upto() more consistentlyKent Overstreet
2023-03-13bcachefs: bch2_trans_in_restart_error()Kent Overstreet
2023-03-13bcachefs: Inline bch2_btree_path_traverse() fastpathKent Overstreet
2023-03-13bcachefs: bch2_trans_relock_notrace()Kent Overstreet
2023-03-13bcachefs: btree_iter->ip_allocatedKent Overstreet
2023-03-13bcachefs: New btree helpersKent Overstreet
2023-03-13bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet
2023-03-13bcachefs: Optimize bch2_trans_iter_init()Kent Overstreet
2023-03-13bcachefs: Fix for_each_btree_key2()Kent Overstreet
2023-03-13bcachefs: Fix return code from btree_path_traverse_one()Kent Overstreet
2023-03-13bcachefs: Fixes for building in userspaceKent Overstreet
2023-03-13bcachefs: Optimize bch2_trans_init()Kent Overstreet
2023-03-13bcachefs: bch2_trans_locked()Kent Overstreet
2023-03-13bcachefs: Inline bch2_trans_kmalloc() fast pathKent Overstreet
2023-03-13bcachefs: Deadlock cycle detectorKent Overstreet
2023-03-13bcachefs: All held locks must be in a btree pathKent Overstreet
2023-03-13bcachefs: Add persistent counters for all tracepointsKent Overstreet
2023-03-13bcachefs: Make more btree_paths availableKent Overstreet
2023-03-13bcachefs: Track maximum transaction memoryKent Overstreet
2023-03-13bcachefs: btree_locking.cKent Overstreet
2023-03-13bcachefs: Add assertions for unexpected transaction restartsKent Overstreet
2023-03-13bcachefs: Increment restart count in bch2_trans_begin()Kent Overstreet
2023-03-13bcachefs: Track the maximum btree_paths ever allocated by each transactionKent Overstreet
2023-03-13bcachefs: Tracepoint improvementsKent Overstreet
2023-03-13bcachefs: Fix incorrectly freeing btree_path in alloc pathKent Overstreet
2023-03-13bcachefs: for_each_btree_key_reverse()Kent Overstreet
2023-03-13bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet
2023-03-13bcachefs: btree_trans_too_many_iters() is now a transaction restartKent Overstreet
2023-03-13bcachefs: Add a counter for btree_trans restartsKent Overstreet
2023-03-13bcachefs: lock time stats prep work.Daniel Hill
2023-03-13bcachefs: for_each_btree_key2()Kent Overstreet
2023-03-13bcachefs: Improve an error messageKent Overstreet
2023-03-13bcachefs: Fix journal_keys_search() overheadKent Overstreet
2023-03-13bcachefs: bch2_btree_iter_peek_all_levels()Kent Overstreet
2023-03-13bcachefs: btree_path_make_mut() clears should_be_lockedKent Overstreet
2023-03-13bcachefs: bch2_trans_updates_to_text()Kent Overstreet
2023-03-13bcachefs: bch2_trans_inconsistent()Kent Overstreet
2023-03-13bcachefs: bch2_btree_iter_peek_upto()Kent Overstreet
2023-03-13bcachefs: BTREE_ITER_WITH_KEY_CACHEKent Overstreet
2023-03-13bcachefs: bch2_btree_path_set_pos()Kent Overstreet
2023-03-13bcachefs: iter->update_pathKent Overstreet
2023-03-13bcachefs: Refactor bch2_btree_iter()Kent Overstreet
2023-03-13bcachefs: Switch to __func__for recording where btree_trans was initializedKent Overstreet
2023-03-13bcachefs: BTREE_ITER_NOPRESERVEKent Overstreet
2023-03-13bcachefs: Apply workaround for too many btree iters to read pathKent Overstreet