summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2024-01-11Merge tag 'bcachefs-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds123-5887/+7025
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds3-11/+13
2024-01-06bcachefs: eytzinger0_find() search should be constKent Overstreet1-5/+5
2024-01-06bcachefs: move "ptrs not changing" optimization to bch2_trigger_extent()Kent Overstreet2-8/+12
2024-01-06bcachefs: fix simulateously upgrading & downgradingKent Overstreet1-3/+12
2024-01-06bcachefs: Restart recovery passes more reliablyKent Overstreet1-1/+4
2024-01-06bcachefs: bch2_dump_bset() doesn't choke on u64s == 0Kent Overstreet1-0/+6
2024-01-06bcachefs: improve checksum error messagesKent Overstreet5-29/+78
2024-01-06bcachefs: improve validate_bset_keys()Kent Overstreet1-20/+55
2024-01-06bcachefs: print sb magic when relevantKent Overstreet1-1/+8
2024-01-06bcachefs: __bch2_sb_field_to_text()Kent Overstreet2-7/+14
2024-01-06bcachefs: %pg is banishedKent Overstreet4-16/+52
2024-01-06bcachefs: Improve would_deadlock trace eventKent Overstreet5-17/+42
2024-01-06bcachefs: fsck_err()s don't need to manually check c->sb.version anymoreKent Overstreet8-55/+42
2024-01-06bcachefs: Upgrades now specify errors to fix, like downgradesKent Overstreet6-99/+116
2024-01-06bcachefs: no thread_with_file in userspaceKent Overstreet1-0/+3
2024-01-06bcachefs: Don't autofix errors we can't fixKent Overstreet1-1/+2
2024-01-06bcachefs: add missing bch2_latency_acct() callKent Overstreet1-1/+1
2024-01-06bcachefs: increase max_active on io_complete_wqKent Overstreet1-1/+1
2024-01-06bcachefs: add time_stats for btree_node_read_done()Kent Overstreet2-0/+3
2024-01-06bcachefs: don't clear accessed bit in btree node fillKent Overstreet1-6/+0
2024-01-06bcachefs: Add an option to control btree node prefetchingKent Overstreet2-3/+11
2024-01-06bcachefs: kill useless return retKent Overstreet1-3/+1
2024-01-06bcachefs: Combine .trans_trigger, .atomic_triggerKent Overstreet11-91/+61
2024-01-06bcachefs: unify extent triggerKent Overstreet5-96/+39
2024-01-06bcachefs: bch2_trigger_stripe_ptr()Kent Overstreet1-67/+61
2024-01-06bcachefs: Online fsck can now fix errorsKent Overstreet4-11/+20
2024-01-06bcachefs: bch2_trigger_pointer()Kent Overstreet1-234/+209
2024-01-06bcachefs: unify stripe triggerKent Overstreet2-97/+76
2024-01-06bcachefs: move stripe triggers to ec.cKent Overstreet4-340/+352
2024-01-06bcachefs: unify alloc triggerKent Overstreet2-165/+137
2024-01-06bcachefs: move bch2_mark_alloc() to alloc_background.cKent Overstreet4-128/+132
2024-01-06bcachefs: unify reservation triggerKent Overstreet3-63/+40
2024-01-06bcachefs: unify reflink_p triggerKent Overstreet2-82/+58
2024-01-06bcachefs: unify inode triggerKent Overstreet2-50/+33
2024-01-06bcachefs: kill mem_trigger_run_overwrite_then_insert()Kent Overstreet3-7/+4
2024-01-06bcachefs: BTREE_TRIGGER_TRANSACTIONALKent Overstreet1-4/+22
2024-01-06bcachefs: Kill BTREE_TRIGGER_NOATOMICKent Overstreet2-6/+1
2024-01-06bcachefs: mark now takes bkey_sKent Overstreet11-29/+43
2024-01-06bcachefs: trans_mark now takes bkey_sKent Overstreet12-62/+62
2024-01-06bcachefs: Upgrading uses bch_sb.recovery_passes_requiredKent Overstreet1-8/+6
2024-01-06bcachefs: factor out thread_with_file, thread_with_stdioKent Overstreet9-245/+459
2024-01-06bcachefs: Fix printing of device durabilityKent Overstreet1-1/+1
2024-01-06bcachefs: __bch2_journal_key_to_wb -> bch2_journal_key_to_wb_slowpathKent Overstreet2-3/+3
2024-01-06bcachefs: __journal_keys_sort() refactoringKent Overstreet1-3/+1
2024-01-06bcachefs: wb_key_cmp -> wb_key_ref_cmpKent Overstreet1-6/+6
2024-01-06bcachefs: track transaction durationsKent Overstreet3-12/+27
2024-01-06bcachefs: btree_trans always has statsKent Overstreet3-19/+8
2024-01-06bcachefs: Split brain detectionKent Overstreet2-11/+65