summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_iter.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-09bcachefs: x-macroize journal flags enumsKent Overstreet1-1/+1
2024-05-09bcachefs: uninline set_btree_iter_dontneed()Kent Overstreet1-0/+13
2024-05-09bcachefs: fix btree_path_clone() ip_allocatedKent Overstreet1-3/+7
2024-05-09bcachefs: bch2_trans_verify_not_unlocked()Kent Overstreet1-0/+16
2024-05-09bcachefs: bch2_btree_path_can_relock()Kent Overstreet1-4/+29
2024-05-09bcachefs: trans->lockedKent Overstreet1-2/+7
2024-05-09bcachefs: maintain lock invariants in btree_iter_next_node()Kent Overstreet1-0/+3
2024-05-09bcachefs: get_unlocked_mut_path -> bch2_path_get_unlocked_mutKent Overstreet1-0/+16
2024-05-09bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-83/+83
2024-05-09bcachefs: __BTREE_ITER_ALL_SNAPSHOTS -> BTREE_ITER_SNAPSHOT_FIELDKent Overstreet1-2/+2
2024-05-09bcachefs: When traversing to interior nodes, propagate result to paths to sam...Kent Overstreet1-0/+11
2024-05-09bcachefs: bch2_btree_path_to_text()Kent Overstreet1-5/+47
2024-05-09bcachefs: prt_printf() now respects \r\n\tKent Overstreet1-12/+6
2024-04-01bcachefs: Improved topology repair checksKent Overstreet1-3/+16
2024-04-01bcachefs: fix trans->mem realloc in __bch2_trans_kmallocHongbo Li1-3/+30
2024-03-14bcachefs: Use kvzalloc() when dynamically allocating btree pathsKent Overstreet1-2/+2
2024-03-14bcachefs: Track iter->ip_allocated at bch2_trans_copy_iter()Kent Overstreet1-0/+3
2024-03-14bcachefs: Save key_cache_path in peek_slot()Kent Overstreet1-0/+1
2024-03-14bcachefs: Kill more -EIO error codesKent Overstreet1-1/+1
2024-03-10bcachefs: btree_and_journal_iter.transKent Overstreet1-1/+1
2024-03-10bcachefs: Set path->uptodate when no node at levelKent Overstreet1-2/+2
2024-03-10bcachefs: Fix journal replay with unreadable btree rootsKent Overstreet1-1/+3
2024-02-25bcachefs: Fix BTREE_ITER_FILTER_SNAPSHOTS on inodes btreeKent Overstreet1-1/+3
2024-01-21bcachefs: Improve trace_trans_restart_relockKent Overstreet1-1/+1
2024-01-06bcachefs: Add an option to control btree node prefetchingKent Overstreet1-2/+4
2024-01-06bcachefs: track transaction durationsKent Overstreet1-1/+8
2024-01-06bcachefs: btree_trans always has statsKent Overstreet1-10/+4
2024-01-01bcachefs: bch2_btree_trans_peek_slot_updatesKent Overstreet1-31/+15
2024-01-01bcachefs: bch2_btree_trans_peek_prev_updatesKent Overstreet1-1/+20
2024-01-01bcachefs: bch2_btree_trans_peek_updatesKent Overstreet1-9/+20
2024-01-01bcachefs: growable btree_pathsKent Overstreet1-14/+63
2024-01-01bcachefs: trans->nr_pathsKent Overstreet1-4/+5
2024-01-01bcachefs: trans->updates will also be resizableKent Overstreet1-1/+2
2024-01-01bcachefs: optimize __bch2_trans_get(), kill DEBUG_TRANSACTIONSKent Overstreet1-84/+82
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