summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_iter.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-21bcachefs: Fix excess transaction restarts in __bchfs_fallocate()Kent Overstreet1-0/+5
2024-01-01bcachefs: growable btree_pathsKent Overstreet1-1/+1
2024-01-01bcachefs: trans->nr_pathsKent Overstreet1-3/+19
2024-01-01bcachefs: rcu protect trans->pathsKent Overstreet1-0/+16
2024-01-01bcachefs: kill btree_path.idxKent Overstreet1-22/+6
2024-01-01bcachefs: trans_for_each_path_with_node() no longer uses path->idxKent Overstreet1-9/+8
2024-01-01bcachefs: trans_for_each_path() no longer uses path->idxKent Overstreet1-19/+17
2024-01-01bcachefs: kill trans_for_each_path_from()Kent Overstreet1-5/+2
2024-01-01bcachefs: bch2_btree_path_to_text() -> btree_path_idx_tKent Overstreet1-1/+6
2024-01-01bcachefs: struct trans_for_each_path_inorder_iterKent Overstreet1-4/+11
2024-01-01bcachefs: btree_iter -> btree_path_idx_tKent Overstreet1-8/+12
2024-01-01bcachefs: bch2_btree_path_traverse() -> btree_path_idx_tKent Overstreet1-5/+4
2024-01-01bcachefs: bch2_btree_path_make_mut() -> btree_path_idx_tKent Overstreet1-6/+7
2024-01-01bcachefs: bch2_btree_path_set_pos() -> btree_path_idx_tKent Overstreet1-7/+7
2024-01-01bcachefs; bch2_path_put() -> btree_path_idx_tKent Overstreet1-2/+2
2024-01-01bcachefs: bch2_path_get() -> btree_path_idx_tKent Overstreet1-3/+3
2024-01-01bcachefs: minor bch2_btree_path_set_pos() optimizationKent Overstreet1-5/+3
2024-01-01bcachefs: kill __bch2_btree_iter_peek_upto_and_restart()Kent Overstreet1-34/+16
2024-01-01bcachefs: for_each_btree_key() now declares loop iterKent Overstreet1-0/+4
2024-01-01bcachefs: kill for_each_btree_key_norestart()Kent Overstreet1-20/+8
2024-01-01bcachefs: kill for_each_btree_key_old_upto()Kent Overstreet1-9/+0
2024-01-01bcachefs: for_each_btree_key_upto() -> for_each_btree_key_old_upto()Kent Overstreet1-6/+6
2024-01-01bcachefs: bch2_trans_srcu_lock() should be staticKent Overstreet1-1/+0
2024-01-01bcachefs: kill btree_trans->wb_updatesKent Overstreet1-1/+1
2024-01-01bcachefs: bch2_trans_node_add no longer uses trans_for_each_path()Kent Overstreet1-1/+1
2024-01-01bcachefs: reserve path idx 0 for sentinalKent Overstreet1-3/+3
2024-01-01bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()Kent Overstreet1-3/+3
2024-01-01bcachefs: Kill for_each_btree_key()Kent Overstreet1-1/+1
2024-01-01bcachefs: continue now works in for_each_btree_key2()Kent Overstreet1-68/+34
2024-01-01bcachefs: Refactor trans->paths_allocated to be standard bitmapKent Overstreet1-18/+5
2024-01-01bcachefs: Improve trace_trans_restart_too_many_iters()Kent Overstreet1-4/+4
2024-01-01bcachefs: Kill btree_iter->journal_posKent Overstreet1-1/+0
2024-01-01bcachefs: Kill memset() in bch2_btree_iter_init()Kent Overstreet1-8/+11
2024-01-01bcachefs: Kill BTREE_ITER_ALL_LEVELSKent Overstreet1-9/+1
2023-12-14bcachefs: fix invalid memory access in bch2_fs_alloc() error pathThomas Bertschinger1-0/+1
2023-11-05bcachefs: Add a comment for BTREE_INSERT_NOJOURNAL usageKent Overstreet1-2/+1
2023-11-05bcachefs: rebalance_work btree is not a snapshots btreeKent Overstreet1-0/+1
2023-11-04bcachefs: Ensure srcu lock is not held too longKent Overstreet1-0/+4
2023-10-31bcachefs: Fix btree_node_type enumKent Overstreet1-1/+1
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-7/+7
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-27/+27
2023-10-23bcachefs: Fix bch2_propagate_key_to_snapshot_leaves()Kent Overstreet1-6/+5
2023-10-23bcachefs: Split up btree_update_leaf.cKent Overstreet1-0/+16
2023-10-23bcachefs: Snapshot depth, skiplist fieldsKent Overstreet1-0/+8
2023-10-23bcachefs: Assorted sparse fixesKent Overstreet1-2/+2
2023-10-23bcachefs: Fix more lockdep splats in debug.cKent Overstreet1-1/+1
2023-10-23bcachefs: allocate_dropping_locks()Kent Overstreet1-0/+26
2023-10-23bcachefs: drop_locks_do()Kent Overstreet1-0/+5
2023-10-23bcachefs: Convert -ENOENT to private error codesKent Overstreet1-1/+1
2023-10-23bcachefs: trans_for_each_path_safe()Kent Overstreet1-0/+29