summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_iter.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01bcachefs: rcu protect trans->pathsKent Overstreet1-2/+20
2024-01-01bcachefs: Clean up btree_transKent Overstreet1-5/+7
2024-01-01bcachefs: kill btree_path.idxKent Overstreet1-6/+1
2024-01-01bcachefs: bch2_btree_iter_peek_prev() no longer uses path->idxKent Overstreet1-6/+6
2024-01-01bcachefs: bch2_path_get() no longer uses path->idxKent Overstreet1-5/+6
2024-01-01bcachefs: trans_for_each_path_with_node() no longer uses path->idxKent Overstreet1-3/+6
2024-01-01bcachefs: trans_for_each_path() no longer uses path->idxKent Overstreet1-10/+15
2024-01-01bcachefs: bch2_btree_path_to_text() -> btree_path_idx_tKent Overstreet1-6/+6
2024-01-01bcachefs: struct trans_for_each_path_inorder_iterKent Overstreet1-11/+12
2024-01-01bcachefs: btree_insert_entry -> btree_path_idx_tKent Overstreet1-2/+2
2024-01-01bcachefs: btree_iter -> btree_path_idx_tKent Overstreet1-92/+108
2024-01-01bcachefs: btree_path_alloc() -> btree_path_idx_tKent Overstreet1-25/+24
2024-01-01bcachefs: bch2_btree_path_traverse() -> btree_path_idx_tKent Overstreet1-15/+18
2024-01-01bcachefs: bch2_btree_path_make_mut() -> btree_path_idx_tKent Overstreet1-7/+6
2024-01-01bcachefs: bch2_btree_path_set_pos() -> btree_path_idx_tKent Overstreet1-21/+23
2024-01-01bcachefs; bch2_path_put() -> btree_path_idx_tKent Overstreet1-22/+20
2024-01-01bcachefs: bch2_path_get() -> btree_path_idx_tKent Overstreet1-6/+6
2024-01-01bcachefs: minor bch2_btree_path_set_pos() optimizationKent Overstreet1-1/+3
2024-01-01bcachefs: kill __bch2_btree_iter_peek_upto_and_restart()Kent Overstreet1-1/+1
2024-01-01bcachefs: bch2_trans_srcu_lock() should be staticKent Overstreet1-1/+2
2024-01-01bcachefs: trans_for_each_update() now declares loop iterKent Overstreet1-5/+0
2024-01-01bcachefs: fix userspace build errorsKent Overstreet1-2/+2
2024-01-01bcachefs: kill btree_trans->wb_updatesKent Overstreet1-12/+5
2024-01-01bcachefs: bch2_trans_node_add no longer uses trans_for_each_path()Kent Overstreet1-6/+14
2024-01-01bcachefs: Improve trans->extra_journal_entriesKent Overstreet1-2/+2
2024-01-01bcachefs: kill btree_path->(alloc_seq|downgrade_seq)Kent Overstreet1-1/+0
2024-01-01bcachefs: reserve path idx 0 for sentinalKent Overstreet1-1/+3
2024-01-01bcachefs: Refactor trans->paths_allocated to be standard bitmapKent Overstreet1-12/+11
2024-01-01bcachefs: Include btree_trans in more tracepointsKent Overstreet1-2/+2
2024-01-01bcachefs: Improve trace_trans_restart_would_deadlockKent Overstreet1-1/+2
2024-01-01bcachefs: Improve trace_trans_restart_too_many_iters()Kent Overstreet1-0/+16
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet1-2/+2
2024-01-01bcachefs: Kill btree_iter->journal_posKent Overstreet1-13/+5
2024-01-01bcachefs: Kill BTREE_ITER_ALL_LEVELSKent Overstreet1-115/+8
2024-01-01bcachefs: Fix redundant variable initializationKent Overstreet1-3/+1
2024-01-01bcachefs: Fix extents iteration + snapshots interactionKent Overstreet1-11/+24
2023-12-14bcachefs: fix invalid memory access in bch2_fs_alloc() error pathThomas Bertschinger1-2/+6
2023-11-24bcachefs: Proper refcounting for journal_keysKent Overstreet1-1/+5
2023-11-15bcachefs: Kill journal pre-reservationsKent Overstreet1-2/+0
2023-11-05bcachefs: Add a comment for BTREE_INSERT_NOJOURNAL usageKent Overstreet1-1/+1
2023-11-05bcachefs: Data move path now uses bch2_trans_unlock_long()Kent Overstreet1-1/+11
2023-11-04bcachefs: Ensure srcu lock is not held too longKent Overstreet1-13/+29
2023-11-02bcachefs: Don't downgrade locks on transaction restartKent Overstreet1-1/+2
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet1-7/+7
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-39/+43
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-10/+27
2023-10-23bcachefs: Fix a handful of spelling mistakes in various messagesColin Ian King1-1/+1
2023-10-23bcachefs: Fix silent enum conversion errorKent Overstreet1-3/+5
2023-10-23bcachefs: Split out snapshot.cKent Overstreet1-1/+1
2023-10-23bcachefs: Zero btree_paths on allocationKent Overstreet1-5/+7