summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/btree_update.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-19bcachefs: Fix *__bch2_trans_subbuf_alloc() error pathKent Overstreet1-5/+11
2025-06-02bcachefs: bch_err_throw()Kent Overstreet1-1/+1
2025-05-31bcachefs: __bch2_insert_snapshot_whiteouts() refactoringKent Overstreet1-50/+18
2025-05-31bcachefs: bch2_get_snapshot_overwrites()Kent Overstreet1-1/+12
2025-05-22bcachefs: bch2_trans_log_str()Kent Overstreet1-8/+18
2025-05-21bcachefs: btree_trans_subbufKent Overstreet1-18/+17
2025-05-21bcachefs: bch2_trans_update_ip()Kent Overstreet1-3/+4
2025-05-21bcachefs: replace memcpy with memcpy_and_pad for jset_entry_log->d buffRoxana Nicolescu1-4/+4
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet1-13/+13
2025-03-30bcachefs: BCH_JSET_ENTRY_log_bkeyKent Overstreet1-0/+13
2025-03-24bcachefs: kmsan assertsKent Overstreet1-0/+2
2025-03-14bcachefs: rework bch2_trans_commit_run_triggers()Kent Overstreet1-1/+1
2025-03-14bcachefs: Better trigger orderingKent Overstreet1-0/+1
2025-01-09bcachefs: bcachefs_metadata_version_persistent_inode_cursorsKent Overstreet1-1/+1
2024-12-29bcachefs: bch2_trans_log_msg()Kent Overstreet1-3/+10
2024-12-21bcachefs: bch2_btree_bit_mod_iter()Kent Overstreet1-19/+18
2024-12-21bcachefs: Kill unnecessary iter_rewind() in bkey_get_empty_slot()Kent Overstreet1-5/+2
2024-12-21bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max()Kent Overstreet1-3/+3
2024-12-21bcachefs: Kill BCH_TRANS_COMMIT_lazy_rwKent Overstreet1-2/+1
2024-12-21bcachefs: remove superfluous ; after statementsColin Ian King1-1/+1
2024-10-18bcachefs: Don't use commit_do() unnecessarilyKent Overstreet1-2/+2
2024-09-09bcachefs: Btree path tracepointsKent Overstreet1-3/+7
2024-09-09bcachefs: Add check for btree_path ref overflowKent Overstreet1-1/+1
2024-07-14bcachefs: bch2_btree_insert() - add btree iter flagsAriel Miculas1-2/+4
2024-05-08bcachefs: x-macroize journal flags enumsKent Overstreet1-1/+1
2024-05-08bcachefs: bch2_btree_insert_trans() no longer specifies BTREE_ITER_cachedKent Overstreet1-6/+3
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-44/+44
2024-05-08bcachefs: New assertion for writing to the journal after shutdownKent Overstreet1-1/+1
2024-03-31bcachefs: Don't do extent merging before journal replay is finishedKent Overstreet1-0/+6
2024-03-13bcachefs: Fix btree key cache coherency during replayKent Overstreet1-1/+1
2024-03-13bcachefs: bch2_btree_bit_mod()Kent Overstreet1-0/+21
2024-03-13bcachefs: bch2_btree_bit_mod -> bch2_btree_bit_mod_bufferedKent Overstreet1-2/+2
2024-01-05bcachefs: btree_trans always has statsKent Overstreet1-3/+1
2024-01-01bcachefs: trans->nr_pathsKent Overstreet1-1/+1
2024-01-01bcachefs: trans->updates will also be resizableKent Overstreet1-1/+1
2024-01-01bcachefs: Clean up btree_transKent Overstreet1-2/+2
2024-01-01bcachefs: btree_insert_entry -> btree_path_idx_tKent Overstreet1-13/+14
2024-01-01bcachefs: btree_iter -> btree_path_idx_tKent Overstreet1-14/+14
2024-01-01bcachefs: bch2_btree_path_traverse() -> btree_path_idx_tKent Overstreet1-3/+3
2024-01-01bcachefs: bch2_btree_path_set_pos() -> btree_path_idx_tKent Overstreet1-2/+3
2024-01-01bcachefs; bch2_path_put() -> btree_path_idx_tKent Overstreet1-2/+2
2024-01-01bcachefs: bch2_path_get() -> btree_path_idx_tKent Overstreet1-5/+7
2024-01-01bcachefs: trans_for_each_update() now declares loop iterKent Overstreet1-1/+1
2024-01-01bcachefs: kill btree_trans->wb_updatesKent Overstreet1-59/+3
2024-01-01bcachefs: Improve trans->extra_journal_entriesKent Overstreet1-36/+56
2024-01-01bcachefs: No need to allocate keys for write bufferKent Overstreet1-25/+5
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet1-2/+2
2024-01-01bcachefs: Kill BTREE_UPDATE_PREJOURNALKent Overstreet1-23/+0
2023-12-21bcachefs: Fix insufficient disk reservation with compression + snapshotsKent Overstreet1-7/+8
2023-12-04bcachefs; Don't use btree write buffer until journal replay is finishedKent Overstreet1-0/+16