summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_iter.h
AgeCommit message (Expand)Author
2020-06-15bcachefs: Btree key cacheKent Overstreet
2020-06-15bcachefs: btree_bkey_cached_commonKent Overstreet
2020-06-09bcachefs: bch2_trans_downgrade()Kent Overstreet
2020-06-09bcachefs: Fix a deadlock in bch2_btree_node_get_sibling()Kent Overstreet
2020-06-09bcachefs: Add debug code to print btree transactionsKent Overstreet
2020-06-09bcachefs: Trace where btree iterators are allocatedKent Overstreet
2020-06-09bcachefs: Kill bkey_type_successorKent Overstreet
2020-06-09bcachefs: btree_iter_peek_with_updates()Kent Overstreet
2020-06-09bcachefs: Iterator debug code improvementsKent Overstreet
2020-06-09bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERSKent Overstreet
2020-06-09bcachefs: __bch2_btree_iter_set_pos()Kent Overstreet
2020-06-09bcachefs: Use bch2_trans_reset in bch2_trans_commit()Kent Overstreet
2020-06-09bcachefs: bch2_trans_reset() calls should be at the tops of loopsKent Overstreet
2020-06-09bcachefs: bch2_btree_iter_fix_key_modified()Kent Overstreet
2020-06-09bcachefs: Refactor bch2_trans_commit() pathKent Overstreet
2020-06-09bcachefs: Rework btree iterator lifetimesKent Overstreet
2020-06-09bcachefs: Improve error handling for for_each_btree_key_continue()Kent Overstreet
2020-06-09bcachefs: bch2_btree_iter_peek_prev()Kent Overstreet
2020-06-09bcachefs: Optimize calls to bch2_btree_iter_traverse()Kent Overstreet
2020-06-09bcachefs: Do updates in order they were queued up inKent Overstreet
2020-06-09bcachefs: fix for_each_btree_key()Kent Overstreet
2020-06-09bcachefs: Rip out old hacky transaction restart tracingKent Overstreet
2020-06-09bcachefs: More work to avoid transaction restartsKent Overstreet
2020-06-09bcachefs: Avoid spurious transaction restartsKent Overstreet
2020-06-09bcachefs: Ensure bch2_btree_iter_next() always advancesKent Overstreet
2020-06-09bcachefs: Delete duplicate codeKent Overstreet
2020-06-09bcachefs: improved btree locking tracepointsKent Overstreet
2020-06-09bcachefs: Don't hardcode BTREE_ID_EXTENTSKent Overstreet
2020-06-09bcachefs: kill BTREE_ITER_NOUNLOCKKent Overstreet
2020-06-09bcachefs: Don't pass around may_drop_locksKent Overstreet
2020-06-09bcachefs: Kill remaining bch2_btree_iter_unlock() usesKent Overstreet
2020-06-09bcachefs: Return errors from for_each_btree_key()Kent Overstreet
2020-06-09bcachefs: Initial commitKent Overstreet