summaryrefslogtreecommitdiff
path: root/fs/bcachefs/sysfs.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-23bcachefs: Persist 64 bit io clocksKent Overstreet1-2/+2
2023-10-23bcachefs: Add support for doing btree updates prior to journal replayKent Overstreet1-1/+1
2023-10-23bcachefs: Refactor dev usageKent Overstreet1-53/+34
2023-10-23bcachefs: Don't use BTREE_INSERT_USE_RESERVE so muchKent Overstreet1-2/+0
2023-10-23bcachefs: Add error handling to unit & perf testsKent Overstreet1-3/+4
2023-10-23bcachefs: Add btree cache stats to sysfsKent Overstreet1-0/+7
2023-10-23bcachefs: Delete dead journalling codeKent Overstreet1-1/+1
2023-10-23bcachefs: Drop sysfs interface to debug parametersKent Overstreet1-19/+0
2023-10-23bcachefs: Convert various code to printbufKent Overstreet1-120/+100
2023-10-23bcachefs: Delete unused argumentsKent Overstreet1-2/+2
2023-10-23bcachefs: Make copygc thread globalKent Overstreet1-12/+6
2023-10-23bcachefs: Use x-macros for data typesKent Overstreet1-12/+12
2023-10-23bcachefs: Move stripe creation to workqueueKent Overstreet1-13/+13
2023-10-23bcachefs: Improve stripe triggers/heap codeKent Overstreet1-0/+9
2023-10-23bcachefs: Track sectors of erasure coded dataKent Overstreet1-0/+2
2023-10-23bcachefs: Fix lock ordering with new btree cache codeKent Overstreet1-0/+11
2023-10-23bcachefs: Use cached iterators for alloc btreeKent Overstreet1-8/+0
2023-10-23bcachefs: Implement a new gc that only recalcs oldest genKent Overstreet1-0/+7
2023-10-23bcachefs: Turn c->state_lock into an rwsemKent Overstreet1-13/+6
2023-10-23bcachefs: Add debug code to print btree transactionsKent Overstreet1-0/+8
2023-10-23bcachefs: Track incompressible dataKent Overstreet1-1/+1