aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/bcachefs/btree_trans_commit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-24bcachefs: kmsan assertsKent Overstreet1-0/+1
2025-03-24bcachefs: Kill JOURNAL_ERRORS()Kent Overstreet1-14/+16
2025-03-14bcachefs: rework bch2_trans_commit_run_triggers()Kent Overstreet1-56/+33
2025-02-12bcachefs: CONFIG_BCACHEFS_INJECT_TRANSACTION_RESTARTSKent Overstreet1-0/+4
2025-01-21bcachefs: "Journal stuck" timeout now takes into account device latencyKent Overstreet1-1/+1
2025-01-09bcachefs: bch2_trans_unlock_write()Kent Overstreet1-3/+3
2025-01-09bcachefs: bch2_btree_node_write_trans()Kent Overstreet1-1/+1
2024-12-21bcachefs: Don't run overwrite triggers before insertKent Overstreet1-44/+37
2024-12-21bcachefs: Plumb bkey_validate_context to journal_entry_validateKent Overstreet1-26/+18
2024-12-21bcachefs: struct bkey_validate_contextKent Overstreet1-1/+6
2024-12-21bcachefs: bch2_trans_verify_not_unlocked_or_in_restart()Kent Overstreet1-6/+3
2024-12-21bcachefs: Kill BCH_TRANS_COMMIT_lazy_rwKent Overstreet1-26/+5
2024-12-21bcachefs: Add assert for use of journal replay keys for updatesKent Overstreet1-0/+2
2024-12-21bcachefs: kill btree_trans_restart_nounlock()Kent Overstreet1-1/+1
2024-12-21bcachefs: Pull disk accounting hooks out of trans_commit.cKent Overstreet1-29/+6
2024-10-02bcachefs: Fix trans_commit disk accounting revertKent Overstreet1-1/+2
2024-09-27bcachefs: Fix BCH_TRANS_COMMIT_skip_accounting_applyKent Overstreet1-16/+20
2024-09-27bcachefs: rename version -> bversionKent Overstreet1-4/+4
2024-09-27bcachefs: Move transaction commit path validation to as late as possibleKent Overstreet1-34/+34
2024-09-27bcachefs: bch_accounting_modeKent Overstreet1-2/+2
2024-09-09bcachefs: Remove unused parameterAlan Huang1-1/+1
2024-08-13bcachefs: Kill __bch2_accounting_mem_mod()Kent Overstreet1-2/+2
2024-08-13bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet1-58/+14
2024-08-13bcachefs: Add a time_stat for blocked on key cache flushKent Overstreet1-0/+4
2024-08-13bcachefs: Add hysteresis to waiting on btree key cache flushKent Overstreet1-1/+1
2024-07-14bcachefs: bch2_btree_key_cache_drop() now evictsKent Overstreet1-6/+5
2024-07-14bcachefs: Kill gc_pos_btree_node()Kent Overstreet1-1/+1
2024-07-14bcachefs: btree_types bitmask cleanupsKent Overstreet1-28/+22
2024-07-14bcachefs: Delete old assertion for online fsckKent Overstreet1-8/+1
2024-07-14bcachefs: Convert gc to new accountingKent Overstreet1-2/+2
2024-07-14bcachefs: Disk space accounting rewriteKent Overstreet1-15/+50
2024-07-14bcachefs: Accumulate accounting keys in journal replayKent Overstreet1-5/+21
2024-07-14bcachefs: Use try_cmpxchg() family of functions instead of cmpxchg()Uros Bizjak1-4/+4
2024-05-09bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet1-5/+5
2024-05-08bcachefs: x-macroize journal flags enumsKent Overstreet1-1/+1
2024-05-08bcachefs: bch2_trans_verify_not_unlocked()Kent Overstreet1-0/+7
2024-05-08bcachefs: bch2_trans_commit_flags_to_text()Kent Overstreet1-0/+21
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-12/+12
2024-05-08bcachefs: prt_printf() now respects \r\n\tKent Overstreet1-4/+2
2024-04-13bcachefs: Fix deadlock in journal replayKent Overstreet1-3/+4
2024-04-13bcachefs: Fix UAFs of btree_insert_entry arrayKent Overstreet1-13/+14
2024-04-01bcachefs: BCH_WATERMARK_interior_updatesKent Overstreet1-1/+2
2024-03-31bcachefs: Add checks for invalid snapshot IDsKent Overstreet1-1/+1
2024-01-21bcachefs: add missing __GFP_NOWARNKent Overstreet1-1/+1
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet1-6/+3
2024-01-21bcachefs: bch2_trans_account_disk_usage_change()Kent Overstreet1-0/+5
2024-01-21bcachefs: BTREE_TRIGGER_ATOMICKent Overstreet1-12/+7
2024-01-05bcachefs: Combine .trans_trigger, .atomic_triggerKent Overstreet1-18/+13
2024-01-05bcachefs: mark now takes bkey_sKent Overstreet1-3/+3
2024-01-05bcachefs: trans_mark now takes bkey_sKent Overstreet1-2/+2