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