summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_update.c
AgeCommit message (Expand)Author
2025-06-19bcachefs: Fix *__bch2_trans_subbuf_alloc() error pathKent Overstreet
2025-06-02bcachefs: bch_err_throw()Kent Overstreet
2025-05-31bcachefs: __bch2_insert_snapshot_whiteouts() refactoringKent Overstreet
2025-05-31bcachefs: bch2_get_snapshot_overwrites()Kent Overstreet
2025-05-22bcachefs: bch2_trans_log_str()Kent Overstreet
2025-05-21bcachefs: btree_trans_subbufKent Overstreet
2025-05-21bcachefs: bch2_trans_update_ip()Kent Overstreet
2025-05-21bcachefs: replace memcpy with memcpy_and_pad for jset_entry_log->d buffRoxana Nicolescu
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet
2025-03-30bcachefs: BCH_JSET_ENTRY_log_bkeyKent Overstreet
2025-03-24bcachefs: kmsan assertsKent Overstreet
2025-03-14bcachefs: rework bch2_trans_commit_run_triggers()Kent Overstreet
2025-03-14bcachefs: Better trigger orderingKent Overstreet
2025-01-09bcachefs: bcachefs_metadata_version_persistent_inode_cursorsKent Overstreet
2024-12-29bcachefs: bch2_trans_log_msg()Kent Overstreet
2024-12-21bcachefs: bch2_btree_bit_mod_iter()Kent Overstreet
2024-12-21bcachefs: Kill unnecessary iter_rewind() in bkey_get_empty_slot()Kent Overstreet
2024-12-21bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max()Kent Overstreet
2024-12-21bcachefs: Kill BCH_TRANS_COMMIT_lazy_rwKent Overstreet
2024-12-21bcachefs: remove superfluous ; after statementsColin Ian King
2024-10-18bcachefs: Don't use commit_do() unnecessarilyKent Overstreet
2024-09-09bcachefs: Btree path tracepointsKent Overstreet
2024-09-09bcachefs: Add check for btree_path ref overflowKent Overstreet
2024-07-14bcachefs: bch2_btree_insert() - add btree iter flagsAriel Miculas
2024-05-08bcachefs: x-macroize journal flags enumsKent Overstreet
2024-05-08bcachefs: bch2_btree_insert_trans() no longer specifies BTREE_ITER_cachedKent Overstreet
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet
2024-05-08bcachefs: New assertion for writing to the journal after shutdownKent Overstreet
2024-03-31bcachefs: Don't do extent merging before journal replay is finishedKent Overstreet
2024-03-13bcachefs: Fix btree key cache coherency during replayKent Overstreet
2024-03-13bcachefs: bch2_btree_bit_mod()Kent Overstreet
2024-03-13bcachefs: bch2_btree_bit_mod -> bch2_btree_bit_mod_bufferedKent Overstreet
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