summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: improve validate_bset_keys()Kent Overstreet2024-01-061-20/+55
* bcachefs: print sb magic when relevantKent Overstreet2024-01-061-1/+8
* bcachefs: __bch2_sb_field_to_text()Kent Overstreet2024-01-062-7/+14
* bcachefs: %pg is banishedKent Overstreet2024-01-064-16/+52
* bcachefs: Improve would_deadlock trace eventKent Overstreet2024-01-065-17/+42
* bcachefs: fsck_err()s don't need to manually check c->sb.version anymoreKent Overstreet2024-01-068-55/+42
* bcachefs: Upgrades now specify errors to fix, like downgradesKent Overstreet2024-01-066-99/+116
* bcachefs: no thread_with_file in userspaceKent Overstreet2024-01-061-0/+3
* bcachefs: Don't autofix errors we can't fixKent Overstreet2024-01-061-1/+2
* bcachefs: add missing bch2_latency_acct() callKent Overstreet2024-01-061-1/+1
* bcachefs: increase max_active on io_complete_wqKent Overstreet2024-01-061-1/+1
* bcachefs: add time_stats for btree_node_read_done()Kent Overstreet2024-01-062-0/+3
* bcachefs: don't clear accessed bit in btree node fillKent Overstreet2024-01-061-6/+0
* bcachefs: Add an option to control btree node prefetchingKent Overstreet2024-01-062-3/+11
* bcachefs: kill useless return retKent Overstreet2024-01-061-3/+1
* bcachefs: Combine .trans_trigger, .atomic_triggerKent Overstreet2024-01-0611-91/+61
* bcachefs: unify extent triggerKent Overstreet2024-01-065-96/+39
* bcachefs: bch2_trigger_stripe_ptr()Kent Overstreet2024-01-061-67/+61
* bcachefs: Online fsck can now fix errorsKent Overstreet2024-01-064-11/+20
* bcachefs: bch2_trigger_pointer()Kent Overstreet2024-01-061-234/+209
* bcachefs: unify stripe triggerKent Overstreet2024-01-062-97/+76
* bcachefs: move stripe triggers to ec.cKent Overstreet2024-01-064-340/+352
* bcachefs: unify alloc triggerKent Overstreet2024-01-062-165/+137
* bcachefs: move bch2_mark_alloc() to alloc_background.cKent Overstreet2024-01-064-128/+132
* bcachefs: unify reservation triggerKent Overstreet2024-01-063-63/+40
* bcachefs: unify reflink_p triggerKent Overstreet2024-01-062-82/+58
* bcachefs: unify inode triggerKent Overstreet2024-01-062-50/+33
* bcachefs: kill mem_trigger_run_overwrite_then_insert()Kent Overstreet2024-01-063-7/+4
* bcachefs: BTREE_TRIGGER_TRANSACTIONALKent Overstreet2024-01-061-4/+22
* bcachefs: Kill BTREE_TRIGGER_NOATOMICKent Overstreet2024-01-062-6/+1
* bcachefs: mark now takes bkey_sKent Overstreet2024-01-0611-29/+43
* bcachefs: trans_mark now takes bkey_sKent Overstreet2024-01-0612-62/+62
* bcachefs: Upgrading uses bch_sb.recovery_passes_requiredKent Overstreet2024-01-061-8/+6
* bcachefs: factor out thread_with_file, thread_with_stdioKent Overstreet2024-01-069-245/+459
* bcachefs: Fix printing of device durabilityKent Overstreet2024-01-061-1/+1
* bcachefs: __bch2_journal_key_to_wb -> bch2_journal_key_to_wb_slowpathKent Overstreet2024-01-062-3/+3
* bcachefs: __journal_keys_sort() refactoringKent Overstreet2024-01-061-3/+1
* bcachefs: wb_key_cmp -> wb_key_ref_cmpKent Overstreet2024-01-061-6/+6
* bcachefs: track transaction durationsKent Overstreet2024-01-063-12/+27
* bcachefs: btree_trans always has statsKent Overstreet2024-01-063-19/+8
* bcachefs: Split brain detectionKent Overstreet2024-01-062-11/+65
* bcachefs: bch_member->seqKent Overstreet2024-01-063-2/+22
* bcachefs: Fix nochanges/read_only interactionKent Overstreet2024-01-064-15/+18
* bcachefs: Check journal entries for invalid keys in trans commit pathKent Overstreet2024-01-062-0/+52
* bcachefs: check_directory_structure() can now be run onlineKent Overstreet2024-01-012-67/+41
* bcachefs: Fix reattach_inode() for snapshotsKent Overstreet2024-01-013-46/+92
* bcachefs: bch2_btree_trans_peek_slot_updatesKent Overstreet2024-01-011-31/+15
* bcachefs: bch2_btree_trans_peek_prev_updatesKent Overstreet2024-01-011-1/+20
* bcachefs: bch2_btree_trans_peek_updatesKent Overstreet2024-01-011-9/+20
* bcachefs: growable btree_pathsKent Overstreet2024-01-014-22/+72