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