summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-01-05bcachefs: print sb magic when relevantKent Overstreet
2024-01-05bcachefs: __bch2_sb_field_to_text()Kent Overstreet
2024-01-05bcachefs: %pg is banishedKent Overstreet
2024-01-05bcachefs: Improve would_deadlock trace eventKent Overstreet
2024-01-05bcachefs: fsck_err()s don't need to manually check c->sb.version anymoreKent Overstreet
2024-01-05bcachefs: Upgrades now specify errors to fix, like downgradesKent Overstreet
2024-01-05bcachefs: no thread_with_file in userspaceKent Overstreet
2024-01-05bcachefs: Don't autofix errors we can't fixKent Overstreet
2024-01-05bcachefs: add missing bch2_latency_acct() callKent Overstreet
2024-01-05bcachefs: increase max_active on io_complete_wqKent Overstreet
2024-01-05bcachefs: add time_stats for btree_node_read_done()Kent Overstreet
2024-01-05bcachefs: don't clear accessed bit in btree node fillKent Overstreet
2024-01-05bcachefs: Add an option to control btree node prefetchingKent Overstreet
2024-01-05bcachefs: kill useless return retKent Overstreet
2024-01-05bcachefs: Combine .trans_trigger, .atomic_triggerKent Overstreet
2024-01-05bcachefs: unify extent triggerKent Overstreet
2024-01-05bcachefs: bch2_trigger_stripe_ptr()Kent Overstreet
2024-01-05bcachefs: Online fsck can now fix errorsKent Overstreet
2024-01-05bcachefs: bch2_trigger_pointer()Kent Overstreet
2024-01-05bcachefs: unify stripe triggerKent Overstreet
2024-01-05bcachefs: move stripe triggers to ec.cKent Overstreet
2024-01-05bcachefs: unify alloc triggerKent Overstreet
2024-01-05bcachefs: move bch2_mark_alloc() to alloc_background.cKent Overstreet
2024-01-05bcachefs: unify reservation triggerKent Overstreet
2024-01-05bcachefs: unify reflink_p triggerKent Overstreet
2024-01-05bcachefs: unify inode triggerKent Overstreet
2024-01-05bcachefs: kill mem_trigger_run_overwrite_then_insert()Kent Overstreet
2024-01-05bcachefs: BTREE_TRIGGER_TRANSACTIONALKent Overstreet
2024-01-05bcachefs: Kill BTREE_TRIGGER_NOATOMICKent Overstreet
2024-01-05bcachefs: mark now takes bkey_sKent Overstreet
2024-01-05bcachefs: trans_mark now takes bkey_sKent Overstreet
2024-01-05bcachefs: Upgrading uses bch_sb.recovery_passes_requiredKent Overstreet
2024-01-05bcachefs: factor out thread_with_file, thread_with_stdioKent Overstreet
2024-01-05bcachefs: Fix printing of device durabilityKent Overstreet
2024-01-05bcachefs: __bch2_journal_key_to_wb -> bch2_journal_key_to_wb_slowpathKent Overstreet
2024-01-05bcachefs: __journal_keys_sort() refactoringKent Overstreet
2024-01-05bcachefs: wb_key_cmp -> wb_key_ref_cmpKent Overstreet
2024-01-05bcachefs: track transaction durationsKent Overstreet
2024-01-05bcachefs: btree_trans always has statsKent Overstreet
2024-01-05bcachefs: Split brain detectionKent Overstreet
2024-01-05bcachefs: bch_member->seqKent Overstreet
2024-01-05bcachefs: Fix nochanges/read_only interactionKent Overstreet
2024-01-05bcachefs: Check journal entries for invalid keys in trans commit pathKent Overstreet
2024-01-01bcachefs: check_directory_structure() can now be run onlineKent Overstreet
2024-01-01bcachefs: Fix reattach_inode() for snapshotsKent Overstreet
2024-01-01bcachefs: bch2_btree_trans_peek_slot_updatesKent Overstreet
2024-01-01bcachefs: bch2_btree_trans_peek_prev_updatesKent Overstreet
2024-01-01bcachefs: bch2_btree_trans_peek_updatesKent Overstreet
2024-01-01bcachefs: growable btree_pathsKent Overstreet
2024-01-01bcachefs: Fix interior update path btree_path usesKent Overstreet