aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/btree_trans_commit.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Kill unused tracepointsKent Overstreet2025-06-161-2/+3
* bcachefs: Delay calculation of trans->journal_u64sAlan Huang2025-06-161-4/+7
* bcachefs: Add missing EBUG_ONAlan Huang2025-06-161-0/+2
* bcachefs: bch_err_throw()Kent Overstreet2025-06-021-7/+8
* bcachefs: bch2_check_fix_ptrs() can now repair btree rootsKent Overstreet2025-05-301-4/+17
* bcachefs: Split out accounting in transaction commitKent Overstreet2025-05-221-20/+31
* bcachefs: btree_trans_subbufKent Overstreet2025-05-221-15/+16
* bcachefs: Debug params are now static_keysKent Overstreet2025-05-221-2/+2
* bcachefs: bch_fs.writes -> enumerated_refsKent Overstreet2025-05-221-2/+3
* bcachefs: replace strncpy() with memcpy_and_pad in journal_transaction_nameRoxana Nicolescu2025-05-221-1/+3
* bcachefs: kmsan assertsKent Overstreet2025-03-241-0/+1
* bcachefs: Kill JOURNAL_ERRORS()Kent Overstreet2025-03-241-14/+16
* bcachefs: rework bch2_trans_commit_run_triggers()Kent Overstreet2025-03-151-55/+32
* bcachefs: CONFIG_BCACHEFS_INJECT_TRANSACTION_RESTARTSKent Overstreet2025-02-121-0/+4
* bcachefs: "Journal stuck" timeout now takes into account device latencyKent Overstreet2025-01-211-1/+1
* bcachefs: bch2_trans_unlock_write()Kent Overstreet2025-01-101-3/+3
* bcachefs: bch2_btree_node_write_trans()Kent Overstreet2025-01-101-1/+1
* bcachefs: Don't run overwrite triggers before insertKent Overstreet2024-12-211-44/+37
* bcachefs: Plumb bkey_validate_context to journal_entry_validateKent Overstreet2024-12-211-25/+17
* bcachefs: struct bkey_validate_contextKent Overstreet2024-12-211-1/+6
* bcachefs: bch2_trans_verify_not_unlocked_or_in_restart()Kent Overstreet2024-12-211-6/+3
* bcachefs: Kill BCH_TRANS_COMMIT_lazy_rwKent Overstreet2024-12-211-26/+5
* bcachefs: Add assert for use of journal replay keys for updatesKent Overstreet2024-12-211-0/+2
* bcachefs: kill btree_trans_restart_nounlock()Kent Overstreet2024-12-211-1/+1
* bcachefs: Pull disk accounting hooks out of trans_commit.cKent Overstreet2024-12-211-29/+6
* bcachefs: Fix trans_commit disk accounting revertKent Overstreet2024-10-031-1/+2
* bcachefs: Fix BCH_TRANS_COMMIT_skip_accounting_applyKent Overstreet2024-09-281-14/+18
* bcachefs: rename version -> bversionKent Overstreet2024-09-281-4/+4
* bcachefs: Move transaction commit path validation to as late as possibleKent Overstreet2024-09-281-34/+34
* bcachefs: bch_accounting_modeKent Overstreet2024-09-281-2/+2
* bcachefs: Remove unused parameterAlan Huang2024-09-091-1/+1
* bcachefs: Kill __bch2_accounting_mem_mod()Kent Overstreet2024-08-141-2/+2
* bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet2024-08-141-58/+14
* bcachefs: Add a time_stat for blocked on key cache flushKent Overstreet2024-08-141-0/+4
* bcachefs: Add hysteresis to waiting on btree key cache flushKent Overstreet2024-08-141-1/+1
* bcachefs: bch2_btree_key_cache_drop() now evictsKent Overstreet2024-07-141-6/+5
* bcachefs: Kill gc_pos_btree_node()Kent Overstreet2024-07-141-1/+1
* bcachefs: btree_types bitmask cleanupsKent Overstreet2024-07-141-28/+22
* bcachefs: Delete old assertion for online fsckKent Overstreet2024-07-141-8/+1
* bcachefs: Convert gc to new accountingKent Overstreet2024-07-141-2/+2
* bcachefs: Disk space accounting rewriteKent Overstreet2024-07-141-15/+50
* bcachefs: Accumulate accounting keys in journal replayKent Overstreet2024-07-141-5/+21
* bcachefs: Use try_cmpxchg() family of functions instead of cmpxchg()Uros Bizjak2024-07-141-4/+4
* bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet2024-05-091-5/+5
* bcachefs: x-macroize journal flags enumsKent Overstreet2024-05-081-1/+1
* bcachefs: bch2_trans_verify_not_unlocked()Kent Overstreet2024-05-081-0/+7
* bcachefs: bch2_trans_commit_flags_to_text()Kent Overstreet2024-05-081-0/+21
* bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet2024-05-081-12/+12
* bcachefs: prt_printf() now respects \r\n\tKent Overstreet2024-05-081-4/+2
* bcachefs: Fix deadlock in journal replayKent Overstreet2024-04-141-3/+4