summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_update_leaf.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Always use percpu_ref_tryget_live() on c->writesKent Overstreet1-1/+1
2023-10-23bcachefs: Printbuf reworkKent Overstreet1-4/+4
2023-10-23bcachefs: Also log overwrites in journalKent Overstreet1-39/+53
2023-10-23bcachefs: Refactor journal entry addingKent Overstreet1-24/+17
2023-10-23bcachefs: bch2_trans_reset_updates()Kent Overstreet1-7/+1
2023-10-23bcachefs: Tracepoint improvementsKent Overstreet1-0/+2
2023-10-23bcachefs: Shutdown path improvementsKent Overstreet1-0/+2
2023-10-23bcachefs: Plumb btree_id & level to trans_markKent Overstreet1-3/+3
2023-10-23bcachefs: Introduce bch2_journal_keys_peek_(upto|slot)()Kent Overstreet1-4/+5
2023-10-23bcachefs: Don't trigger extra assertions in journal replayKent Overstreet1-2/+3
2023-10-23bcachefs: bch2_btree_delete_extent_at()Kent Overstreet1-2/+9
2023-10-23bcachefs: Use bch2_trans_inconsistent() moreKent Overstreet1-1/+1
2023-10-23bcachefs: Add rw to .key_invalid()Kent Overstreet1-2/+4
2023-10-23bcachefs: Convert .key_invalid methods to printbufsKent Overstreet1-6/+14
2023-10-23bcachefs: Introduce a separate journal watermark for copygcKent Overstreet1-7/+5
2023-10-23bcachefs: Run overwrite triggers before insertKent Overstreet1-29/+18
2023-10-23bcachefs: bch2_trans_log_msg()Kent Overstreet1-0/+27
2023-10-23bcachefs: Use darray for extra_journal_entriesKent Overstreet1-9/+8
2023-10-23bcachefs: Fix large key cache keysKent Overstreet1-2/+3
2023-10-23bcachefs: Fix BTREE_TRIGGER_WANTS_OLD_AND_NEWKent Overstreet1-2/+4
2023-10-23bcachefs: Revalidate pointer to old bkey val before calling mem triggersKent Overstreet1-0/+26
2023-10-23bcachefs: Drop !did_work path from do_btree_insert_one()Kent Overstreet1-10/+5
2023-10-23bcachefs: bch2_btree_iter_peek_upto()Kent Overstreet1-2/+3
2023-10-23bcachefs: Change flags param to bch2_btree_delete_range to update_flagsKent Overstreet1-6/+6
2023-10-23bcachefs: Fix a use after freeKent Overstreet1-1/+12
2023-10-23bcachefs: Kill bch2_btree_node_write_cond()Kent Overstreet1-2/+16
2023-10-23bcachefs: Use x-macros for btree node flagsKent Overstreet1-1/+1
2023-10-23bcachefs: Heap allocate printbufsKent Overstreet1-3/+4
2023-10-23bcachefs: Run alloc triggers lastKent Overstreet1-0/+17
2023-10-23bcachefs: Trigger code uses stashed copy of old keyKent Overstreet1-16/+16
2023-10-23bcachefs: Consolidate trigger code a bitKent Overstreet1-111/+148
2023-10-23bcachefs: bch2_trans_mark_key() now takes a bkey_i *Kent Overstreet1-8/+3
2023-10-23bcachefs: Normal update/commit path now works before going RWKent Overstreet1-0/+26
2023-10-23bcachefs: Change __bch2_trans_commit() to run triggers then get RWKent Overstreet1-11/+11
2023-10-23bcachefs: Also show when blocked on write locksKent Overstreet1-3/+5
2023-10-23bcachefs: Btree key cache coherencyKent Overstreet1-34/+102
2023-10-23bcachefs: run_one_trigger() now checks journal keysKent Overstreet1-0/+11
2023-10-23bcachefs: Stash a copy of key being overwritten in btree_insert_entryKent Overstreet1-16/+12
2023-10-23bcachefs: Log message improvementsKent Overstreet1-3/+2
2023-10-23bcachefs: BTREE_INSERT_LAZY_RW is only for recovery pathKent Overstreet1-1/+2
2023-10-23bcachefs: iter->update_pathKent Overstreet1-31/+33
2023-10-23bcachefs: Refactor trigger codeKent Overstreet1-68/+76
2023-10-23bcachefs: Fix check_pos_snapshot_overwritten for !snapshotsKent Overstreet1-0/+3
2023-10-23bcachefs: New data structure for buckets waiting on journal commitKent Overstreet1-8/+20
2023-10-23bcachefs: Switch to __func__for recording where btree_trans was initializedKent Overstreet1-15/+15
2023-10-23bcachefs: Fix an assertionKent Overstreet1-1/+3
2023-10-23bcachefs: Simplify journal replayKent Overstreet1-3/+0
2023-10-23bcachefs: BTREE_ITER_WITH_JOURNALKent Overstreet1-1/+1
2023-10-23bcachefs: Fix race between btree updates & journal replayKent Overstreet1-0/+12
2023-10-23bcachefs: BCH_JSET_ENTRY_logKent Overstreet1-5/+39