summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_update.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-14bcachefs: bch2_btree_bit_mod()Kent Overstreet1-0/+1
2024-03-14bcachefs: bch2_btree_bit_mod -> bch2_btree_bit_mod_bufferedKent Overstreet1-2/+2
2024-01-01bcachefs: Clean up btree_transKent Overstreet1-1/+1
2024-01-01bcachefs: btree_insert_entry -> btree_path_idx_tKent Overstreet1-1/+1
2024-01-01bcachefs; bch2_path_put() -> btree_path_idx_tKent Overstreet1-1/+1
2024-01-01bcachefs: trans_for_each_update() now declares loop iterKent Overstreet1-3/+1
2024-01-01bcachefs: kill btree_trans->wb_updatesKent Overstreet1-9/+19
2024-01-01bcachefs: Improve trans->extra_journal_entriesKent Overstreet1-3/+20
2024-01-01bcachefs: No need to allocate keys for write bufferKent Overstreet1-1/+6
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet1-17/+19
2024-01-01bcachefs: bch_str_hash_flags_tKent Overstreet1-5/+0
2024-01-01bcachefs: Kill dead BTREE_INSERT flagsKent Overstreet1-6/+0
2023-10-23bcachefs: Remove duplicate includeJiapeng Chong1-1/+0
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-19/+6
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-3/+3
2023-10-23bcachefs: BTREE_ID_logged_opsKent Overstreet1-0/+1
2023-10-23bcachefs: __bch2_btree_insert() -> bch2_btree_insert_trans()Kent Overstreet1-1/+1
2023-10-23bcachefs: Fix assorted checkpatch nitsKent Overstreet1-2/+2
2023-10-23bcachefs: bch2_trans_update_extent_overwrite()Kent Overstreet1-2/+3
2023-10-23bcachefs: Move some declarations to the correct headerKent Overstreet1-9/+0
2023-10-23bcachefs: bch2_btree_bit_mod()Kent Overstreet1-0/+2
2023-10-23bcachefs: support btree updates of prejournaled keysBrian Foster1-0/+2
2023-10-23bcachefs: Kill BTREE_INSERT_USE_RESERVEKent Overstreet1-16/+13
2023-10-23bcachefs: Kill JOURNAL_WATERMARKKent Overstreet1-2/+2
2023-10-23bcachefs: Improve bch2_bkey_make_mut()Kent Overstreet1-3/+5
2023-10-23bcachefs: Fix corruption with writeable snapshotsKent Overstreet1-0/+23
2023-10-23bcachefs: bch2_bkey_get_empty_slot()Kent Overstreet1-0/+3
2023-10-23bcachefs: bch2_bkey_make_mut() now calls bch2_trans_update()Kent Overstreet1-6/+32
2023-10-23bcachefs: bch2_bkey_get_mut() now calls bch2_trans_update()Kent Overstreet1-2/+31
2023-10-23bcachefs: bch2_bkey_alloc() now calls bch2_trans_update()Kent Overstreet1-9/+14
2023-10-23bcachefs: bch2_bkey_get_mut() improvementsKent Overstreet1-29/+72
2023-10-23bcachefs: Move bch2_bkey_make_mut() to btree_update.hKent Overstreet1-0/+43
2023-10-23bcachefs: Rip out code for storing backpointers in alloc keysKent Overstreet1-0/+1
2023-10-23bcachefs: use reservation for log messages during recoveryBrian Foster1-0/+1
2023-10-23bcachefs: remove unused bch2_trans_log_msg()Brian Foster1-1/+0
2023-10-23bcachefs: When shutting down, flush btree node writes lastKent Overstreet1-0/+3
2023-10-23bcachefs: bch2_btree_insert_nonextent()Kent Overstreet1-0/+3
2023-10-23bcachefs: let __bch2_btree_insert() pass in flagsDaniel Hill1-1/+2
2023-10-23bcachefs: Btree write bufferKent Overstreet1-0/+12
2023-10-23bcachefs: Kill trans->flagsKent Overstreet1-3/+2
2023-10-23bcachefs: Fix bch2_trans_reset_updates()Kent Overstreet1-0/+8
2023-10-23bcachefs: Log more messages in the journalKent Overstreet1-1/+2
2023-10-23bcachefs: bch2_btree_insert_node() no longer uses lock_write_nofailKent Overstreet1-2/+2
2023-10-23bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet1-1/+0
2023-10-23bcachefs: Add a counter for btree_trans restartsKent Overstreet1-12/+4
2023-10-23bcachefs: bch2_trans_run()Kent Overstreet1-0/+12
2023-10-23bcachefs: Rename __bch2_trans_do() -> commit_do()Kent Overstreet1-3/+2
2023-10-23bcachefs: bch2_trans_reset_updates()Kent Overstreet1-0/+13
2023-10-23bcachefs: bch2_btree_delete_extent_at()Kent Overstreet1-0/+2
2023-10-23bcachefs: Introduce a separate journal watermark for copygcKent Overstreet1-5/+2