summaryrefslogtreecommitdiff
path: root/fs/bcachefs/sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: More style fixesKent Overstreet1-5/+7
2023-10-23bcachefs: Improved btree write statisticsKent Overstreet1-11/+5
2023-10-23bcachefs: make durability a read-write sysfs optionDaniel Hill1-1/+14
2023-10-23bcachefs: Use btree_type_has_ptrs() more consistentlyKent Overstreet1-1/+1
2023-10-23bcachefs: Errcodes can now subtype standard error codesKent Overstreet1-3/+12
2023-10-23bcachefs: Add a manual trigger for lock wakeupsKent Overstreet1-0/+20
2023-10-23bcachefs: Add persistent counters for all tracepointsKent Overstreet1-19/+0
2023-10-23bcachefs: Always use percpu_ref_tryget_live() on c->writesKent Overstreet1-1/+1
2023-10-23bcachefs: Improve an error messageKent Overstreet1-5/+0
2023-10-23bcachefs: Call bch2_do_invalidates() when going read writeKent Overstreet1-0/+7
2023-10-23bcachefs: Printbuf reworkKent Overstreet1-49/+48
2023-10-23bcachefs: Add persistent countersDaniel Hill1-1/+46
2023-10-23bcachefs: Ensure sysfs show fns print a newlineKent Overstreet1-0/+3
2023-10-23bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Kent Overstreet1-7/+5
2023-10-23bcachefs: Add a sysfs attr for triggering discardsKent Overstreet1-0/+5
2023-10-23bcachefs: Kill allocator threads & freelistsKent Overstreet1-40/+7
2023-10-23bcachefs: Run btree updates after write out of write_pointKent Overstreet1-0/+5
2023-10-23bcachefs: x-macroize alloc_reserve enumKent Overstreet1-2/+2
2023-10-23bcachefs: Better superblock opt validationKent Overstreet1-1/+1
2023-10-23bcachefs: Check for rw before setting opts via sysfsKent Overstreet1-5/+17
2023-10-23bcachefs: Convert bch2_sb_to_text to master option listKent Overstreet1-1/+1
2023-10-23bcachefs: Start moving debug info from sysfs to debugfsKent Overstreet1-10/+0
2023-10-23bcachefs: Heap allocate printbufsKent Overstreet1-112/+81
2023-10-23bcachefs: Add .to_text() methods for all superblock sectionsKent Overstreet1-1/+1
2023-10-23bcachefs: bch2_gc_gens() no longer uses bucket arrayKent Overstreet1-8/+11
2023-10-23bcachefs: Rename data_op_data_progress -> data_jobsKent Overstreet1-24/+12
2023-10-23bcachefs: Update sysfs compression_stats for snapshotsKent Overstreet1-28/+57
2023-10-23bcachefs: Refactor open_bucket codeKent Overstreet1-1/+2
2023-10-23bcachefs: Fix bch2_journal_meta()Kent Overstreet1-5/+0
2023-10-23bcachefs: Kill non-lru cache replacement policiesKent Overstreet1-26/+0
2023-10-23bcachefs: Option improvementsKent Overstreet1-9/+3
2023-10-23bcachefs: Kill some obsolete sysfs codeKent Overstreet1-27/+7
2023-10-23bcachefs: Specify filesystem optionsKent Overstreet1-1/+1
2023-10-23bcachefs: Convert journal sysfs params to regular optionsKent Overstreet1-20/+0
2023-10-23bcachefs: Kill bucket quantiles sysfs codeKent Overstreet1-90/+0
2023-10-23bcachefs: bch2_trans_exit() no longer returns errorsKent Overstreet1-1/+1
2023-10-23bcachefs: btree_pathKent Overstreet1-1/+2
2023-10-23bcachefs: add progress stats to sysfsBrett Holman1-0/+40
2023-10-23bcachefs: Add open_buckets to sysfsKent Overstreet1-0/+7
2023-10-23bcachefs: Assorted endianness fixesKent Overstreet1-1/+1
2023-10-23bcachefs: Drop old style btree node coalescingKent Overstreet1-5/+0
2023-10-23bcachefs: Add the status of bucket gen gc to sysfsKent Overstreet1-0/+14
2023-10-23bcachefs: Add a sysfs var for average btree write sizeKent Overstreet1-0/+12
2023-10-23bcachefs: Use x-macros for more enumsKent Overstreet1-1/+1
2023-10-23bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet1-1/+1
2023-10-23bcachefs: Add allocator thread state to sysfsKent Overstreet1-2/+4
2023-10-23bcachefs: Rip out copygc pd controllerKent Overstreet1-11/+0
2023-10-23bcachefs: Add copygc wait to sysfsKent Overstreet1-0/+5
2023-10-23bcachefs: Fix copygc thresholdKent Overstreet1-3/+6
2023-10-23bcachefs: Redo checks for sufficient devicesKent Overstreet1-9/+0