summaryrefslogtreecommitdiff
path: root/fs/bcachefs/sysfs.c
AgeCommit message (Expand)Author
2022-05-20bcachefs: Convert to lib/printbuf.cprintbuf_v2Kent Overstreet
2022-04-21bcachefs: Add persistent countersDaniel Hill
2022-04-17bcachefs: Ensure sysfs show fns print a newlineKent Overstreet
2022-04-17bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Kent Overstreet
2022-04-17bcachefs: Add a sysfs attr for triggering discardsKent Overstreet
2022-04-17bcachefs: Better superblock opt validationKent Overstreet
2022-04-17bcachefs: Improve bucket_alloc tracepointsKent Overstreet
2022-04-17bcachefs: Improve bucket_alloc_fail tracepointKent Overstreet
2022-04-17bcachefs: Kill allocator threads & freelistsKent Overstreet
2022-04-17bcachefs: Check for rw before setting opts via sysfsKent Overstreet
2022-04-17bcachefs: Convert bch2_sb_to_text to master option listKent Overstreet
2022-04-17bcachefs: Start moving debug info from sysfs to debugfsKent Overstreet
2022-04-17bcachefs: Heap allocate printbufsKent Overstreet
2022-04-17bcachefs: Add .to_text() methods for all superblock sectionsKent Overstreet
2022-04-17bcachefs: bch2_gc_gens() no longer uses bucket arrayKent Overstreet
2022-04-17bcachefs: Rename data_op_data_progress -> data_jobsKent Overstreet
2022-04-17bcachefs: Update sysfs compression_stats for snapshotsKent Overstreet
2022-04-17bcachefs: Refactor open_bucket codeKent Overstreet
2022-04-17bcachefs: Fix bch2_journal_meta()Kent Overstreet
2022-04-17bcachefs: Kill non-lru cache replacement policiesKent Overstreet
2022-04-17bcachefs: Option improvementsKent Overstreet
2022-04-17bcachefs: Kill some obsolete sysfs codeKent Overstreet
2022-04-17bcachefs: Specify filesystem optionsKent Overstreet
2022-04-17bcachefs: Convert journal sysfs params to regular optionsKent Overstreet
2022-04-17bcachefs: Kill bucket quantiles sysfs codeKent Overstreet
2022-04-17bcachefs: bch2_trans_exit() no longer returns errorsKent Overstreet
2022-04-17bcachefs: btree_pathKent Overstreet
2022-04-17bcachefs: add progress stats to sysfsBrett Holman
2022-04-17bcachefs: Add open_buckets to sysfsKent Overstreet
2022-04-17bcachefs: Assorted endianness fixesKent Overstreet
2022-04-17bcachefs: Drop old style btree node coalescingKent Overstreet
2022-04-17bcachefs: Add the status of bucket gen gc to sysfsKent Overstreet
2022-04-17bcachefs: Add a sysfs var for average btree write sizeKent Overstreet
2022-04-17bcachefs: Don't use write side of mark_lock in journal write pathKent Overstreet
2022-04-17bcachefs: Use x-macros for more enumsKent Overstreet
2022-04-17bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet
2022-04-17bcachefs: Add allocator thread state to sysfsKent Overstreet
2022-04-17bcachefs: Rip out copygc pd controllerKent Overstreet
2022-04-17bcachefs: Add copygc wait to sysfsKent Overstreet
2022-04-17bcachefs: Fix copygc thresholdKent Overstreet
2022-04-17bcachefs: Redo checks for sufficient devicesKent Overstreet
2022-04-17bcachefs: Persist 64 bit io clocksKent Overstreet
2022-04-17bcachefs: Add support for doing btree updates prior to journal replayKent Overstreet
2022-04-17bcachefs: Refactor dev usageKent Overstreet
2022-04-17bcachefs: Don't use BTREE_INSERT_USE_RESERVE so muchKent Overstreet
2022-04-17bcachefs: Add error handling to unit & perf testsKent Overstreet
2022-04-17bcachefs: Add btree cache stats to sysfsKent Overstreet
2022-04-17bcachefs: Delete dead journalling codeKent Overstreet
2022-04-17bcachefs: Drop sysfs interface to debug parametersKent Overstreet
2022-04-17bcachefs: Convert various code to printbufKent Overstreet