aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/btree_trans_commit.c
AgeCommit message (Expand)AuthorFilesLines
10 daysbcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet1-5/+5
11 daysbcachefs: x-macroize journal flags enumsKent Overstreet1-1/+1
11 daysbcachefs: bch2_trans_verify_not_unlocked()Kent Overstreet1-0/+7
11 daysbcachefs: bch2_trans_commit_flags_to_text()Kent Overstreet1-0/+21
11 daysbcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-12/+12
11 daysbcachefs: 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
2024-01-05bcachefs: Check journal entries for invalid keys in trans commit pathKent Overstreet1-0/+39
2024-01-01bcachefs: Fix interior update path btree_path usesKent Overstreet1-7/+5
2024-01-01bcachefs: Clean up btree_transKent Overstreet1-2/+2
2024-01-01bcachefs: btree_insert_entry -> btree_path_idx_tKent Overstreet1-30/+37
2024-01-01bcachefs: trans_for_each_update() now declares loop iterKent Overstreet1-16/+5
2024-01-01bcachefs: kill btree_trans->wb_updatesKent Overstreet1-18/+0
2024-01-01bcachefs: btree write buffer now slurps keys from journalKent Overstreet1-51/+1
2024-01-01bcachefs: Improve trans->extra_journal_entriesKent Overstreet1-11/+9
2024-01-01bcachefs: bch2_btree_write_buffer_flush_locked()Kent Overstreet1-2/+4
2024-01-01bcachefs: Clean up btree write buffer write ref handlingKent Overstreet1-4/+2
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet1-4/+4
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet1-19/+20
2024-01-01bcachefs: Kill dead BTREE_INSERT flagsKent Overstreet1-4/+0
2024-01-01bcachefs: Kill BTREE_UPDATE_PREJOURNALKent Overstreet1-6/+1
2024-01-01bcachefs: BTREE_INSERT_JOURNAL_REPLAY now "don't init trans->journal_res"Kent Overstreet1-4/+15
2024-01-01bcachefs: Clear k->needs_whitout earlier in commit pathKent Overstreet1-2/+2
2024-01-01bcachefs: Journal pins must always have a flush_fnKent Overstreet1-1/+8
2024-01-01bcachefs: Fix warning when building in userspaceKent Overstreet1-2/+1
2023-11-14bcachefs: Kill journal pre-reservationsKent Overstreet1-34/+2
2023-11-13bcachefs: Make sure to drop/retake btree locks before reclaimKent Overstreet1-6/+42
2023-11-13bcachefs: btree_trans->write_lockedKent Overstreet1-36/+49
2023-11-04bcachefs: rebalance_work btree is not a snapshots btreeKent Overstreet1-0/+1
2023-11-04bcachefs: Fix build errors with gcc 10Kent Overstreet1-3/+3
2023-11-01bcachefs: Don't downgrade locks on transaction restartKent Overstreet1-6/+3
2023-10-31bcachefs: All triggers are BTREE_TRIGGER_WANTS_OLD_AND_NEWKent Overstreet1-4/+2
2023-10-31bcachefs: Fix btree_node_type enumKent Overstreet1-6/+5
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet1-1/+1
2023-10-22bcachefs: Always check for invalid bkeys in main commit pathKent Overstreet1-4/+0
2023-10-22bcachefs: Heap allocate btree_transKent Overstreet1-5/+3
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet1-5/+5
2023-10-22bcachefs: Put bkey invalid check in commit path in a more useful placeKent Overstreet1-19/+19
2023-10-22bcachefs: Fix a double free on invalid bkeyKent Overstreet1-1/+0
2023-10-22bcachefs: Fix btree write buffer with snapshots btreesKent Overstreet1-0/+1
2023-10-22bcachefs: Split out snapshot.cKent Overstreet1-1/+1
2023-10-22bcachefs: btree_journal_iter.cKent Overstreet1-1/+1
2023-10-22bcachefs: Split up btree_update_leaf.cKent Overstreet1-0/+1156