summaryrefslogtreecommitdiff
path: root/fs/bcachefs/alloc_foreground.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Kill allocator threads & freelistsKent Overstreet1-93/+468
2023-10-23bcachefs: Run btree updates after write out of write_pointKent Overstreet1-16/+51
2023-10-23bcachefs: x-macroize alloc_reserve enumKent Overstreet1-10/+17
2023-10-23bcachefs: Kill verify_not_stale()Kent Overstreet1-18/+0
2023-10-23bcachefs: New in-memory array for bucket gensKent Overstreet1-2/+2
2023-10-23bcachefs: Put open_buckets in a hashtableKent Overstreet1-2/+28
2023-10-23bcachefs: Refactor open_bucket codeKent Overstreet1-35/+65
2023-10-23bcachefs: bch2_alloc_sectors_append_ptrs() now takes cached flagKent Overstreet1-6/+8
2023-10-23bcachefs: Rewrite bch2_bucket_alloc_new_fs()Kent Overstreet1-14/+8
2023-10-23bcachefs: Make sure bch2_bucket_alloc_new_fs() obeys buckets_nouseKent Overstreet1-0/+1
2023-10-23bcachefs: Convert bucket_alloc_ret to negative error codesKent Overstreet1-19/+16
2023-10-23bcachefs: Allocator refactoringKent Overstreet1-45/+2
2023-10-23bcachefs: gc shouldn't care about owned_by_allocatorKent Overstreet1-2/+1
2023-10-23bcachefs: Fix an RCU splatKent Overstreet1-3/+6
2023-10-23bcachefs: Fix copygc thresholdKent Overstreet1-1/+4
2023-10-23bcachefs: Refactor dev usageKent Overstreet1-10/+9
2023-10-23bcachefs: Rework allocating buckets for stripesKent Overstreet1-7/+14
2023-10-23bcachefs: Reserve some open buckets for btree allocationsKent Overstreet1-1/+5
2023-10-23bcachefs: Use separate new stripes for copygc and non-copygcKent Overstreet1-1/+3
2023-10-23bcachefs: Change allocations for ec stripes to blockingKent Overstreet1-17/+25
2023-10-23bcachefs: Don't use BTREE_INSERT_USE_RESERVE so muchKent Overstreet1-13/+1
2023-10-23bcachefs: Don't write bucket IO time lazilyKent Overstreet1-2/+0
2023-10-23bcachefs: Ensure we only allocate one EC bucket per writepointKent Overstreet1-11/+15
2023-10-23bcachefs: Don't let copygc buckets be stolen by other threadsKent Overstreet1-16/+30
2023-10-23bcachefs: Delete unused argumentsKent Overstreet1-3/+3
2023-10-23bcachefs: Don't restrict copygc writes to the same deviceKent Overstreet1-45/+47
2023-10-23bcachefs: Make copygc thread globalKent Overstreet1-2/+3
2023-10-23bcachefs: Use x-macros for data typesKent Overstreet1-9/+9
2023-10-23bcachefs: Refactor stripe creationKent Overstreet1-88/+15
2023-10-23bcachefs: Move stripe creation to workqueueKent Overstreet1-1/+1
2023-10-23bcachefs: Make open bucket reserves more conservativeKent Overstreet1-2/+2
2023-10-23bcachefs: Drop unused arg to bch2_open_buckets_stop_dev()Kent Overstreet1-3/+2
2023-10-23bcachefs: Fix promoting to cache devices (durability = 0)Kent Overstreet1-30/+48
2023-10-23bcachefs: Add more time stats for being blocked on allocatorKent Overstreet1-0/+21
2023-10-23bcachefs: Add a mechanism for blocking the journalKent Overstreet1-1/+1
2023-10-23bcachefs: Fix some reserve calculationsKent Overstreet1-2/+4
2023-10-23bcachefs: Fix an allocator error pathKent Overstreet1-5/+7
2023-10-23bcachefs: correctly initialize bch_extent_ptrKent Overstreet1-0/+1
2023-10-23bcachefs: refactor bch_fs_usageKent Overstreet1-1/+1
2023-10-23bcachefs: s/usage_lock/mark_lockKent Overstreet1-7/+7
2023-10-23bcachefs: Make bkey types globally uniqueKent Overstreet1-6/+5
2023-10-23bcachefs: Erasure codingKent Overstreet1-72/+281
2023-10-23bcachefs: Scale down number of writepoints when low on spaceKent Overstreet1-5/+108
2023-10-23bcachefs: fix a spurious gcc warningKent Overstreet1-1/+1
2023-10-23bcachefs: Allocation code refactoringKent Overstreet1-233/+182
2023-10-23bcachefs: Split out alloc_background.cKent Overstreet1-0/+741