summaryrefslogtreecommitdiff
path: root/fs/bcachefs/alloc_background.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Add allocator thread state to sysfsKent Overstreet1-9/+16
2023-10-23bcachefs: Rip out copygc pd controllerKent Overstreet1-35/+0
2023-10-23bcachefs: Fix copygc thresholdKent Overstreet1-15/+4
2023-10-23bcachefs: Add a cond_seched() to the allocator threadKent Overstreet1-0/+1
2023-10-23bcachefs: Create allocator threads when allocating filesystemKent Overstreet1-1/+14
2023-10-23bcachefs: Add error message for some allocation failuresKent Overstreet1-1/+4
2023-10-23bcachefs: Journal updates to dev usageKent Overstreet1-4/+0
2023-10-23bcachefs: Persist 64 bit io clocksKent Overstreet1-183/+42
2023-10-23bcachefs: KEY_TYPE_alloc_v2Kent Overstreet1-80/+167
2023-10-23bcachefs: Fix an assertionKent Overstreet1-1/+2
2023-10-23bcachefs: Mark superblocks transactionallyKent Overstreet1-29/+17
2023-10-23bcachefs: Kill bch2_invalidate_bucket()Kent Overstreet1-16/+14
2023-10-23bcachefs: Refactor dev usageKent Overstreet1-20/+22
2023-10-23bcachefs: bch2_alloc_write() should be writing for all devicesKent Overstreet1-1/+1
2023-10-23bcachefs: Don't use BTREE_INSERT_USE_RESERVE so muchKent Overstreet1-7/+3
2023-10-23bcachefs: Don't write bucket IO time lazilyKent Overstreet1-0/+48
2023-10-23bcachefs: Move journal reclaim to a kthreadKent Overstreet1-1/+1
2023-10-23bcachefs: Fix for bad stripe pointersKent Overstreet1-2/+0
2023-10-23bcachefs: Start/stop io clock hands in read/write pathsKent Overstreet1-12/+0
2023-10-23bcachefs: Improvements to writing alloc infoKent Overstreet1-39/+29
2023-10-23bcachefs: Perf improvements for bch_alloc_read()Kent Overstreet1-4/+22
2023-10-23bcachefs: Add a cond_resched() to bch2_alloc_write()Kent Overstreet1-0/+2
2023-10-23bcachefs: Don't let copygc buckets be stolen by other threadsKent Overstreet1-1/+3
2023-10-23bcachefs: Delete unused argumentsKent Overstreet1-2/+2
2023-10-23bcachefs: Make copygc thread globalKent Overstreet1-11/+9
2023-10-23bcachefs: Use x-macros for data typesKent Overstreet1-4/+4
2023-10-23bcachefs: Add a kthread_should_stop() check to allocator threadKent Overstreet1-0/+2
2023-10-23bcachefs: Increase size of btree node reserveKent Overstreet1-3/+6
2023-10-23bcachefs: Use cached iterators for alloc btreeKent Overstreet1-37/+14
2023-10-23bcachefs: Always increment bucket gen on bucket reuseKent Overstreet1-10/+28
2023-10-23bcachefs: Kill old allocator startup codeKent Overstreet1-235/+0
2023-10-23bcachefs: Fixes for going ROKent Overstreet1-1/+10
2023-10-23bcachefs: Don't require alloc btree to be updated before buckets are usedKent Overstreet1-2/+9
2023-10-23bcachefs: Interior btree updates are now fully transactionalKent Overstreet1-5/+0
2023-10-23bcachefs: Fix reading of alloc info after unclean shutdownKent Overstreet1-17/+13
2023-10-23bcachefs: Fixes for startup on very full filesystemsKent Overstreet1-2/+14
2023-10-23bcachefs: btree_and_journal_iterKent Overstreet1-11/+9
2023-10-23bcachefs: Split out btree_trigger_flagsKent Overstreet1-12/+10
2023-10-23bcachefs: Kill BTREE_INSERT_ATOMICKent Overstreet1-2/+0
2023-10-23bcachefs: Initialize padding space after alloc bkeyJustin Husted1-1/+4
2023-10-23bcachefs: Fix flushing held btree writes when there's a fs errorKent Overstreet1-0/+3
2023-10-23bcachefs: Kill deferred btree updatesKent Overstreet1-2/+2
2023-10-23bcachefs: Avoid deadlocking on the allocatorKent Overstreet1-1/+1
2023-10-23bcachefs: Refactor bch2_alloc_write()Kent Overstreet1-109/+82
2023-10-23bcachefs: Trust in memory bucket markKent Overstreet1-14/+0
2023-10-23bcachefs: Rework calling convention for marking overwritesKent Overstreet1-2/+3
2023-10-23bcachefs: Improve key marking interfaceKent Overstreet1-7/+7
2023-10-23bcachefs: More work to avoid transaction restartsKent Overstreet1-4/+4
2023-10-23bcachefs: Fix spurious inconsistency in recoveryKent Overstreet1-2/+6
2023-10-23bcachefs: Various improvements to bch2_alloc_write()Kent Overstreet1-142/+94