summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_iter.h
AgeCommit message (Expand)Author
2023-10-22bcachefs: Heap allocate btree_transKent Overstreet
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet
2023-10-22bcachefs: Fix bch2_propagate_key_to_snapshot_leaves()Kent Overstreet
2023-10-22bcachefs: Split up btree_update_leaf.cKent Overstreet
2023-10-22bcachefs: Snapshot depth, skiplist fieldsKent Overstreet
2023-10-22bcachefs: Assorted sparse fixesKent Overstreet
2023-10-22bcachefs: Fix more lockdep splats in debug.cKent Overstreet
2023-10-22bcachefs: allocate_dropping_locks()Kent Overstreet
2023-10-22bcachefs: drop_locks_do()Kent Overstreet
2023-10-22bcachefs: Convert -ENOENT to private error codesKent Overstreet
2023-10-22bcachefs: trans_for_each_path_safe()Kent Overstreet
2023-10-22six locks: Seq now only incremented on unlockKent Overstreet
2023-10-22six locks: Kill six_lock_state unionKent Overstreet
2023-10-22bcachefs: Move bch2_bkey_make_mut() to btree_update.hKent Overstreet
2023-10-22bcachefs: bch2_bkey_get_iter() helpersKent Overstreet
2023-10-22bcachefs: Converting to typed bkeys is now allowed for err, null ptrsKent Overstreet
2023-10-22bcachefs: bch2_btree_iter_peek_node_and_restart()Kent Overstreet
2023-10-22bcachefs: bch2_btree_iter_peek_and_restart_outlined()Kent Overstreet
2023-10-22bcachefs: Split trans->last_begin_ip and trans->last_restarted_ipKent Overstreet
2023-10-22bcachefs: Fix erasure coding lockingKent Overstreet
2023-10-22bcachefs: Use for_each_btree_key_upto() more consistentlyKent Overstreet
2023-10-22bcachefs: bch2_trans_in_restart_error()Kent Overstreet
2023-10-22bcachefs: Inline bch2_btree_path_traverse() fastpathKent Overstreet
2023-10-22bcachefs: bch2_trans_relock_notrace()Kent Overstreet
2023-10-22bcachefs: btree_iter->ip_allocatedKent Overstreet
2023-10-22bcachefs: New btree helpersKent Overstreet
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet
2023-10-22bcachefs: Optimize bch2_trans_iter_init()Kent Overstreet
2023-10-22bcachefs: Fix for_each_btree_key2()Kent 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: Optimize bch2_trans_init()Kent Overstreet
2023-10-22bcachefs: bch2_trans_locked()Kent Overstreet
2023-10-22bcachefs: Inline bch2_trans_kmalloc() fast pathKent Overstreet
2023-10-22bcachefs: Deadlock cycle detectorKent Overstreet
2023-10-22bcachefs: All held locks must be in a btree pathKent Overstreet
2023-10-22bcachefs: Add persistent counters for all tracepointsKent Overstreet
2023-10-22bcachefs: Make more btree_paths availableKent Overstreet
2023-10-22bcachefs: Track maximum transaction memoryKent Overstreet
2023-10-22bcachefs: btree_locking.cKent Overstreet
2023-10-22bcachefs: Add assertions for unexpected transaction restartsKent Overstreet
2023-10-22bcachefs: Increment restart count in bch2_trans_begin()Kent Overstreet
2023-10-22bcachefs: Track the maximum btree_paths ever allocated by each transactionKent Overstreet
2023-10-22bcachefs: Tracepoint improvementsKent Overstreet
2023-10-22bcachefs: Fix incorrectly freeing btree_path in alloc pathKent Overstreet
2023-10-22bcachefs: for_each_btree_key_reverse()Kent Overstreet
2023-10-22bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet
2023-10-22bcachefs: btree_trans_too_many_iters() is now a transaction restartKent Overstreet
2023-10-22bcachefs: Add a counter for btree_trans restartsKent Overstreet
2023-10-22bcachefs: lock time stats prep work.Daniel Hill