summaryrefslogtreecommitdiff
path: root/fs/bcachefs/opts.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-23bcachefs: Printbuf reworkKent Overstreet1-18/+18
2023-10-23bcachefs: Add some missing error messagesKent Overstreet1-4/+20
2023-10-23bcachefs: Fix pr_buf() callsKent Overstreet1-1/+1
2023-10-23bcachefs: Better superblock opt validationKent Overstreet1-28/+22
2023-10-23bcachefs: x-macro metadata version enumKent Overstreet1-1/+6
2023-10-23bcachefs: Convert bch2_sb_to_text to master option listKent Overstreet1-12/+33
2023-10-23bcachefs: bch2_journal_entry_to_text()Kent Overstreet1-0/+10
2023-10-23bcachefs: Kill non-lru cache replacement policiesKent Overstreet1-5/+0
2023-10-23bcachefs: Option improvementsKent Overstreet1-53/+118
2023-10-23bcachefs: Print out OPT_SECTORS options in bytesKent Overstreet1-1/+1
2023-10-23bcachefs: More enum stringsKent Overstreet1-0/+15
2023-10-23bcachefs: Subvolumes, snapshotsKent Overstreet1-1/+2
2023-10-23bcachefs: Ensure bad d_type doesn't oops in bch2_dirent_to_text()Kent Overstreet1-1/+1
2023-10-23bcachefs: bch2_d_types[]Kent Overstreet1-0/+12
2023-10-23bcachefs: Fix error in parsing of mount optionsDan Robertson1-5/+22
2023-10-23bcachefs: Use x-macros for more enumsKent Overstreet1-36/+9