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