summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bcachefs: Track maximum transaction memoryKent Overstreet2023-10-225-13/+20
* six locks: Improve six_lock_countKent Overstreet2023-10-224-13/+20
* bcachefs: Kill nodes_intent_lockedKent Overstreet2023-10-223-24/+9
* bcachefs: Better use of locking helpersKent Overstreet2023-10-224-39/+58
* bcachefs: Reorganize btree_locking.[ch]Kent Overstreet2023-10-222-206/+225
* bcachefs: btree_locking.cKent Overstreet2023-10-226-458/+494
* bcachefs: Fix adding a device with a labelKent Overstreet2023-10-223-13/+34
* bcachefs: fsck: Another transaction restart handling fixKent Overstreet2023-10-223-9/+16
* bcachefs: bch2_btree_delete_range_trans() now returns -BCH_ERR_transaction_re...Kent Overstreet2023-10-222-17/+32
* bcachefs: Minor transaction restart handling fixKent Overstreet2023-10-222-6/+6
* bcachefs: Fix bch2_btree_iter_peek_slot() error pathKent Overstreet2023-10-221-3/+8
* bcachefs: Another should_be_locked fixupKent Overstreet2023-10-221-12/+16
* bcachefs: bch2_bkey_packed_to_binary_text()Kent Overstreet2023-10-224-27/+65
* bcachefs: Add assertions for unexpected transaction restartsKent Overstreet2023-10-222-3/+11
* bcachefs: btree_path_down() optimizationKent Overstreet2023-10-221-3/+3
* bcachefs: Always rebuild aux search trees when node boundaries changeKent Overstreet2023-10-221-2/+5
* bcachefs: Add an overflow check in set_bkey_val_u64s()Kent Overstreet2023-10-221-2/+5
* bcachefs: remove dead whiteout_u64s argument.Olexa Bilaniuk2023-10-221-11/+5
* bcachefs: Debugfs cleanupKent Overstreet2023-10-221-64/+51
* bcachefs: Fix bch2_fs_check_snapshots()Kent Overstreet2023-10-221-2/+2
* bcachefs: Increment restart count in bch2_trans_begin()Kent Overstreet2023-10-223-7/+5
* bcachefs: Fix assertion in bch2_btree_key_cache_drop()Kent Overstreet2023-10-221-2/+13
* bcachefs: Print last line in debugfs/btree_transaction_statsKent Overstreet2023-10-221-2/+5
* bcachefs: Track the maximum btree_paths ever allocated by each transactionKent Overstreet2023-10-225-33/+120
* bcachefs: Rename lock_held_stats -> btree_transaction_statsKent Overstreet2023-10-225-32/+68
* bcachefs: Switch bch2_btree_delete_range() to bch2_trans_run()Kent Overstreet2023-10-221-3/+2
* bcachefs: Fix btree_path->uptodate inconsistencyKent Overstreet2023-10-221-1/+3
* bcachefs: Fix duplicate paths left by bch2_path_put()Kent Overstreet2023-10-221-34/+35
* bcachefs: Kill BTREE_ITER_CACHED_(NOFILL|NOCREATE)Kent Overstreet2023-10-223-22/+10
* bcachefs: Tracepoint improvementsKent Overstreet2023-10-229-331/+213
* bcachefs: "Snapshot deletion did not run correctly" should be a fsck errKent Overstreet2023-10-221-5/+5
* bcachefs: six_lock_counts() is now in six.cKent Overstreet2023-10-222-4/+4
* bcachefs: BTREE_ITER_NO_NODE -> BCH_ERR codesKent Overstreet2023-10-226-55/+45
* bcachefs: Don't set should_be_locked on paths that aren't lockedKent Overstreet2023-10-224-31/+40
* bcachefs: Fix missing error handling in bch2_subvolume_delete()Kent Overstreet2023-10-221-0/+2
* bcachefs: Improve an error messageKent Overstreet2023-10-221-1/+1
* bcachefs: Tracepoint improvementsKent Overstreet2023-10-223-33/+157
* bcachefs: Fix incorrectly freeing btree_path in alloc pathKent Overstreet2023-10-221-1/+2
* bcachefs: Fix bch2_btree_trans_to_text()Kent Overstreet2023-10-223-12/+10
* bcachefs: Add distinct error code for key_cache_upgradeKent Overstreet2023-10-222-1/+2
* bcachefs: Fix not punting to worqueue when promotingKent Overstreet2023-10-221-0/+1
* bcachefs: fsck: Fix nested transaction handlingKent Overstreet2023-10-221-20/+23
* bcachefs: Add an O_DIRECT option (for userspace)Kent Overstreet2023-10-221-0/+5
* bcachefs: Tighten up btree_path assertionsKent Overstreet2023-10-221-1/+3
* bcachefs: bch2_bucket_alloc_trans_early -> for_each_btree_key_norestartKent Overstreet2023-10-221-1/+1
* bcachefs: Fix check_i_sectors()Kent Overstreet2023-10-221-2/+1
* bcachefs: Convert debugfs code to for_each_btree_key2()Kent Overstreet2023-10-221-48/+31
* bcachefs: Unit test updatesKent Overstreet2023-10-221-77/+106
* bcachefs: for_each_btree_key_reverse()Kent Overstreet2023-10-221-1/+40
* bcachefs: Convert fsck errors to errcode.hKent Overstreet2023-10-229-86/+54