summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/btree_update.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: x-macroize journal flags enumsKent Overstreet14 days1-1/+1
* bcachefs: bch2_btree_insert_trans() no longer specifies BTREE_ITER_cachedKent Overstreet14 days1-6/+3
* bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet14 days1-44/+44
* bcachefs: New assertion for writing to the journal after shutdownKent Overstreet14 days1-1/+1
* bcachefs: Don't do extent merging before journal replay is finishedKent Overstreet2024-03-311-0/+6
* bcachefs: Fix btree key cache coherency during replayKent Overstreet2024-03-131-1/+1
* bcachefs: bch2_btree_bit_mod()Kent Overstreet2024-03-131-0/+21
* bcachefs: bch2_btree_bit_mod -> bch2_btree_bit_mod_bufferedKent Overstreet2024-03-131-2/+2
* bcachefs: btree_trans always has statsKent Overstreet2024-01-051-3/+1
* bcachefs: trans->nr_pathsKent Overstreet2024-01-011-1/+1
* bcachefs: trans->updates will also be resizableKent Overstreet2024-01-011-1/+1
* bcachefs: Clean up btree_transKent Overstreet2024-01-011-2/+2
* bcachefs: btree_insert_entry -> btree_path_idx_tKent Overstreet2024-01-011-13/+14
* bcachefs: btree_iter -> btree_path_idx_tKent Overstreet2024-01-011-14/+14
* bcachefs: bch2_btree_path_traverse() -> btree_path_idx_tKent Overstreet2024-01-011-3/+3
* bcachefs: bch2_btree_path_set_pos() -> btree_path_idx_tKent Overstreet2024-01-011-2/+3
* bcachefs; bch2_path_put() -> btree_path_idx_tKent Overstreet2024-01-011-2/+2
* bcachefs: bch2_path_get() -> btree_path_idx_tKent Overstreet2024-01-011-5/+7
* bcachefs: trans_for_each_update() now declares loop iterKent Overstreet2024-01-011-1/+1
* bcachefs: kill btree_trans->wb_updatesKent Overstreet2024-01-011-59/+3
* bcachefs: Improve trans->extra_journal_entriesKent Overstreet2024-01-011-36/+56
* bcachefs: No need to allocate keys for write bufferKent Overstreet2024-01-011-25/+5
* bcachefs: Rename BTREE_INSERT flagsKent Overstreet2024-01-011-2/+2
* bcachefs: Kill BTREE_UPDATE_PREJOURNALKent Overstreet2024-01-011-23/+0
* bcachefs: Fix insufficient disk reservation with compression + snapshotsKent Overstreet2023-12-211-7/+8
* bcachefs; Don't use btree write buffer until journal replay is finishedKent Overstreet2023-12-041-0/+16
* bcachefs: More minor smatch fixesKent Overstreet2023-10-221-1/+1
* bcachefs: Heap allocate btree_transKent Overstreet2023-10-221-3/+3
* bcachefs: Fix W=12 build errorsKent Overstreet2023-10-221-7/+13
* bcachefs: BTREE_ID_logged_opsKent Overstreet2023-10-221-0/+18
* bcachefs: bch2_trans_update_get_key_cache()Kent Overstreet2023-10-221-29/+42
* bcachefs: __bch2_btree_insert() -> bch2_btree_insert_trans()Kent Overstreet2023-10-221-3/+3
* bcachefs: Fix bch2_propagate_key_to_snapshot_leaves()Kent Overstreet2023-10-221-3/+1
* bcachefs: move check_pos_snapshot_overwritten() to snapshot.cKent Overstreet2023-10-221-49/+4
* bcachefs: Split out snapshot.cKent Overstreet2023-10-221-1/+1
* bcachefs: btree_journal_iter.cKent Overstreet2023-10-221-1/+1
* bcachefs: Split up btree_update_leaf.cKent Overstreet2023-10-221-0/+943