index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
opts.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-13
bcachefs: Standardize helpers for printing enum strs with bounds checks
Kent Overstreet
1
-4
/
+25
2024-03-31
bcachefs: Improve -o norecovery; opts.recovery_pass_limit
Kent Overstreet
1
-0
/
+4
2024-03-13
bcachefs: intercept mountoption value for bool type
Hongbo Li
1
-1
/
+1
2024-03-13
bcachefs: fix the error code when mounting with incorrect options.
Hongbo Li
1
-3
/
+3
2024-01-21
bcachefs: bch2_prt_compression_type()
Kent Overstreet
1
-1
/
+1
2024-01-21
bcachefs: helpers for printing data types
Kent Overstreet
1
-1
/
+1
2024-01-01
bcachefs: BCH_ERR_opt_parse_error
Kent Overstreet
1
-2
/
+2
2023-11-05
bcachefs: Replace ERANGE with private error codes
Kent Overstreet
1
-2
/
+2
2023-11-01
bcachefs: Add IO error counts to bch_member
Kent Overstreet
1
-5
/
+0
2023-10-31
bcachefs: Guard against unknown compression options
Kent Overstreet
1
-0
/
+3
2023-10-31
bcachefs: bch2_btree_id_str()
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Add iops fields to bch_member
Hunter Shaffer
1
-0
/
+5
2023-10-22
bcachefs: Ignore unknown mount options
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Handle weird opt string from sys_fsconfig()
Kent Overstreet
1
-0
/
+7
2023-10-22
bcachefs: Assorted fixes for clang
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Consolidate btree id properties
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: fix_errors option is now a proper enum
Kent Overstreet
1
-30
/
+72
2023-10-22
bcachefs: bch_opt_fn
Kent Overstreet
1
-9
/
+4
2023-10-22
bcachefs: version_upgrade is now an enum
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: bch2_version_to_text()
Kent Overstreet
1
-5
/
+0
2023-10-22
bcachefs: bch2_inode_opts_get()
Kent Overstreet
1
-14
/
+3
2023-10-22
bcachefs: Improve bch2_inode_opts_to_opts()
Kent Overstreet
1
-11
/
+0
2023-10-22
bcachefs: Improve an error message
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Printbuf rework
Kent Overstreet
1
-18
/
+18
2023-10-22
bcachefs: Add some missing error messages
Kent Overstreet
1
-4
/
+20
2023-10-22
bcachefs: Fix pr_buf() calls
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Better superblock opt validation
Kent Overstreet
1
-28
/
+22
2023-10-22
bcachefs: x-macro metadata version enum
Kent Overstreet
1
-1
/
+6
2023-10-22
bcachefs: Convert bch2_sb_to_text to master option list
Kent Overstreet
1
-12
/
+33
2023-10-22
bcachefs: bch2_journal_entry_to_text()
Kent Overstreet
1
-0
/
+10
2023-10-22
bcachefs: Kill non-lru cache replacement policies
Kent Overstreet
1
-5
/
+0
2023-10-22
bcachefs: Option improvements
Kent Overstreet
1
-53
/
+118
2023-10-22
bcachefs: Print out OPT_SECTORS options in bytes
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: More enum strings
Kent Overstreet
1
-0
/
+15
2023-10-22
bcachefs: Subvolumes, snapshots
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Ensure bad d_type doesn't oops in bch2_dirent_to_text()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: bch2_d_types[]
Kent Overstreet
1
-0
/
+12
2023-10-22
bcachefs: Fix error in parsing of mount options
Dan Robertson
1
-5
/
+22
2023-10-22
bcachefs: Use x-macros for more enums
Kent Overstreet
1
-36
/
+9
2023-10-22
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
1
-0
/
+7
2023-10-22
bcachefs: Use x-macros for compat feature bits
Kent Overstreet
1
-0
/
+7
2023-10-22
bcachefs: Fix for passing target= opts as mount opts
Kent Overstreet
1
-3
/
+4
2023-10-22
bcachefs: Use x-macros for data types
Kent Overstreet
1
-6
/
+3
2023-10-22
bcachefs: Convert some enums to x-macros
Kent Overstreet
1
-7
/
+13
2023-10-22
bcachefs: bch2_check_set_feature()
Kent Overstreet
1
-9
/
+2
2023-10-22
bcachefs: Lots of option handling improvements
Kent Overstreet
1
-14
/
+33
2023-10-22
bcachefs: use x-macros more consistently
Kent Overstreet
1
-8
/
+8
2023-10-22
bcachefs: Erasure coding
Kent Overstreet
1
-0
/
+26
2023-10-22
bcachefs: Check for unsupported features
Kent Overstreet
1
-0
/
+15
2023-10-22
bcachefs: revamp to_text methods
Kent Overstreet
1
-18
/
+18
[next]