summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-01bcachefs: opts.casefold_disabledKent Overstreet1-15/+16
2025-06-16bcachefs: Call bch2_fs_init_rw() early if we'll be going rwKent Overstreet1-2/+11
2025-06-11bcachefs: Print devices we're mounting on multi device filesystemsKent Overstreet1-6/+14
2025-06-11bcachefs: Fix possible console lock involved deadlockAlan Huang1-8/+3
2025-06-11bcachefs: Update /dev/disk/by-uuid on device addKent Overstreet1-0/+16
2025-06-04bcachefs: Fix bch2_fsck_rename_dirent() for casefoldKent Overstreet1-5/+6
2025-06-02bcachefs: bch_err_throw()Kent Overstreet1-24/+24
2025-06-01bcachefs: Replace rcu_read_lock() with guardsKent Overstreet1-28/+19
2025-05-27bcachefs: Move unicode message to after the startup messageKent Overstreet1-4/+6
2025-05-23bcachefs: Don't mount bs > ps without TRANSPARENT_HUGEPAGEKent Overstreet1-0/+7
2025-05-21bcachefs: Improve bucket_bitmap codeKent Overstreet1-4/+4
2025-05-21bcachefs: struct bch_fs_recoveryKent Overstreet1-1/+1
2025-05-21bcachefs: bch2_fs_emergency_read_only2()Kent Overstreet1-9/+45
2025-05-21bcachefs: Debug params are now static_keysKent Overstreet1-3/+39
2025-05-21bcachefs: online_fsck_mutex -> run_recovery_passes_lockKent Overstreet1-2/+2
2025-05-21bcachefs: "buckets with backpointer mismatches" now allocated on demandKent Overstreet1-0/+7
2025-05-21bcachefs: bcachefs_metadata_version_fast_device_removalKent Overstreet1-4/+23
2025-05-21bcachefs: bch2_dev_remove_stripes() respects degraded flagsKent Overstreet1-1/+2
2025-05-21bcachefs: opts.rebalance_on_ac_onlyKent Overstreet1-1/+2
2025-05-21bcachefs: __bch2_fs_free() cleanupKent Overstreet1-16/+17
2025-05-21bcachefs: snapshot delete progress indicatorKent Overstreet1-0/+1
2025-05-21bcachefs: Fix setting ca->name in device addKent Overstreet1-6/+8
2025-05-21bcachefs: bch2_dev_add() can run on a non-started fsKent Overstreet1-17/+20
2025-05-21bcachefs: bch2_fs_open() now takes a darrayKent Overstreet1-12/+12
2025-05-21bcachefs: Async object debuggingKent Overstreet1-0/+3
2025-05-21bcachefs: bch_dev.io_ref -> enumerated_refKent Overstreet1-45/+48
2025-05-21bcachefs: bch_fs.writes -> enumerated_refsKent Overstreet1-24/+7
2025-05-21bcachefs: __bch2_fs_read_write() no longer depends on io_refKent Overstreet1-6/+13
2025-05-21bcachefs: for_each_online_member_rcu()Kent Overstreet1-4/+12
2025-05-21bcachefs: BCH_MEMBER_RESIZE_ON_MOUNTKent Overstreet1-7/+57
2025-05-21bcachefs: BCH_FEATURE_small_imageKent Overstreet1-0/+5
2025-05-21bcachefs: BCH_FEATURE_no_alloc_infoKent Overstreet1-0/+6
2025-05-21bcachefs: Print features on startup with -o verboseKent Overstreet1-0/+5
2025-05-21bcachefs: print_str_as_lines() -> print_str()Kent Overstreet1-2/+13
2025-05-21bcachefs: Clean up option pre/post hooks, small fixesKent Overstreet1-1/+1
2025-05-21bcachefs: Single device modeKent Overstreet1-6/+24
2025-05-21bcachefs: Initialize c->name earlier on single dev filesystemsKent Overstreet1-15/+18
2025-05-21bcachefs: Improve opts.degradedKent Overstreet1-9/+9
2025-05-21bcachefs: RO mounts now use less memoryKent Overstreet1-16/+35
2025-05-21bcachefs: Move various init code to _init_early()Kent Overstreet1-4/+5
2025-05-21bcachefs: alphabetize init function callsKent Overstreet1-25/+25
2025-05-21bcachefs: btree_io_complete_wq -> btree_write_complete_wqKent Overstreet1-3/+3
2025-05-07bcachefs: Ensure superblock gets written when we go EROKent Overstreet1-0/+5
2025-04-28bcachefs: Add missing utf8_unload()Kent Overstreet1-0/+4
2025-04-28bcachefs: Emit unicode version message on startupKent Overstreet1-19/+23
2025-04-24bcachefs: Print mount opts earlierKent Overstreet1-39/+37
2025-04-21bcachefs: Start copygc, rebalance threads earlierKent Overstreet1-36/+14
2025-04-20bcachefs: bch2_copygc_wakeup()Kent Overstreet1-2/+2
2025-04-20bcachefs: Error ratelimiting is no longer only during fsckKent Overstreet1-0/+1
2025-04-20bcachefs: Fix early startup error pathKent Overstreet1-10/+9