summaryrefslogtreecommitdiff
path: root/fs/bcachefs/alloc_background.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Kill allocator threads & freelistsKent Overstreet1-556/+4
2023-10-23bcachefs: Freespace, need_discard btreesKent Overstreet1-0/+231
2023-10-23bcachefs: KEY_TYPE_alloc_v4Kent Overstreet1-116/+169
2023-10-23bcachefs: Introduce a separate journal watermark for copygcKent Overstreet1-1/+0
2023-10-23bcachefs: x-macroize alloc_reserve enumKent Overstreet1-2/+2
2023-10-23bcachefs: Don't issue discards when in nochanges modeKent Overstreet1-1/+2
2023-10-23bcachefs: btree_gc no longer uses main in-memory bucket arrayKent Overstreet1-106/+39
2023-10-23bcachefs: Btree key cache coherencyKent Overstreet1-1/+2
2023-10-23bcachefs: Ignore cached data when calculating fragmentationKent Overstreet1-1/+1
2023-10-23bcachefs: Don't use in-memory bucket array for alloc updatesKent Overstreet1-7/+8
2023-10-23bcachefs: Kill allocator short-circuit invalidateKent Overstreet1-43/+35
2023-10-23bcachefs: New data structure for buckets waiting on journal commitKent Overstreet1-36/+26
2023-10-23bcachefs: Simplify journal replayKent Overstreet1-2/+1
2023-10-23bcachefs: BTREE_ITER_WITH_JOURNALKent Overstreet1-30/+30
2023-10-23bcachefs: Fix allocator + journal interactionKent Overstreet1-1/+1
2023-10-23bcachefs: New in-memory array for bucket gensKent Overstreet1-0/+2
2023-10-23bcachefs: Refactor open_bucket codeKent Overstreet1-20/+1
2023-10-23bcachefs: Don't start allocator threads too earlyKent Overstreet1-1/+2
2023-10-23bcachefs: Rewrite bch2_bucket_alloc_new_fs()Kent Overstreet1-0/+12
2023-10-23bcachefs: Kill non-lru cache replacement policiesKent Overstreet1-81/+1
2023-10-23bcachefs: Improve alloc_mem_to_key()Kent Overstreet1-24/+4
2023-10-23bcachefs: bch2_alloc_write()Kent Overstreet1-24/+30
2023-10-23bcachefs: Erasure coding fixesKent Overstreet1-0/+3
2023-10-23bcachefs: Add journal_seq to inode & alloc keysKent Overstreet1-10/+66
2023-10-23bcachefs: Convert bch2_mark_key() to take a btree_trans *Kent Overstreet1-2/+6
2023-10-23bcachefs: Must check for errors from bch2_trans_cond_resched()Kent Overstreet1-2/+0
2023-10-23bcachefs: Fix allocator shutdown error messageKent Overstreet1-2/+2
2023-10-23bcachefs: btree_pathKent Overstreet1-27/+28
2023-10-23bcachefs: Always check for transaction restartsKent Overstreet1-1/+1
2023-10-23bcachefs: Add safe versions of varint encode/decodeKent Overstreet1-2/+2
2023-10-23bcachefs: Add open_buckets to sysfsKent Overstreet1-0/+19
2023-10-23bcachefs: Check for errors from bch2_trans_update()Kent Overstreet1-4/+5
2023-10-23bcachefs; Check for allocator thread shutdownKent Overstreet1-0/+5
2023-10-23bcachefs: Fix some refcounting bugsKent Overstreet1-1/+1
2023-10-23bcachefs: Clean up bch2_btree_and_journal_walk()Kent Overstreet1-8/+5
2023-10-23bcachefs: Allocator refactoringKent Overstreet1-248/+134
2023-10-23bcachefs: Handle errors in bch2_trans_mark_update()Kent Overstreet1-0/+2
2023-10-23bcachefs: Allocator thread doesn't need gc_lock anymoreKent Overstreet1-21/+5
2023-10-23bcachefs: gc shouldn't care about owned_by_allocatorKent Overstreet1-3/+2
2023-10-23bcachefs: Fix bch2_trans_mark_dev_sb()Kent Overstreet1-3/+3
2023-10-23bcachefs: Don't wait for ALLOC_SCAN_BATCH buckets in allocatorKent Overstreet1-10/+9
2023-10-23bcachefs: Don't unconditially version_upgrade in initializeKent Overstreet1-23/+1
2023-10-23bcachefs: Require all btree iterators to be freedKent Overstreet1-2/+2
2023-10-23bcachefs: Use x-macros for more enumsKent Overstreet1-4/+4
2023-10-23bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet1-5/+5
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