summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_iter.c
AgeCommit message (Expand)Author
2023-10-22bcachefs: btree_iter->ip_allocatedKent Overstreet
2023-10-22bcachefs: key cache: Don't hold btree locks while using GFP_RECLAIMKent Overstreet
2023-10-22bcachefs: Fix bch2_btree_path_traverse_all()Kent Overstreet
2023-10-22bcachefs: Delete a faulty assertionKent Overstreet
2023-10-22bcachefs: bch2_btree_trans_to_text(): print blocked timeKent Overstreet
2023-10-22bcachefs: Fix for long running btree transactions & key cacheKent Overstreet
2023-10-22bcachefs: bch2_trans_revalidate_updates_in_node()Kent Overstreet
2023-10-22bcachefs: bkey_min(), bkey_max()Kent Overstreet
2023-10-22bcachefs: Add a missing bch2_btree_path_traverse() callKent Overstreet
2023-10-22bcachefs: Fix a btree iter assertion popKent Overstreet
2023-10-22bcachefs: Key cache now works for snapshots btreesKent Overstreet
2023-10-22bcachefs: Bring back BTREE_ITER_CACHED_NOFILLKent Overstreet
2023-10-22bcachefs: Kill __btree_trans_peek_key_cache()Kent Overstreet
2023-10-22bcachefs: Fix __btree_trans_peek_key_cache()Kent Overstreet
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet
2023-10-22bcachefs: Optimize bch2_trans_iter_init()Kent Overstreet
2023-10-22bcachefs: Move some asserts behind CONFIG_BCACHEFS_DEBUGKent Overstreet
2023-10-22bcachefs: Fix return code from btree_path_traverse_one()Kent Overstreet
2023-10-22bcachefs: Fixes for building in userspaceKent Overstreet
2023-10-22bcachefs: Improve __bch2_btree_path_make_mut()Kent Overstreet
2023-10-22bcachefs: Inlining improvementsKent Overstreet
2023-10-22bcachefs: More style fixesKent Overstreet
2023-10-22bcachefs: Journal keys overlay fixesKent Overstreet
2023-10-22bcachefs: Fix an out-of-bounds shiftKent Overstreet
2023-10-22bcachefs: Don't touch c->flags in bch2_trans_iter_init()Kent Overstreet
2023-10-22bcachefs: Assorted checkpatch fixesKent Overstreet
2023-10-22bcachefs: Optimize bch2_trans_init()Kent Overstreet
2023-10-22bcachefs: Split out __btree_path_up_until_good_node()Kent Overstreet
2023-10-22bcachefs: Switch to local_clock() for fastpath time sourceKent Overstreet
2023-10-22bcachefs: Fix btree node prefetchigKent Overstreet
2023-10-22bcachefs: Fix a rare path in bch2_btree_path_peek_slot()Kent Overstreet
2023-10-22bcachefs: bch2_path_put_nokeep()Kent Overstreet
2023-10-22bcachefs: bch2_btree_iter_peek() now works with interior nodesKent Overstreet
2023-10-22bcachefs: Fix bch2_btree_path_up_until_good_node()Kent Overstreet
2023-10-22bcachefs; Mark __bch2_trans_iter_init as inlineKent Overstreet
2023-10-22bcachefs: Optimize btree_path_alloc()Kent Overstreet
2023-10-22bcachefs: Inline bch2_trans_kmalloc() fast pathKent Overstreet
2023-10-22bcachefs: bch2_print_string_as_lines()Kent Overstreet
2023-10-22bcachefs: bch2_btree_node_relock_notrace()Kent Overstreet
2023-10-22bcachefs: Improve bch2_btree_trans_to_text()Kent Overstreet
2023-10-22bcachefs: Delete old deadlock avoidance codeKent Overstreet
2023-10-22bcachefs: Print deadlock cycle in debugfsKent Overstreet
2023-10-22bcachefs: Deadlock cycle detectorKent Overstreet
2023-10-22bcachefs: Add a debug assertKent Overstreet
2023-10-22bcachefs: Make an assertion more informativeKent Overstreet
2023-10-22bcachefs: All held locks must be in a btree pathKent Overstreet
2023-10-22bcachefs: Avoid using btree_node_lock_nopath()Kent Overstreet
2023-10-22bcachefs: btree_bkey_cached_common->cachedKent Overstreet
2023-10-22bcachefs: Add persistent counters for all tracepointsKent Overstreet
2023-10-22bcachefs: Print lock counts in debugs btree_transactionsKent Overstreet