summaryrefslogtreecommitdiff
path: root/fs/bcachefs/opts.h
AgeCommit message (Expand)Author
2025-07-01bcachefs: opts.casefold_disabledKent Overstreet
2025-06-16bcachefs: opts.journal_rewindKent Overstreet
2025-05-21bcachefs: Knob for manual snapshot deletionKent Overstreet
2025-05-21bcachefs: opts.rebalance_on_ac_onlyKent Overstreet
2025-05-21bcachefs: Incompatible features may now be enabled at runtimeKent Overstreet
2025-05-21bcachefs: Clean up option pre/post hooks, small fixesKent Overstreet
2025-05-21bcachefs: Single device modeKent Overstreet
2025-05-21bcachefs: Improve opts.degradedKent Overstreet
2025-04-24bcachefs: Casefold is now a regular opts.h optionKent Overstreet
2025-03-28bcachefs: Add an "ignore unknown" option to bch2_parse_mount_opts()Kent Overstreet
2025-03-25bcachefs: Fix duplicate checksum error messages in write pathKent Overstreet
2025-03-24bcachefs: Fix block/btree node size defaultsKent Overstreet
2025-03-24bcachefs: Device state is now a runtime optionKent Overstreet
2025-03-24bcachefs: Device options now use standard sysfs codeKent Overstreet
2025-03-24bcachefs: Kill BCH_DEV_OPT_SETTERS()Kent Overstreet
2025-03-16bcachefs: Checksum errors get additional retriesKent Overstreet
2025-03-14bcachefs: Kick devices out after too many write IO errorsKent Overstreet
2025-03-14bcachefs: metadata_target is not an inode optionKent Overstreet
2025-02-06bcachefs: bch2_bkey_sectors_need_rebalance() now only depends on bch_extent_r...Kent Overstreet
2025-01-25bcachefs: rebalance, copygc enabled are runtime optsKent Overstreet
2025-01-09bcachefs: bcachefs_metadata_version_persistent_inode_cursorsKent Overstreet
2024-12-21bcachefs: Don't BUG_ON() when superblock feature wasn't set for compressed dataKent Overstreet
2024-12-21bcachefs: Correct the description of the '--bucket=size' optionsYouling Tang
2024-12-21bcachefs: New bch_extent_rebalance fieldsKent Overstreet
2024-12-21bcachefs: bch2_prt_csum_opt()Kent Overstreet
2024-12-21bcachefs: copygc_enabled, rebalance_enabled now opts.h optionsKent Overstreet
2024-12-21bcachefs: Add bch_io_opts fields for indicating whether the opts came from th...Kent Overstreet
2024-12-21bcachefs: io_opts_to_rebalance_opts()Kent Overstreet
2024-12-21bcachefs: bch2_io_opts_fixups()Kent Overstreet
2024-10-18bcachefs: Add hash seed, type to inode_to_text()Kent Overstreet
2024-09-21bcachefs: bch2_opts_to_text()Kent Overstreet
2024-09-21bcachefs: Options for recovery_passes, recovery_passes_excludeKent Overstreet
2024-09-09bcachefs: promote_whole_extents is now a normal optionKent Overstreet
2024-09-09bcachefs: Opt_durability can now be set via bch2_opt_set_sb()Kent Overstreet
2024-09-09bcachefs: bch2_opt_set_sb() can now set (some) device optionsKent Overstreet
2024-09-09bcachefs: data_allowed is now an opts.h optionKent Overstreet
2024-08-07bcachefs: Make allocator stuck timeout configurable, ratelimit messagesKent Overstreet
2024-07-14bcachefs: Make read_only a mount option again, but hiddenKent Overstreet
2024-07-14bcachefs: use new mount APIThomas Bertschinger
2024-07-14bcachefs: add printbuf arg to bch2_parse_mount_opts()Thomas Bertschinger
2024-07-14bcachefs: don't expose "read_only" as a mount optionThomas Bertschinger
2024-06-20bcachefs: Fix safe errors by defaultKent Overstreet
2024-05-08bcachefs: Kill opts.buckets_nouseKent Overstreet
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet
2024-04-13bcachefs: Standardize helpers for printing enum strs with bounds checksKent Overstreet
2024-04-03bcachefs: Repair pass for scanning for btree nodesKent Overstreet
2024-03-31bcachefs: Improve -o norecovery; opts.recovery_pass_limitKent Overstreet
2024-03-13bcachefs: Pin btree cache in ram for random access in fsckKent Overstreet
2024-03-10bcachefs: no_splitbrain_check optionKent Overstreet
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet