index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
opts.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: Change OPT_STR max to be 1 less than the size of choices array
Piotr Zalewski
2024-11-07
1
-2
/
+2
*
bcachefs: Add hash seed, type to inode_to_text()
Kent Overstreet
2024-10-18
1
-1
/
+2
*
bcachefs: skip mount option handle for empty string.
Hongbo Li
2024-10-18
1
-0
/
+3
*
bcachefs: Fix NULL pointer dereference in bch2_opt_to_text
Mohammed Anees
2024-10-09
1
-1
/
+3
*
bcachefs: bch2_opts_to_text()
Kent Overstreet
2024-09-21
1
-0
/
+26
*
bcachefs: Options for recovery_passes, recovery_passes_exclude
Kent Overstreet
2024-09-21
1
-0
/
+3
*
bcachefs: Opt_durability can now be set via bch2_opt_set_sb()
Kent Overstreet
2024-09-09
1
-1
/
+6
*
bcachefs: bch2_opt_set_sb() can now set (some) device options
Kent Overstreet
2024-09-09
1
-9
/
+33
*
bcachefs: data_allowed is now an opts.h option
Kent Overstreet
2024-09-09
1
-0
/
+9
*
bcachefs: Add error code to defer option parsing
Thomas Bertschinger
2024-07-15
1
-0
/
+15
*
bcachefs: add printbuf arg to bch2_parse_mount_opts()
Thomas Bertschinger
2024-07-15
1
-43
/
+62
*
bcachefs: Standardize helpers for printing enum strs with bounds checks
Kent Overstreet
2024-04-14
1
-4
/
+25
*
bcachefs: Improve -o norecovery; opts.recovery_pass_limit
Kent Overstreet
2024-04-01
1
-0
/
+4
*
bcachefs: intercept mountoption value for bool type
Hongbo Li
2024-03-14
1
-1
/
+1
*
bcachefs: fix the error code when mounting with incorrect options.
Hongbo Li
2024-03-14
1
-3
/
+3
*
bcachefs: bch2_prt_compression_type()
Kent Overstreet
2024-01-21
1
-1
/
+1
*
bcachefs: helpers for printing data types
Kent Overstreet
2024-01-21
1
-1
/
+1
*
bcachefs: BCH_ERR_opt_parse_error
Kent Overstreet
2024-01-01
1
-2
/
+2
*
bcachefs: Replace ERANGE with private error codes
Kent Overstreet
2023-11-05
1
-2
/
+2
*
bcachefs: Add IO error counts to bch_member
Kent Overstreet
2023-11-02
1
-5
/
+0
*
bcachefs: Guard against unknown compression options
Kent Overstreet
2023-10-31
1
-0
/
+3
*
bcachefs: bch2_btree_id_str()
Kent Overstreet
2023-10-31
1
-2
/
+1
*
bcachefs: Add iops fields to bch_member
Hunter Shaffer
2023-10-22
1
-0
/
+5
*
bcachefs: Ignore unknown mount options
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Handle weird opt string from sys_fsconfig()
Kent Overstreet
2023-10-22
1
-0
/
+7
*
bcachefs: Assorted fixes for clang
Kent Overstreet
2023-10-22
1
-4
/
+4
*
bcachefs: Consolidate btree id properties
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: fix_errors option is now a proper enum
Kent Overstreet
2023-10-22
1
-30
/
+72
*
bcachefs: bch_opt_fn
Kent Overstreet
2023-10-22
1
-9
/
+4
*
bcachefs: version_upgrade is now an enum
Kent Overstreet
2023-10-22
1
-0
/
+5
*
bcachefs: bch2_version_to_text()
Kent Overstreet
2023-10-22
1
-5
/
+0
*
bcachefs: bch2_inode_opts_get()
Kent Overstreet
2023-10-22
1
-14
/
+3
*
bcachefs: Improve bch2_inode_opts_to_opts()
Kent Overstreet
2023-10-22
1
-11
/
+0
*
bcachefs: Improve an error message
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Printbuf rework
Kent Overstreet
2023-10-22
1
-18
/
+18
*
bcachefs: Add some missing error messages
Kent Overstreet
2023-10-22
1
-4
/
+20
*
bcachefs: Fix pr_buf() calls
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Better superblock opt validation
Kent Overstreet
2023-10-22
1
-28
/
+22
*
bcachefs: x-macro metadata version enum
Kent Overstreet
2023-10-22
1
-1
/
+6
*
bcachefs: Convert bch2_sb_to_text to master option list
Kent Overstreet
2023-10-22
1
-12
/
+33
*
bcachefs: bch2_journal_entry_to_text()
Kent Overstreet
2023-10-22
1
-0
/
+10
*
bcachefs: Kill non-lru cache replacement policies
Kent Overstreet
2023-10-22
1
-5
/
+0
*
bcachefs: Option improvements
Kent Overstreet
2023-10-22
1
-53
/
+118
*
bcachefs: Print out OPT_SECTORS options in bytes
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: More enum strings
Kent Overstreet
2023-10-22
1
-0
/
+15
*
bcachefs: Subvolumes, snapshots
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Ensure bad d_type doesn't oops in bch2_dirent_to_text()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: bch2_d_types[]
Kent Overstreet
2023-10-22
1
-0
/
+12
*
bcachefs: Fix error in parsing of mount options
Dan Robertson
2023-10-22
1
-5
/
+22
*
bcachefs: Use x-macros for more enums
Kent Overstreet
2023-10-22
1
-36
/
+9
[next]