summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/btree_iter.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* bcachefs: iter->update_pathKent Overstreet2023-10-221-0/+5
* bcachefs: Refactor bch2_btree_iter()Kent Overstreet2023-10-221-8/+13
* bcachefs: Switch to __func__for recording where btree_trans was initializedKent Overstreet2023-10-221-1/+4
* bcachefs: BTREE_ITER_NOPRESERVEKent Overstreet2023-10-221-2/+2
* bcachefs: Apply workaround for too many btree iters to read pathKent Overstreet2023-10-221-1/+7
* bcachefs: bch2_assert_pos_locked()Kent Overstreet2023-10-221-0/+4
* bcachefs: path->should_be_locked fixesKent Overstreet2023-10-221-2/+0
* bcachefs: Fix upgrade_readers()Kent Overstreet2023-10-221-0/+3
* bcachefs: More general fix for transaction paths overflowKent Overstreet2023-10-221-2/+3
* bcachefs: Must check for errors from bch2_trans_cond_resched()Kent Overstreet2023-10-221-15/+0
* bcachefs: Fix restart handling in for_each_btree_key()Kent Overstreet2023-10-221-33/+65
* bcachefs: bch2_trans_exit() no longer returns errorsKent Overstreet2023-10-221-1/+1
* bcachefs: for_each_btree_node() now returns errors directlyKent Overstreet2023-10-221-5/+5
* bcachefs: BTREE_ITER_FILTER_SNAPSHOTSKent Overstreet2023-10-221-0/+9
* bcachefs: Optimize btree lookups in write pathKent Overstreet2023-10-221-0/+1
* bcachefs: Tighten up btree locking invariantsKent Overstreet2023-10-221-1/+0
* bcachefs: Add more assertions for locking btree iterators out of orderKent Overstreet2023-10-221-0/+10
* bcachefs: btree_pathKent Overstreet2023-10-221-144/+121
* bcachefs: Kill BTREE_ITER_NEED_PEEKKent Overstreet2023-10-221-1/+1
* bcachefs: More renamingKent Overstreet2023-10-221-5/+5
* bcachefs: Clean up/rename bch2_trans_node_* fnsKent Overstreet2023-10-221-8/+4
* bcachefs: Further reduce iter->trans usageKent Overstreet2023-10-221-4/+6
* bcachefs: Reduce iter->trans usageKent Overstreet2023-10-221-12/+15
* bcachefs: bch2_dump_trans_iters_updates()Kent Overstreet2023-10-221-0/+2
* bcachefs: Keep a sorted list of btree iteratorsKent Overstreet2023-10-221-9/+34
* bcachefs: __bch2_trans_commit() no longer calls bch2_trans_reset()Kent Overstreet2023-10-221-16/+1
* bcachefs: trans->restartedKent Overstreet2023-10-221-0/+8
* bcachefs: Clean up interior update pathsKent Overstreet2023-10-221-2/+0
* bcachefs: bch2_btree_iter_relock_intent()Kent Overstreet2023-10-221-0/+1
* bcachefs: Update btree ptrs after every writeKent Overstreet2023-10-221-1/+1
* bcachefs: Tighten up btree_iter locking assertionsKent Overstreet2023-10-221-0/+2
* bcachefs: docs: add docs for bch2_trans_resetDan Robertson2023-10-221-0/+7
* bcachefs: Improve iter->should_be_lockedKent Overstreet2023-10-221-0/+6
* bcachefs: Kill bch2_btree_iter_peek_cached()Kent Overstreet2023-10-221-8/+3
* bcachefs: BTREE_ITER_WITH_UPDATESKent Overstreet2023-10-221-3/+0
* bcachefs: Child btree iteratorsKent Overstreet2023-10-221-0/+6
* bcachefs: btree_iter->should_be_lockedKent Overstreet2023-10-221-0/+1
* bcachefs: Improve btree iterator tracepointsKent Overstreet2023-10-221-1/+0
* bcachefs: Improve bch2_btree_iter_traverse_all()Kent Overstreet2023-10-221-1/+1
* bcachefs: Drop some memset() callsKent Overstreet2023-10-221-2/+5
* bcachefs: Increase commality between BTREE_ITER_NODES and BTREE_ITER_KEYSKent Overstreet2023-10-221-4/+9