summaryrefslogtreecommitdiff
path: root/fs/bcachefs/opts.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-23bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet1-0/+7
2023-10-23bcachefs: Use x-macros for compat feature bitsKent Overstreet1-0/+7
2023-10-23bcachefs: Fix for passing target= opts as mount optsKent Overstreet1-3/+4
2023-10-23bcachefs: Use x-macros for data typesKent Overstreet1-6/+3
2023-10-23bcachefs: Convert some enums to x-macrosKent Overstreet1-7/+13
2023-10-23bcachefs: bch2_check_set_feature()Kent Overstreet1-9/+2
2023-10-23bcachefs: Lots of option handling improvementsKent Overstreet1-14/+33
2023-10-23bcachefs: use x-macros more consistentlyKent Overstreet1-8/+8
2023-10-23bcachefs: Erasure codingKent Overstreet1-0/+26
2023-10-23bcachefs: Check for unsupported featuresKent Overstreet1-0/+15
2023-10-23bcachefs: revamp to_text methodsKent Overstreet1-18/+18
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+381