aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_update.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: bch2_btree_insert() - add btree iter flagsAriel Miculas2024-07-141-2/+3
* bcachefs: Disk space accounting rewriteKent Overstreet2024-07-141-8/+1
* bcachefs: Accumulate accounting keys in journal replayKent Overstreet2024-07-141-1/+13
* bcachefs: metadata version bucket_stripe_sectorsKent Overstreet2024-07-141-8/+0
* bcachefs: bch2_trans_commit_flags_to_text()Kent Overstreet2024-05-081-0/+2
* bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet2024-05-081-6/+6
* bcachefs: bch2_btree_bit_mod()Kent Overstreet2024-03-131-0/+1
* bcachefs: bch2_btree_bit_mod -> bch2_btree_bit_mod_bufferedKent Overstreet2024-03-131-2/+2
* bcachefs: Clean up btree_transKent Overstreet2024-01-011-1/+1
* bcachefs: btree_insert_entry -> btree_path_idx_tKent Overstreet2024-01-011-1/+1
* bcachefs; bch2_path_put() -> btree_path_idx_tKent Overstreet2024-01-011-1/+1
* bcachefs: trans_for_each_update() now declares loop iterKent Overstreet2024-01-011-3/+1
* bcachefs: kill btree_trans->wb_updatesKent Overstreet2024-01-011-9/+19
* bcachefs: Improve trans->extra_journal_entriesKent Overstreet2024-01-011-3/+20
* bcachefs: No need to allocate keys for write bufferKent Overstreet2024-01-011-1/+6
* bcachefs: Rename BTREE_INSERT flagsKent Overstreet2024-01-011-17/+19
* bcachefs: bch_str_hash_flags_tKent Overstreet2024-01-011-5/+0
* bcachefs: Kill dead BTREE_INSERT flagsKent Overstreet2024-01-011-6/+0
* bcachefs: Remove duplicate includeJiapeng Chong2023-10-221-1/+0
* bcachefs: Heap allocate btree_transKent Overstreet2023-10-221-19/+6
* bcachefs: Fix W=12 build errorsKent Overstreet2023-10-221-3/+3
* bcachefs: BTREE_ID_logged_opsKent Overstreet2023-10-221-0/+1
* bcachefs: __bch2_btree_insert() -> bch2_btree_insert_trans()Kent Overstreet2023-10-221-1/+1
* bcachefs: Fix assorted checkpatch nitsKent Overstreet2023-10-221-2/+2
* bcachefs: bch2_trans_update_extent_overwrite()Kent Overstreet2023-10-221-2/+3
* bcachefs: Move some declarations to the correct headerKent Overstreet2023-10-221-9/+0
* bcachefs: bch2_btree_bit_mod()Kent Overstreet2023-10-221-0/+2
* bcachefs: support btree updates of prejournaled keysBrian Foster2023-10-221-0/+2
* bcachefs: Kill BTREE_INSERT_USE_RESERVEKent Overstreet2023-10-221-16/+13
* bcachefs: Kill JOURNAL_WATERMARKKent Overstreet2023-10-221-2/+2
* bcachefs: Improve bch2_bkey_make_mut()Kent Overstreet2023-10-221-3/+5
* bcachefs: Fix corruption with writeable snapshotsKent Overstreet2023-10-221-0/+23
* bcachefs: bch2_bkey_get_empty_slot()Kent Overstreet2023-10-221-0/+3
* bcachefs: bch2_bkey_make_mut() now calls bch2_trans_update()Kent Overstreet2023-10-221-6/+32
* bcachefs: bch2_bkey_get_mut() now calls bch2_trans_update()Kent Overstreet2023-10-221-2/+31
* bcachefs: bch2_bkey_alloc() now calls bch2_trans_update()Kent Overstreet2023-10-221-9/+14
* bcachefs: bch2_bkey_get_mut() improvementsKent Overstreet2023-10-221-29/+72
* bcachefs: Move bch2_bkey_make_mut() to btree_update.hKent Overstreet2023-10-221-0/+43
* bcachefs: Rip out code for storing backpointers in alloc keysKent Overstreet2023-10-221-0/+1
* bcachefs: use reservation for log messages during recoveryBrian Foster2023-10-221-0/+1
* bcachefs: remove unused bch2_trans_log_msg()Brian Foster2023-10-221-1/+0
* bcachefs: When shutting down, flush btree node writes lastKent Overstreet2023-10-221-0/+3
* bcachefs: bch2_btree_insert_nonextent()Kent Overstreet2023-10-221-0/+3
* bcachefs: let __bch2_btree_insert() pass in flagsDaniel Hill2023-10-221-1/+2
* bcachefs: Btree write bufferKent Overstreet2023-10-221-0/+12
* bcachefs: Kill trans->flagsKent Overstreet2023-10-221-3/+2
* bcachefs: Fix bch2_trans_reset_updates()Kent Overstreet2023-10-221-0/+8
* bcachefs: Log more messages in the journalKent Overstreet2023-10-221-1/+2
* bcachefs: bch2_btree_insert_node() no longer uses lock_write_nofailKent Overstreet2023-10-221-2/+2
* bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet2023-10-221-1/+0