summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_update_leaf.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Kill btree_insert_ret enumKent Overstreet1-18/+15
2023-10-23bcachefs: bch2_btree_path_peek_slot_exact()Kent Overstreet1-1/+17
2023-10-23bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet1-13/+13
2023-10-23bcachefs: Kill some unneeded references to c->flagsKent Overstreet1-1/+1
2023-10-23bcachefs: Tiny bch2_trans_update_by_path_trace() optimizationKent Overstreet1-4/+6
2023-10-23bcachefs: Move some asserts behind CONFIG_BCACHEFS_DEBUGKent Overstreet1-12/+16
2023-10-23bcachefs: Fix a race with b->write_typeKent Overstreet1-2/+2
2023-10-23bcachefs: bch2_trans_commit_bkey_invalid()Kent Overstreet1-18/+30
2023-10-23bcachefs: Inlining improvementsKent Overstreet1-15/+16
2023-10-23bcachefs: Improved btree write statisticsKent Overstreet1-0/+2
2023-10-23bcachefs: Don't issue transaction restart on key cache reallocKent Overstreet1-7/+2
2023-10-23bcachefs: Separate out flush_new_cached_update()Kent Overstreet1-20/+34
2023-10-23bcachefs: bch2_btree_insert_node() no longer uses lock_write_nofailKent Overstreet1-11/+3
2023-10-23bcachefs: Fix a trans path overflow in bch2_btree_delete_range_trans()Kent Overstreet1-13/+20
2023-10-23bcachefs: Inline fast path of check_pos_snapshot_overwritten()Kent Overstreet1-7/+13
2023-10-23bcachefs: Kill normalize_read_intent_locks()Kent Overstreet1-58/+0
2023-10-23bcachefs: Delete old deadlock avoidance codeKent Overstreet1-36/+3
2023-10-23bcachefs: Add private error codes for ENOSPCKent Overstreet1-3/+5
2023-10-23bcachefs: bch2_btree_path_upgrade() now emits transaction restartKent Overstreet1-5/+3
2023-10-23bcachefs: Convert more locking code to btree_bkey_cached_commonKent Overstreet1-1/+1
2023-10-23bcachefs: bch2_btree_node_lock_write_nofail()Kent Overstreet1-1/+1
2023-10-23bcachefs: New locking functionsKent Overstreet1-1/+6
2023-10-23bcachefs: Mark write locks before taking lockKent Overstreet1-2/+9
2023-10-23bcachefs: Add persistent counters for all tracepointsKent Overstreet1-12/+12
2023-10-23bcachefs: Improve trans_restart_journal_preres_get tracepointKent Overstreet1-1/+1
2023-10-23bcachefs: Track held write locksKent Overstreet1-0/+2
2023-10-23bcachefs: Switch btree locking code to struct btree_bkey_cached_commonKent Overstreet1-1/+1
2023-10-23bcachefs: Better use of locking helpersKent Overstreet1-9/+12
2023-10-23bcachefs: bch2_btree_delete_range_trans() now returns -BCH_ERR_transaction_re...Kent Overstreet1-5/+14
2023-10-23bcachefs: Switch bch2_btree_delete_range() to bch2_trans_run()Kent Overstreet1-3/+2
2023-10-23bcachefs: Fix btree_path->uptodate inconsistencyKent Overstreet1-1/+3
2023-10-23bcachefs: Tracepoint improvementsKent Overstreet1-16/+12
2023-10-23bcachefs: Don't set should_be_locked on paths that aren't lockedKent Overstreet1-2/+2
2023-10-23bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet1-42/+27
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