summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/btree_iter.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Improve trace_trans_restart_relockKent Overstreet2024-01-211-1/+1
* bcachefs: Add an option to control btree node prefetchingKent Overstreet2024-01-051-2/+4
* bcachefs: track transaction durationsKent Overstreet2024-01-051-1/+8
* bcachefs: btree_trans always has statsKent Overstreet2024-01-051-10/+4
* bcachefs: bch2_btree_trans_peek_slot_updatesKent Overstreet2024-01-011-31/+15
* bcachefs: bch2_btree_trans_peek_prev_updatesKent Overstreet2024-01-011-1/+20
* bcachefs: bch2_btree_trans_peek_updatesKent Overstreet2024-01-011-9/+20
* bcachefs: growable btree_pathsKent Overstreet2024-01-011-14/+63
* bcachefs: trans->nr_pathsKent Overstreet2024-01-011-4/+5
* bcachefs: trans->updates will also be resizableKent Overstreet2024-01-011-1/+2
* bcachefs: optimize __bch2_trans_get(), kill DEBUG_TRANSACTIONSKent Overstreet2024-01-011-84/+82
* bcachefs: rcu protect trans->pathsKent Overstreet2024-01-011-2/+20
* bcachefs: Clean up btree_transKent Overstreet2024-01-011-5/+7
* bcachefs: kill btree_path.idxKent Overstreet2024-01-011-6/+1
* bcachefs: bch2_btree_iter_peek_prev() no longer uses path->idxKent Overstreet2024-01-011-6/+6
* bcachefs: bch2_path_get() no longer uses path->idxKent Overstreet2024-01-011-5/+6
* bcachefs: trans_for_each_path_with_node() no longer uses path->idxKent Overstreet2024-01-011-3/+6
* bcachefs: trans_for_each_path() no longer uses path->idxKent Overstreet2024-01-011-10/+15
* bcachefs: bch2_btree_path_to_text() -> btree_path_idx_tKent Overstreet2024-01-011-6/+6
* bcachefs: struct trans_for_each_path_inorder_iterKent Overstreet2024-01-011-11/+12
* bcachefs: btree_insert_entry -> btree_path_idx_tKent Overstreet2024-01-011-2/+2
* bcachefs: btree_iter -> btree_path_idx_tKent Overstreet2024-01-011-92/+108
* bcachefs: btree_path_alloc() -> btree_path_idx_tKent Overstreet2024-01-011-25/+24
* bcachefs: bch2_btree_path_traverse() -> btree_path_idx_tKent Overstreet2024-01-011-15/+18
* bcachefs: bch2_btree_path_make_mut() -> btree_path_idx_tKent Overstreet2024-01-011-7/+6
* bcachefs: bch2_btree_path_set_pos() -> btree_path_idx_tKent Overstreet2024-01-011-21/+23
* bcachefs; bch2_path_put() -> btree_path_idx_tKent Overstreet2024-01-011-22/+20
* bcachefs: bch2_path_get() -> btree_path_idx_tKent Overstreet2024-01-011-6/+6
* bcachefs: minor bch2_btree_path_set_pos() optimizationKent Overstreet2024-01-011-1/+3
* bcachefs: kill __bch2_btree_iter_peek_upto_and_restart()Kent Overstreet2024-01-011-1/+1
* bcachefs: bch2_trans_srcu_lock() should be staticKent Overstreet2024-01-011-1/+2
* bcachefs: trans_for_each_update() now declares loop iterKent Overstreet2024-01-011-5/+0
* bcachefs: fix userspace build errorsKent Overstreet2024-01-011-2/+2
* bcachefs: kill btree_trans->wb_updatesKent Overstreet2024-01-011-12/+5
* bcachefs: bch2_trans_node_add no longer uses trans_for_each_path()Kent Overstreet2024-01-011-6/+14
* bcachefs: Improve trans->extra_journal_entriesKent Overstreet2024-01-011-2/+2
* bcachefs: kill btree_path->(alloc_seq|downgrade_seq)Kent Overstreet2024-01-011-1/+0
* bcachefs: reserve path idx 0 for sentinalKent Overstreet2024-01-011-1/+3
* bcachefs: Refactor trans->paths_allocated to be standard bitmapKent Overstreet2024-01-011-12/+11
* bcachefs: Include btree_trans in more tracepointsKent Overstreet2024-01-011-2/+2
* bcachefs: Improve trace_trans_restart_would_deadlockKent Overstreet2024-01-011-1/+2
* bcachefs: Improve trace_trans_restart_too_many_iters()Kent Overstreet2024-01-011-0/+16
* bcachefs: convert bch_fs_flags to x-macroKent Overstreet2024-01-011-2/+2
* bcachefs: Kill btree_iter->journal_posKent Overstreet2024-01-011-13/+5
* bcachefs: Kill BTREE_ITER_ALL_LEVELSKent Overstreet2024-01-011-115/+8
* bcachefs: Fix redundant variable initializationKent Overstreet2024-01-011-3/+1
* bcachefs: Fix extents iteration + snapshots interactionKent Overstreet2024-01-011-11/+24
* bcachefs: fix invalid memory access in bch2_fs_alloc() error pathThomas Bertschinger2023-12-141-2/+6
* bcachefs: Proper refcounting for journal_keysKent Overstreet2023-11-241-1/+5
* bcachefs: Kill journal pre-reservationsKent Overstreet2023-11-141-2/+0