aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_iter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bcachefs: Add a comment for BTREE_INSERT_NOJOURNAL usageKent Overstreet2023-11-041-1/+1
* bcachefs: Data move path now uses bch2_trans_unlock_long()Kent Overstreet2023-11-041-1/+11
* bcachefs: Ensure srcu lock is not held too longKent Overstreet2023-11-041-13/+29
* bcachefs: Don't downgrade locks on transaction restartKent Overstreet2023-11-011-1/+2
* bcachefs: bch2_btree_id_str()Kent Overstreet2023-10-311-7/+7
* bcachefs: Heap allocate btree_transKent Overstreet2023-10-221-39/+43
* bcachefs: Fix W=12 build errorsKent Overstreet2023-10-221-10/+27
* bcachefs: Fix a handful of spelling mistakes in various messagesColin Ian King2023-10-221-1/+1
* bcachefs: Fix silent enum conversion errorKent Overstreet2023-10-221-3/+5
* bcachefs: Split out snapshot.cKent Overstreet2023-10-221-1/+1
* bcachefs: Zero btree_paths on allocationKent Overstreet2023-10-221-5/+7