summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_update.c
AgeCommit message (Expand)Author
2024-01-05bcachefs: btree_trans always has statsKent Overstreet
2024-01-01bcachefs: trans->nr_pathsKent Overstreet
2024-01-01bcachefs: trans->updates will also be resizableKent Overstreet
2024-01-01bcachefs: Clean up btree_transKent Overstreet
2024-01-01bcachefs: btree_insert_entry -> btree_path_idx_tKent Overstreet
2024-01-01bcachefs: btree_iter -> btree_path_idx_tKent Overstreet
2024-01-01bcachefs: bch2_btree_path_traverse() -> btree_path_idx_tKent Overstreet
2024-01-01bcachefs: bch2_btree_path_set_pos() -> btree_path_idx_tKent Overstreet
2024-01-01bcachefs; bch2_path_put() -> btree_path_idx_tKent Overstreet
2024-01-01bcachefs: bch2_path_get() -> btree_path_idx_tKent Overstreet
2024-01-01bcachefs: trans_for_each_update() now declares loop iterKent Overstreet
2024-01-01bcachefs: kill btree_trans->wb_updatesKent Overstreet
2024-01-01bcachefs: Improve trans->extra_journal_entriesKent Overstreet
2024-01-01bcachefs: No need to allocate keys for write bufferKent Overstreet
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet
2024-01-01bcachefs: Kill BTREE_UPDATE_PREJOURNALKent Overstreet
2023-12-21bcachefs: Fix insufficient disk reservation with compression + snapshotsKent Overstreet
2023-12-04bcachefs; Don't use btree write buffer until journal replay is finishedKent Overstreet
2023-10-22bcachefs: More minor smatch fixesKent Overstreet
2023-10-22bcachefs: Heap allocate btree_transKent Overstreet
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet
2023-10-22bcachefs: BTREE_ID_logged_opsKent Overstreet
2023-10-22bcachefs: bch2_trans_update_get_key_cache()Kent Overstreet
2023-10-22bcachefs: __bch2_btree_insert() -> bch2_btree_insert_trans()Kent Overstreet
2023-10-22bcachefs: Fix bch2_propagate_key_to_snapshot_leaves()Kent Overstreet
2023-10-22bcachefs: move check_pos_snapshot_overwritten() to snapshot.cKent Overstreet
2023-10-22bcachefs: Split out snapshot.cKent Overstreet
2023-10-22bcachefs: btree_journal_iter.cKent Overstreet
2023-10-22bcachefs: Split up btree_update_leaf.cKent Overstreet