summaryrefslogtreecommitdiff
path: root/fs/bcachefs/opts.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-09bcachefs: Kill opts.buckets_nouseKent Overstreet1-5/+0
2024-05-09bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-1/+1
2024-04-14bcachefs: Standardize helpers for printing enum strs with bounds checksKent Overstreet1-4/+6
2024-04-03bcachefs: Repair pass for scanning for btree nodesKent Overstreet1-2/+2
2024-04-01bcachefs: Improve -o norecovery; opts.recovery_pass_limitKent Overstreet1-1/+6
2024-03-14bcachefs: Pin btree cache in ram for random access in fsckKent Overstreet1-0/+5
2024-03-10bcachefs: no_splitbrain_check optionKent Overstreet1-0/+5
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet1-0/+5
2024-01-21bcachefs: bch2_prt_compression_type()Kent Overstreet1-1/+1
2024-01-21bcachefs: helpers for printing data typesKent Overstreet1-1/+1
2024-01-06bcachefs: Add an option to control btree node prefetchingKent Overstreet1-1/+7
2024-01-06bcachefs: factor out thread_with_file, thread_with_stdioKent Overstreet1-2/+2
2024-01-06bcachefs: Fix nochanges/read_only interactionKent Overstreet1-1/+1
2024-01-01bcachefs: btree write buffer now slurps keys from journalKent Overstreet1-5/+0
2024-01-01bcachefs: Add ability to redirect log outputKent Overstreet1-0/+5
2023-11-02bcachefs: Add IO error counts to bch_memberKent Overstreet1-1/+0
2023-10-31bcachefs: Guard against unknown compression optionsKent Overstreet1-0/+1
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet1-1/+1
2023-10-23bcachefs: Add iops fields to bch_memberHunter Shaffer1-0/+1
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-1/+1
2023-10-23bcachefs: Compression levelsKent Overstreet1-2/+2
2023-10-23bcachefs: fix_errors option is now a proper enumKent Overstreet1-2/+15
2023-10-23bcachefs: bch_opt_fnKent Overstreet1-2/+9
2023-10-23bcachefs: version_upgrade is now an enumKent Overstreet1-2/+3
2023-10-23bcachefs: bch2_version_to_text()Kent Overstreet1-1/+0
2023-10-23bcachefs: Verbose on by default when CONFIG_BCACHEFS_DEBUG=yKent Overstreet1-1/+7
2023-10-23bcachefs: Add option for completely disabling nocowKent Overstreet1-0/+6
2023-10-23bcachefs: Add max nr of IOs in flight to the move pathKent Overstreet1-1/+6
2023-10-23bcachefs: Nocow supportKent Overstreet1-0/+7
2023-10-23bcachefs: Btree write bufferKent Overstreet1-0/+5
2023-10-23bcachefs: bch2_inode_opts_get()Kent Overstreet1-5/+0
2023-10-23bcachefs: Improve bch2_inode_opts_to_opts()Kent Overstreet1-1/+0
2023-10-23bcachefs: Add an O_DIRECT option (for userspace)Kent Overstreet1-0/+5
2023-10-23bcachefs: Make verbose option settable at runtimeKent Overstreet1-1/+1
2023-10-23bcachefs: Make IO in flight by copygc/rebalance configurableKent Overstreet1-0/+5
2023-10-23bcachefs: Rename group to label for remaining strings.Daniel Hill1-4/+4
2023-10-23bcachefs: Make bch_option compatible with Rust ffiBrett Holman1-11/+3
2023-10-23bcachefs: Kill old rebuild_replicas optionKent Overstreet1-5/+0
2023-10-23bcachefs: New discard implementationKent Overstreet1-1/+1
2023-10-23bcachefs: Make minimum journal_flush_delay nonzeroKent Overstreet1-1/+1
2023-10-23bcachefs: Better superblock opt validationKent Overstreet1-2/+3
2023-10-23bcachefs: x-macro metadata version enumKent Overstreet1-0/+1
2023-10-23bcachefs: Convert bch2_sb_to_text to master option listKent Overstreet1-30/+32
2023-10-23bcachefs: opts.read_journal_onlyKent Overstreet1-0/+5
2023-10-23bcachefs: Only allocate buckets_nouse when requestedKent Overstreet1-0/+5
2023-10-23bcachefs: bch2_journal_entry_to_text()Kent Overstreet1-0/+2
2023-10-23bcachefs: BCH_JSET_ENTRY_logKent Overstreet1-0/+5
2023-10-23bcachefs: Kill non-lru cache replacement policiesKent Overstreet1-1/+0
2023-10-23bcachefs: Turn encoded_extent_max into a regular optionKent Overstreet1-0/+6
2023-10-23bcachefs: Option improvementsKent Overstreet1-15/+25