summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/btree_iter.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Improved topology repair checksKent Overstreet2024-03-311-3/+16
* bcachefs: fix trans->mem realloc in __bch2_trans_kmallocHongbo Li2024-03-311-3/+30
* bcachefs: Use kvzalloc() when dynamically allocating btree pathsKent Overstreet2024-03-131-2/+2
* bcachefs: Track iter->ip_allocated at bch2_trans_copy_iter()Kent Overstreet2024-03-131-0/+3
* bcachefs: Save key_cache_path in peek_slot()Kent Overstreet2024-03-131-0/+1
* bcachefs: Kill more -EIO error codesKent Overstreet2024-03-131-1/+1
* bcachefs: btree_and_journal_iter.transKent Overstreet2024-03-101-1/+1
* bcachefs: Set path->uptodate when no node at levelKent Overstreet2024-03-101-2/+2
* bcachefs: Fix journal replay with unreadable btree rootsKent Overstreet2024-03-101-1/+3
* bcachefs: Fix BTREE_ITER_FILTER_SNAPSHOTS on inodes btreeKent Overstreet2024-02-241-1/+3
* 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