aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/opts.h
AgeCommit message (Expand)Author
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet
2024-01-21bcachefs: bch2_prt_compression_type()Kent Overstreet
2024-01-21bcachefs: helpers for printing data typesKent Overstreet
2024-01-05bcachefs: Add an option to control btree node prefetchingKent Overstreet
2024-01-05bcachefs: factor out thread_with_file, thread_with_stdioKent Overstreet
2024-01-05bcachefs: Fix nochanges/read_only interactionKent Overstreet
2024-01-01bcachefs: btree write buffer now slurps keys from journalKent Overstreet
2024-01-01bcachefs: Add ability to redirect log outputKent Overstreet
2023-11-01bcachefs: Add IO error counts to bch_memberKent Overstreet
2023-10-31bcachefs: Guard against unknown compression optionsKent Overstreet
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet
2023-10-22bcachefs: Add iops fields to bch_memberHunter Shaffer
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet
2023-10-22bcachefs: Compression levelsKent Overstreet
2023-10-22bcachefs: fix_errors option is now a proper enumKent Overstreet
2023-10-22bcachefs: bch_opt_fnKent Overstreet
2023-10-22bcachefs: version_upgrade is now an enumKent Overstreet
2023-10-22bcachefs: bch2_version_to_text()Kent Overstreet
2023-10-22bcachefs: Verbose on by default when CONFIG_BCACHEFS_DEBUG=yKent Overstreet
2023-10-22bcachefs: Add option for completely disabling nocowKent Overstreet
2023-10-22bcachefs: Add max nr of IOs in flight to the move pathKent Overstreet
2023-10-22bcachefs: Nocow supportKent Overstreet
2023-10-22bcachefs: Btree write bufferKent Overstreet
2023-10-22bcachefs: bch2_inode_opts_get()Kent Overstreet
2023-10-22bcachefs: Improve bch2_inode_opts_to_opts()Kent Overstreet
2023-10-22bcachefs: Add an O_DIRECT option (for userspace)Kent Overstreet
2023-10-22bcachefs: Make verbose option settable at runtimeKent Overstreet
2023-10-22bcachefs: Make IO in flight by copygc/rebalance configurableKent Overstreet
2023-10-22bcachefs: Rename group to label for remaining strings.Daniel Hill
2023-10-22bcachefs: Make bch_option compatible with Rust ffiBrett Holman
2023-10-22bcachefs: Kill old rebuild_replicas optionKent Overstreet
2023-10-22bcachefs: New discard implementationKent Overstreet
2023-10-22bcachefs: Make minimum journal_flush_delay nonzeroKent Overstreet
2023-10-22bcachefs: Better superblock opt validationKent Overstreet
2023-10-22bcachefs: x-macro metadata version enumKent Overstreet
2023-10-22bcachefs: Convert bch2_sb_to_text to master option listKent Overstreet
2023-10-22bcachefs: opts.read_journal_onlyKent Overstreet
2023-10-22bcachefs: Only allocate buckets_nouse when requestedKent Overstreet
2023-10-22bcachefs: bch2_journal_entry_to_text()Kent Overstreet
2023-10-22bcachefs: BCH_JSET_ENTRY_logKent Overstreet
2023-10-22bcachefs: Kill non-lru cache replacement policiesKent Overstreet
2023-10-22bcachefs: Turn encoded_extent_max into a regular optionKent Overstreet
2023-10-22bcachefs: Option improvementsKent Overstreet
2023-10-22bcachefs: Add more time_statsKent Overstreet
2023-10-22bcachefs: Specify filesystem optionsKent Overstreet
2023-10-22bcachefs: Convert journal sysfs params to regular optionsKent Overstreet
2023-10-22bcachefs: Fix quota support for snapshotsKent Overstreet
2023-10-22bcachefs: More enum stringsKent Overstreet
2023-10-22bcachefs: Improve transaction restart handling in fsck codeKent Overstreet
2023-10-22bcachefs: Disable quota supportKent Overstreet