summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/btree_iter.h
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Add a comment for BTREE_INSERT_NOJOURNAL usageKent Overstreet2023-11-041-2/+1
* bcachefs: rebalance_work btree is not a snapshots btreeKent Overstreet2023-11-041-0/+1
* bcachefs: Ensure srcu lock is not held too longKent Overstreet2023-11-041-0/+4
* bcachefs: Fix btree_node_type enumKent Overstreet2023-10-311-1/+1
* bcachefs: Heap allocate btree_transKent Overstreet2023-10-221-7/+7
* bcachefs: Fix W=12 build errorsKent Overstreet2023-10-221-27/+27
* bcachefs: Fix bch2_propagate_key_to_snapshot_leaves()Kent Overstreet2023-10-221-6/+5
* bcachefs: Split up btree_update_leaf.cKent Overstreet2023-10-221-0/+16
* bcachefs: Snapshot depth, skiplist fieldsKent Overstreet2023-10-221-0/+8
* bcachefs: Assorted sparse fixesKent Overstreet2023-10-221-2/+2
* bcachefs: Fix more lockdep splats in debug.cKent Overstreet2023-10-221-1/+1
* bcachefs: allocate_dropping_locks()Kent Overstreet2023-10-221-0/+26
* bcachefs: drop_locks_do()Kent Overstreet2023-10-221-0/+5
* bcachefs: Convert -ENOENT to private error codesKent Overstreet2023-10-221-1/+1
* bcachefs: trans_for_each_path_safe()Kent Overstreet2023-10-221-0/+29
* six locks: Seq now only incremented on unlockKent Overstreet2023-10-221-8/+1
* six locks: Kill six_lock_state unionKent Overstreet2023-10-221-1/+1
* bcachefs: Move bch2_bkey_make_mut() to btree_update.hKent Overstreet2023-10-221-43/+0
* bcachefs: bch2_bkey_get_iter() helpersKent Overstreet2023-10-221-0/+56
* bcachefs: Converting to typed bkeys is now allowed for err, null ptrsKent Overstreet2023-10-221-5/+7
* bcachefs: bch2_btree_iter_peek_node_and_restart()Kent Overstreet2023-10-221-13/+2
* bcachefs: bch2_btree_iter_peek_and_restart_outlined()Kent Overstreet2023-10-221-0/+2
* bcachefs: Split trans->last_begin_ip and trans->last_restarted_ipKent Overstreet2023-10-221-0/+1
* bcachefs: Fix erasure coding lockingKent Overstreet2023-10-221-0/+9
* bcachefs: Use for_each_btree_key_upto() more consistentlyKent Overstreet2023-10-221-0/+69
* bcachefs: bch2_trans_in_restart_error()Kent Overstreet2023-10-221-1/+16
* bcachefs: Inline bch2_btree_path_traverse() fastpathKent Overstreet2023-10-221-0/+12
* bcachefs: bch2_trans_relock_notrace()Kent Overstreet2023-10-221-0/+1
* bcachefs: btree_iter->ip_allocatedKent Overstreet2023-10-221-11/+17
* bcachefs: New btree helpersKent Overstreet2023-10-221-3/+60
* bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet2023-10-221-1/+1
* bcachefs: Optimize bch2_trans_iter_init()Kent Overstreet2023-10-221-2/+74
* bcachefs: Fix for_each_btree_key2()Kent Overstreet2023-10-221-3/+3
* bcachefs: Fix return code from btree_path_traverse_one()Kent Overstreet2023-10-221-0/+5
* bcachefs: Fixes for building in userspaceKent Overstreet2023-10-221-3/+2
* bcachefs: Optimize bch2_trans_init()Kent Overstreet2023-10-221-2/+13
* bcachefs: bch2_trans_locked()Kent Overstreet2023-10-221-0/+1
* bcachefs: Inline bch2_trans_kmalloc() fast pathKent Overstreet2023-10-221-1/+17
* bcachefs: Deadlock cycle detectorKent Overstreet2023-10-221-2/+5
* bcachefs: All held locks must be in a btree pathKent Overstreet2023-10-221-0/+3
* bcachefs: Add persistent counters for all tracepointsKent Overstreet2023-10-221-1/+1
* bcachefs: Make more btree_paths availableKent Overstreet2023-10-221-1/+1
* bcachefs: Track maximum transaction memoryKent Overstreet2023-10-221-3/+2
* bcachefs: btree_locking.cKent Overstreet2023-10-221-16/+0
* bcachefs: Add assertions for unexpected transaction restartsKent Overstreet2023-10-221-3/+9
* bcachefs: Increment restart count in bch2_trans_begin()Kent Overstreet2023-10-221-1/+0
* bcachefs: Track the maximum btree_paths ever allocated by each transactionKent Overstreet2023-10-221-0/+2
* bcachefs: Tracepoint improvementsKent Overstreet2023-10-221-1/+1
* bcachefs: Fix incorrectly freeing btree_path in alloc pathKent Overstreet2023-10-221-1/+2
* bcachefs: for_each_btree_key_reverse()Kent Overstreet2023-10-221-1/+40