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