summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/opts.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Change OPT_STR max to be 1 less than the size of choices arrayPiotr Zalewski2024-11-071-2/+2
* bcachefs: Add hash seed, type to inode_to_text()Kent Overstreet2024-10-181-1/+2
* bcachefs: skip mount option handle for empty string.Hongbo Li2024-10-181-0/+3
* bcachefs: Fix NULL pointer dereference in bch2_opt_to_textMohammed Anees2024-10-091-1/+3
* bcachefs: bch2_opts_to_text()Kent Overstreet2024-09-211-0/+26
* bcachefs: Options for recovery_passes, recovery_passes_excludeKent Overstreet2024-09-211-0/+3
* bcachefs: Opt_durability can now be set via bch2_opt_set_sb()Kent Overstreet2024-09-091-1/+6
* bcachefs: bch2_opt_set_sb() can now set (some) device optionsKent Overstreet2024-09-091-9/+33
* bcachefs: data_allowed is now an opts.h optionKent Overstreet2024-09-091-0/+9
* bcachefs: Add error code to defer option parsingThomas Bertschinger2024-07-151-0/+15
* bcachefs: add printbuf arg to bch2_parse_mount_opts()Thomas Bertschinger2024-07-151-43/+62
* bcachefs: Standardize helpers for printing enum strs with bounds checksKent Overstreet2024-04-141-4/+25
* bcachefs: Improve -o norecovery; opts.recovery_pass_limitKent Overstreet2024-04-011-0/+4
* bcachefs: intercept mountoption value for bool typeHongbo Li2024-03-141-1/+1
* bcachefs: fix the error code when mounting with incorrect options.Hongbo Li2024-03-141-3/+3
* bcachefs: bch2_prt_compression_type()Kent Overstreet2024-01-211-1/+1
* bcachefs: helpers for printing data typesKent Overstreet2024-01-211-1/+1
* bcachefs: BCH_ERR_opt_parse_errorKent Overstreet2024-01-011-2/+2
* bcachefs: Replace ERANGE with private error codesKent Overstreet2023-11-051-2/+2
* bcachefs: Add IO error counts to bch_memberKent Overstreet2023-11-021-5/+0
* bcachefs: Guard against unknown compression optionsKent Overstreet2023-10-311-0/+3
* bcachefs: bch2_btree_id_str()Kent Overstreet2023-10-311-2/+1
* bcachefs: Add iops fields to bch_memberHunter Shaffer2023-10-221-0/+5
* bcachefs: Ignore unknown mount optionsKent Overstreet2023-10-221-1/+2
* bcachefs: Handle weird opt string from sys_fsconfig()Kent Overstreet2023-10-221-0/+7
* bcachefs: Assorted fixes for clangKent Overstreet2023-10-221-4/+4
* bcachefs: Consolidate btree id propertiesKent Overstreet2023-10-221-1/+1
* bcachefs: fix_errors option is now a proper enumKent Overstreet2023-10-221-30/+72
* bcachefs: bch_opt_fnKent Overstreet2023-10-221-9/+4
* bcachefs: version_upgrade is now an enumKent Overstreet2023-10-221-0/+5
* bcachefs: bch2_version_to_text()Kent Overstreet2023-10-221-5/+0
* bcachefs: bch2_inode_opts_get()Kent Overstreet2023-10-221-14/+3
* bcachefs: Improve bch2_inode_opts_to_opts()Kent Overstreet2023-10-221-11/+0
* bcachefs: Improve an error messageKent Overstreet2023-10-221-0/+1
* bcachefs: Printbuf reworkKent Overstreet2023-10-221-18/+18
* bcachefs: Add some missing error messagesKent Overstreet2023-10-221-4/+20
* bcachefs: Fix pr_buf() callsKent Overstreet2023-10-221-1/+1
* bcachefs: Better superblock opt validationKent Overstreet2023-10-221-28/+22
* bcachefs: x-macro metadata version enumKent Overstreet2023-10-221-1/+6
* bcachefs: Convert bch2_sb_to_text to master option listKent Overstreet2023-10-221-12/+33
* bcachefs: bch2_journal_entry_to_text()Kent Overstreet2023-10-221-0/+10
* bcachefs: Kill non-lru cache replacement policiesKent Overstreet2023-10-221-5/+0
* bcachefs: Option improvementsKent Overstreet2023-10-221-53/+118
* bcachefs: Print out OPT_SECTORS options in bytesKent Overstreet2023-10-221-1/+1
* bcachefs: More enum stringsKent Overstreet2023-10-221-0/+15
* bcachefs: Subvolumes, snapshotsKent Overstreet2023-10-221-1/+2
* bcachefs: Ensure bad d_type doesn't oops in bch2_dirent_to_text()Kent Overstreet2023-10-221-1/+1
* bcachefs: bch2_d_types[]Kent Overstreet2023-10-221-0/+12
* bcachefs: Fix error in parsing of mount optionsDan Robertson2023-10-221-5/+22
* bcachefs: Use x-macros for more enumsKent Overstreet2023-10-221-36/+9