summaryrefslogtreecommitdiff
path: root/fs/bcachefs/opts.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-22bcachefs: Incompatible features may now be enabled at runtimeKent Overstreet1-0/+9
2025-05-22bcachefs: Clean up option pre/post hooks, small fixesKent Overstreet1-10/+71
2025-05-22bcachefs: Improve opts.degradedKent Overstreet1-16/+49
2025-05-22bcachefs: indent error messages of invalid compressionIntegral1-0/+3
2025-05-22bcachefs: early return for negative values when parsing BCH_OPT_UINTIntegral1-3/+9
2025-03-29bcachefs: Add an "ignore unknown" option to bch2_parse_mount_opts()Kent Overstreet1-23/+20
2025-03-28bcachefs: Recovery no longer holds state_lockKent Overstreet1-3/+1
2025-03-25bcachefs: Fix duplicate checksum error messages in write pathKent Overstreet1-1/+1
2025-03-24bcachefs: Fix block/btree node size defaultsKent Overstreet1-4/+2
2025-03-24bcachefs: Device state is now a runtime optionKent Overstreet1-0/+7
2025-03-24bcachefs: Device options now use standard sysfs codeKent Overstreet1-2/+2
2025-03-24bcachefs: Kill BCH_DEV_OPT_SETTERS()Kent Overstreet1-58/+50
2024-12-21bcachefs: Don't BUG_ON() when superblock feature wasn't set for compressed dataKent Overstreet1-1/+1
2024-12-21bcachefs: add support for true/false & yes/no in bool-type optionsIntegral1-7/+9
2024-12-21bcachefs: bch2_prt_csum_opt()Kent Overstreet1-1/+2
2024-12-21bcachefs: bch2_io_opts_fixups()Kent Overstreet1-1/+4
2024-11-08bcachefs: Change OPT_STR max to be 1 less than the size of choices arrayPiotr Zalewski1-2/+2
2024-10-18bcachefs: Add hash seed, type to inode_to_text()Kent Overstreet1-1/+2
2024-10-18bcachefs: skip mount option handle for empty string.Hongbo Li1-0/+3
2024-10-09bcachefs: Fix NULL pointer dereference in bch2_opt_to_textMohammed Anees1-1/+3
2024-09-21bcachefs: bch2_opts_to_text()Kent Overstreet1-0/+26
2024-09-21bcachefs: Options for recovery_passes, recovery_passes_excludeKent Overstreet1-0/+3
2024-09-09bcachefs: Opt_durability can now be set via bch2_opt_set_sb()Kent Overstreet1-1/+6
2024-09-09bcachefs: bch2_opt_set_sb() can now set (some) device optionsKent Overstreet1-9/+33
2024-09-09bcachefs: data_allowed is now an opts.h optionKent Overstreet1-0/+9
2024-07-15bcachefs: Add error code to defer option parsingThomas Bertschinger1-0/+15
2024-07-15bcachefs: add printbuf arg to bch2_parse_mount_opts()Thomas Bertschinger1-43/+62
2024-04-14bcachefs: Standardize helpers for printing enum strs with bounds checksKent Overstreet1-4/+25
2024-04-01bcachefs: Improve -o norecovery; opts.recovery_pass_limitKent Overstreet1-0/+4
2024-03-14bcachefs: intercept mountoption value for bool typeHongbo Li1-1/+1
2024-03-14bcachefs: fix the error code when mounting with incorrect options.Hongbo Li1-3/+3
2024-01-21bcachefs: bch2_prt_compression_type()Kent Overstreet1-1/+1
2024-01-21bcachefs: helpers for printing data typesKent Overstreet1-1/+1
2024-01-01bcachefs: BCH_ERR_opt_parse_errorKent Overstreet1-2/+2
2023-11-05bcachefs: Replace ERANGE with private error codesKent Overstreet1-2/+2
2023-11-02bcachefs: Add IO error counts to bch_memberKent Overstreet1-5/+0
2023-10-31bcachefs: Guard against unknown compression optionsKent Overstreet1-0/+3
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet1-2/+1
2023-10-23bcachefs: Add iops fields to bch_memberHunter Shaffer1-0/+5
2023-10-23bcachefs: Ignore unknown mount optionsKent Overstreet1-1/+2
2023-10-23bcachefs: Handle weird opt string from sys_fsconfig()Kent Overstreet1-0/+7
2023-10-23bcachefs: Assorted fixes for clangKent Overstreet1-4/+4
2023-10-23bcachefs: Consolidate btree id propertiesKent Overstreet1-1/+1
2023-10-23bcachefs: fix_errors option is now a proper enumKent Overstreet1-30/+72
2023-10-23bcachefs: bch_opt_fnKent Overstreet1-9/+4
2023-10-23bcachefs: version_upgrade is now an enumKent Overstreet1-0/+5
2023-10-23bcachefs: bch2_version_to_text()Kent Overstreet1-5/+0
2023-10-23bcachefs: bch2_inode_opts_get()Kent Overstreet1-14/+3
2023-10-23bcachefs: Improve bch2_inode_opts_to_opts()Kent Overstreet1-11/+0
2023-10-23bcachefs: Improve an error messageKent Overstreet1-0/+1