summaryrefslogtreecommitdiff
path: root/fs/bcachefs/sysfs.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-23bcachefs: Don't print anything when device doesn't have a labelKent Overstreet1-2/+0
2023-10-23bcachefs: Convert some enums to x-macrosKent Overstreet1-1/+1
2023-10-23bcachefs: Make io timers less buggyKent Overstreet1-0/+12
2023-10-23bcachefs: kill ca->freelist_lockKent Overstreet1-2/+2
2023-10-23bcachefs: More work to avoid transaction restartsKent Overstreet1-1/+1
2023-10-23bcachefs: Write out fs usage consistentlyKent Overstreet1-35/+2
2023-10-23bcachefs: Return errors from for_each_btree_key()Kent Overstreet1-2/+6
2023-10-23bcachefs: cmp_int()Kent Overstreet1-3/+3
2023-10-23bcachefs: Pass flags arg to bch2_alloc_write()Kent Overstreet1-1/+1
2023-10-23bcachefs: add ability to run gc on metadata onlyKent Overstreet1-1/+1
2023-10-23bcachefs: Only get btree iters from btree transactionsKent Overstreet1-3/+6
2023-10-23bcachefs: Go rw lazilyKent Overstreet1-2/+2
2023-10-23bcachefs: Add a mechanism for blocking the journalKent Overstreet1-7/+7
2023-10-23bcachefs: percpu utility codeKent Overstreet1-9/+4
2023-10-23bcachefs: sysfs trigger for bch2_alloc_writeKent Overstreet1-0/+8
2023-10-23bcachefs: improve alloc_debugKent Overstreet1-13/+15
2023-10-23bcachefs: Fix check for if extent update is allocatingKent Overstreet1-13/+25
2023-10-23bcachefs: Fix some reserve calculationsKent Overstreet1-3/+16
2023-10-23bcachefs: Lots of option handling improvementsKent Overstreet1-4/+5
2023-10-23bcachefs: Include summarized counts in fs_usageKent Overstreet1-1/+1
2023-10-23bcachefs: Make bkey types globally uniqueKent Overstreet1-1/+1
2023-10-23bcachefs: gc now operates on second set of bucket marksKent Overstreet1-1/+1
2023-10-23bcachefs: Erasure codingKent Overstreet1-0/+47
2023-10-23bcachefs: stripe support for replicas trackingKent Overstreet1-2/+2