summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Kent Overstreet2023-10-221-7/+5
* bcachefs: Add a sysfs attr for triggering discardsKent Overstreet2023-10-221-0/+5
* bcachefs: Kill allocator threads & freelistsKent Overstreet2023-10-221-40/+7
* bcachefs: Run btree updates after write out of write_pointKent Overstreet2023-10-221-0/+5
* bcachefs: x-macroize alloc_reserve enumKent Overstreet2023-10-221-2/+2
* bcachefs: Better superblock opt validationKent Overstreet2023-10-221-1/+1
* bcachefs: Check for rw before setting opts via sysfsKent Overstreet2023-10-221-5/+17
* bcachefs: Convert bch2_sb_to_text to master option listKent Overstreet2023-10-221-1/+1
* bcachefs: Start moving debug info from sysfs to debugfsKent Overstreet2023-10-221-10/+0
* bcachefs: Heap allocate printbufsKent Overstreet2023-10-221-112/+81
* bcachefs: Add .to_text() methods for all superblock sectionsKent Overstreet2023-10-221-1/+1
* bcachefs: bch2_gc_gens() no longer uses bucket arrayKent Overstreet2023-10-221-8/+11
* bcachefs: Rename data_op_data_progress -> data_jobsKent Overstreet2023-10-221-24/+12
* bcachefs: Update sysfs compression_stats for snapshotsKent Overstreet2023-10-221-28/+57
* bcachefs: Refactor open_bucket codeKent Overstreet2023-10-221-1/+2
* bcachefs: Fix bch2_journal_meta()Kent Overstreet2023-10-221-5/+0
* bcachefs: Kill non-lru cache replacement policiesKent Overstreet2023-10-221-26/+0
* bcachefs: Option improvementsKent Overstreet2023-10-221-9/+3
* bcachefs: Kill some obsolete sysfs codeKent Overstreet2023-10-221-27/+7
* bcachefs: Specify filesystem optionsKent Overstreet2023-10-221-1/+1
* bcachefs: Convert journal sysfs params to regular optionsKent Overstreet2023-10-221-20/+0
* bcachefs: Kill bucket quantiles sysfs codeKent Overstreet2023-10-221-90/+0
* bcachefs: bch2_trans_exit() no longer returns errorsKent Overstreet2023-10-221-1/+1
* bcachefs: btree_pathKent Overstreet2023-10-221-1/+2
* bcachefs: add progress stats to sysfsBrett Holman2023-10-221-0/+40
* bcachefs: Add open_buckets to sysfsKent Overstreet2023-10-221-0/+7
* bcachefs: Assorted endianness fixesKent Overstreet2023-10-221-1/+1
* bcachefs: Drop old style btree node coalescingKent Overstreet2023-10-221-5/+0
* bcachefs: Add the status of bucket gen gc to sysfsKent Overstreet2023-10-221-0/+14
* bcachefs: Add a sysfs var for average btree write sizeKent Overstreet2023-10-221-0/+12
* bcachefs: Use x-macros for more enumsKent Overstreet2023-10-221-1/+1
* bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet2023-10-221-1/+1
* bcachefs: Add allocator thread state to sysfsKent Overstreet2023-10-221-2/+4
* bcachefs: Rip out copygc pd controllerKent Overstreet2023-10-221-11/+0
* bcachefs: Add copygc wait to sysfsKent Overstreet2023-10-221-0/+5
* bcachefs: Fix copygc thresholdKent Overstreet2023-10-221-3/+6
* bcachefs: Redo checks for sufficient devicesKent Overstreet2023-10-221-9/+0
* bcachefs: Persist 64 bit io clocksKent Overstreet2023-10-221-2/+2
* bcachefs: Add support for doing btree updates prior to journal replayKent Overstreet2023-10-221-1/+1
* bcachefs: Refactor dev usageKent Overstreet2023-10-221-53/+34
* bcachefs: Don't use BTREE_INSERT_USE_RESERVE so muchKent Overstreet2023-10-221-2/+0
* bcachefs: Add error handling to unit & perf testsKent Overstreet2023-10-221-3/+4
* bcachefs: Add btree cache stats to sysfsKent Overstreet2023-10-221-0/+7
* bcachefs: Delete dead journalling codeKent Overstreet2023-10-221-1/+1
* bcachefs: Drop sysfs interface to debug parametersKent Overstreet2023-10-221-19/+0
* bcachefs: Convert various code to printbufKent Overstreet2023-10-221-120/+100
* bcachefs: Delete unused argumentsKent Overstreet2023-10-221-2/+2
* bcachefs: Make copygc thread globalKent Overstreet2023-10-221-12/+6
* bcachefs: Use x-macros for data typesKent Overstreet2023-10-221-12/+12
* bcachefs: Move stripe creation to workqueueKent Overstreet2023-10-221-13/+13