aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_iter.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Split up btree_update_leaf.cGravatar Kent Overstreet 1-0/+16
2023-10-22bcachefs: Snapshot depth, skiplist fieldsGravatar Kent Overstreet 1-0/+8
2023-10-22bcachefs: Assorted sparse fixesGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Fix more lockdep splats in debug.cGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: allocate_dropping_locks()Gravatar Kent Overstreet 1-0/+26
2023-10-22bcachefs: drop_locks_do()Gravatar Kent Overstreet 1-0/+5
2023-10-22bcachefs: Convert -ENOENT to private error codesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: trans_for_each_path_safe()Gravatar Kent Overstreet 1-0/+29
2023-10-22six locks: Seq now only incremented on unlockGravatar Kent Overstreet 1-8/+1
2023-10-22six locks: Kill six_lock_state unionGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Move bch2_bkey_make_mut() to btree_update.hGravatar Kent Overstreet 1-43/+0
2023-10-22bcachefs: bch2_bkey_get_iter() helpersGravatar Kent Overstreet 1-0/+56
2023-10-22bcachefs: Converting to typed bkeys is now allowed for err, null ptrsGravatar Kent Overstreet 1-5/+7
2023-10-22bcachefs: bch2_btree_iter_peek_node_and_restart()Gravatar Kent Overstreet 1-13/+2
2023-10-22bcachefs: bch2_btree_iter_peek_and_restart_outlined()Gravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Split trans->last_begin_ip and trans->last_restarted_ipGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Fix erasure coding lockingGravatar Kent Overstreet 1-0/+9
2023-10-22bcachefs: Use for_each_btree_key_upto() more consistentlyGravatar Kent Overstreet 1-0/+69
2023-10-22bcachefs: bch2_trans_in_restart_error()Gravatar Kent Overstreet 1-1/+16
2023-10-22bcachefs: Inline bch2_btree_path_traverse() fastpathGravatar Kent Overstreet 1-0/+12
2023-10-22bcachefs: bch2_trans_relock_notrace()Gravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: btree_iter->ip_allocatedGravatar Kent Overstreet 1-11/+17
2023-10-22bcachefs: New btree helpersGravatar Kent Overstreet 1-3/+60
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Optimize bch2_trans_iter_init()Gravatar Kent Overstreet 1-2/+74
2023-10-22bcachefs: Fix for_each_btree_key2()Gravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Fix return code from btree_path_traverse_one()Gravatar Kent Overstreet 1-0/+5
2023-10-22bcachefs: Fixes for building in userspaceGravatar Kent Overstreet 1-3/+2
2023-10-22bcachefs: Optimize bch2_trans_init()Gravatar Kent Overstreet 1-2/+13
2023-10-22bcachefs: bch2_trans_locked()Gravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Inline bch2_trans_kmalloc() fast pathGravatar Kent Overstreet 1-1/+17
2023-10-22bcachefs: Deadlock cycle detectorGravatar Kent Overstreet 1-2/+5
2023-10-22bcachefs: All held locks must be in a btree pathGravatar Kent Overstreet 1-0/+3
2023-10-22bcachefs: Add persistent counters for all tracepointsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Make more btree_paths availableGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Track maximum transaction memoryGravatar Kent Overstreet 1-3/+2
2023-10-22bcachefs: btree_locking.cGravatar Kent Overstreet 1-16/+0
2023-10-22bcachefs: Add assertions for unexpected transaction restartsGravatar Kent Overstreet 1-3/+9
2023-10-22bcachefs: Increment restart count in bch2_trans_begin()Gravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: Track the maximum btree_paths ever allocated by each transactionGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Tracepoint improvementsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Fix incorrectly freeing btree_path in alloc pathGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: for_each_btree_key_reverse()Gravatar Kent Overstreet 1-1/+40
2023-10-22bcachefs: EINTR -> BCH_ERR_transaction_restartGravatar Kent Overstreet 1-19/+35
2023-10-22bcachefs: btree_trans_too_many_iters() is now a transaction restartGravatar Kent Overstreet 1-2/+7
2023-10-22bcachefs: Add a counter for btree_trans restartsGravatar Kent Overstreet 1-1/+45
2023-10-22bcachefs: lock time stats prep work.Gravatar Daniel Hill 1-3/+4
2023-10-22bcachefs: for_each_btree_key2()Gravatar Kent Overstreet 1-0/+33
2023-10-22bcachefs: Improve an error messageGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Fix journal_keys_search() overheadGravatar Kent Overstreet 1-0/+3