summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/btree_trans_commit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fix trans_commit disk accounting revertKent Overstreet2024-10-031-1/+2
* bcachefs: Fix BCH_TRANS_COMMIT_skip_accounting_applyKent Overstreet2024-09-281-16/+20
* 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-151-6/+5
* bcachefs: Kill gc_pos_btree_node()Kent Overstreet2024-07-151-1/+1
* bcachefs: btree_types bitmask cleanupsKent Overstreet2024-07-151-28/+22
* bcachefs: Delete old assertion for online fsckKent Overstreet2024-07-151-8/+1
* bcachefs: Convert gc to new accountingKent Overstreet2024-07-151-2/+2
* bcachefs: Disk space accounting rewriteKent Overstreet2024-07-151-15/+50
* bcachefs: Accumulate accounting keys in journal replayKent Overstreet2024-07-151-5/+21
* bcachefs: Use try_cmpxchg() family of functions instead of cmpxchg()Uros Bizjak2024-07-151-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
* bcachefs: Fix UAFs of btree_insert_entry arrayKent Overstreet2024-04-141-13/+14
* bcachefs: BCH_WATERMARK_interior_updatesKent Overstreet2024-04-021-1/+2
* bcachefs: Add checks for invalid snapshot IDsKent Overstreet2024-04-011-1/+1
* bcachefs: add missing __GFP_NOWARNKent Overstreet2024-01-211-1/+1
* bcachefs: Prep work for variable size btree node buffersKent Overstreet2024-01-211-6/+3
* bcachefs: bch2_trans_account_disk_usage_change()Kent Overstreet2024-01-211-0/+5
* bcachefs: BTREE_TRIGGER_ATOMICKent Overstreet2024-01-211-12/+7
* bcachefs: Combine .trans_trigger, .atomic_triggerKent Overstreet2024-01-061-18/+13
* bcachefs: mark now takes bkey_sKent Overstreet2024-01-061-3/+3
* bcachefs: trans_mark now takes bkey_sKent Overstreet2024-01-061-2/+2
* bcachefs: Check journal entries for invalid keys in trans commit pathKent Overstreet2024-01-061-0/+39
* bcachefs: Fix interior update path btree_path usesKent Overstreet2024-01-011-7/+5
* bcachefs: Clean up btree_transKent Overstreet2024-01-011-2/+2
* bcachefs: btree_insert_entry -> btree_path_idx_tKent Overstreet2024-01-011-30/+37
* bcachefs: trans_for_each_update() now declares loop iterKent Overstreet2024-01-011-16/+5
* bcachefs: kill btree_trans->wb_updatesKent Overstreet2024-01-011-18/+0
* bcachefs: btree write buffer now slurps keys from journalKent Overstreet2024-01-011-51/+1
* bcachefs: Improve trans->extra_journal_entriesKent Overstreet2024-01-011-11/+9
* bcachefs: bch2_btree_write_buffer_flush_locked()Kent Overstreet2024-01-011-2/+4
* bcachefs: Clean up btree write buffer write ref handlingKent Overstreet2024-01-011-4/+2
* bcachefs: convert bch_fs_flags to x-macroKent Overstreet2024-01-011-4/+4
* bcachefs: Rename BTREE_INSERT flagsKent Overstreet2024-01-011-19/+20
* bcachefs: Kill dead BTREE_INSERT flagsKent Overstreet2024-01-011-4/+0
* bcachefs: Kill BTREE_UPDATE_PREJOURNALKent Overstreet2024-01-011-6/+1
* bcachefs: BTREE_INSERT_JOURNAL_REPLAY now "don't init trans->journal_res"Kent Overstreet2024-01-011-4/+15