summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_update_leaf.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Btree write bufferKent Overstreet1-19/+153
2023-10-23bcachefs: Kill trans->flagsKent Overstreet1-45/+45
2023-10-23bcachefs: Debug mode for c->writes referencesKent Overstreet1-3/+3
2023-10-23bcachefs: Use for_each_btree_key_upto() more consistentlyKent Overstreet1-4/+1
2023-10-23bcachefs: bch2_trans_in_restart_error()Kent Overstreet1-1/+1
2023-10-23bcachefs: Fix bch2_trans_reset_updates()Kent Overstreet1-8/+0
2023-10-23bcachefs: Convert EAGAIN errors to private error codesKent Overstreet1-11/+6
2023-10-23bcachefs: Convert EROFS errors to private error codesKent Overstreet1-1/+1
2023-10-23bcachefs: btree_iter->ip_allocatedKent Overstreet1-3/+5
2023-10-23bcachefs: Kill bch2_extent_trim_atomic() usageKent Overstreet1-12/+4
2023-10-23bcachefs: Log more messages in the journalKent Overstreet1-11/+52
2023-10-23bcachefs: New btree helpersKent Overstreet1-11/+4
2023-10-23bcachefs: Fix error path in bch2_trans_commit_write_locked()Kent Overstreet1-10/+11
2023-10-23bcachefs: bch2_trans_revalidate_updates_in_node()Kent Overstreet1-27/+33
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