summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/alloc_background.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Introduce a separate journal watermark for copygcKent Overstreet2023-10-221-1/+0
* bcachefs: x-macroize alloc_reserve enumKent Overstreet2023-10-221-2/+2
* bcachefs: Don't issue discards when in nochanges modeKent Overstreet2023-10-221-1/+2
* bcachefs: btree_gc no longer uses main in-memory bucket arrayKent Overstreet2023-10-221-106/+39
* bcachefs: Btree key cache coherencyKent Overstreet2023-10-221-1/+2
* bcachefs: Ignore cached data when calculating fragmentationKent Overstreet2023-10-221-1/+1
* bcachefs: Don't use in-memory bucket array for alloc updatesKent Overstreet2023-10-221-7/+8
* bcachefs: Kill allocator short-circuit invalidateKent Overstreet2023-10-221-43/+35
* bcachefs: New data structure for buckets waiting on journal commitKent Overstreet2023-10-221-36/+26
* bcachefs: Simplify journal replayKent Overstreet2023-10-221-2/+1
* bcachefs: BTREE_ITER_WITH_JOURNALKent Overstreet2023-10-221-30/+30
* bcachefs: Fix allocator + journal interactionKent Overstreet2023-10-221-1/+1
* bcachefs: New in-memory array for bucket gensKent Overstreet2023-10-221-0/+2
* bcachefs: Refactor open_bucket codeKent Overstreet2023-10-221-20/+1
* bcachefs: Don't start allocator threads too earlyKent Overstreet2023-10-221-1/+2
* bcachefs: Rewrite bch2_bucket_alloc_new_fs()Kent Overstreet2023-10-221-0/+12
* bcachefs: Kill non-lru cache replacement policiesKent Overstreet2023-10-221-81/+1
* bcachefs: Improve alloc_mem_to_key()Kent Overstreet2023-10-221-24/+4
* bcachefs: bch2_alloc_write()Kent Overstreet2023-10-221-24/+30
* bcachefs: Erasure coding fixesKent Overstreet2023-10-221-0/+3
* bcachefs: Add journal_seq to inode & alloc keysKent Overstreet2023-10-221-10/+66
* bcachefs: Convert bch2_mark_key() to take a btree_trans *Kent Overstreet2023-10-221-2/+6
* bcachefs: Must check for errors from bch2_trans_cond_resched()Kent Overstreet2023-10-221-2/+0
* bcachefs: Fix allocator shutdown error messageKent Overstreet2023-10-221-2/+2
* bcachefs: btree_pathKent Overstreet2023-10-221-27/+28
* bcachefs: Always check for transaction restartsKent Overstreet2023-10-221-1/+1
* bcachefs: Add safe versions of varint encode/decodeKent Overstreet2023-10-221-2/+2
* bcachefs: Add open_buckets to sysfsKent Overstreet2023-10-221-0/+19
* bcachefs: Check for errors from bch2_trans_update()Kent Overstreet2023-10-221-4/+5
* bcachefs; Check for allocator thread shutdownKent Overstreet2023-10-221-0/+5
* bcachefs: Fix some refcounting bugsKent Overstreet2023-10-221-1/+1
* bcachefs: Clean up bch2_btree_and_journal_walk()Kent Overstreet2023-10-221-8/+5
* bcachefs: Allocator refactoringKent Overstreet2023-10-221-248/+134
* bcachefs: Handle errors in bch2_trans_mark_update()Kent Overstreet2023-10-221-0/+2
* bcachefs: Allocator thread doesn't need gc_lock anymoreKent Overstreet2023-10-221-21/+5
* bcachefs: gc shouldn't care about owned_by_allocatorKent Overstreet2023-10-221-3/+2
* bcachefs: Fix bch2_trans_mark_dev_sb()Kent Overstreet2023-10-221-3/+3
* bcachefs: Don't wait for ALLOC_SCAN_BATCH buckets in allocatorKent Overstreet2023-10-221-10/+9
* bcachefs: Don't unconditially version_upgrade in initializeKent Overstreet2023-10-221-23/+1
* bcachefs: Require all btree iterators to be freedKent Overstreet2023-10-221-2/+2
* bcachefs: Use x-macros for more enumsKent Overstreet2023-10-221-4/+4
* bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet2023-10-221-5/+5
* bcachefs: Add allocator thread state to sysfsKent Overstreet2023-10-221-9/+16
* bcachefs: Rip out copygc pd controllerKent Overstreet2023-10-221-35/+0
* bcachefs: Fix copygc thresholdKent Overstreet2023-10-221-15/+4
* bcachefs: Add a cond_seched() to the allocator threadKent Overstreet2023-10-221-0/+1
* bcachefs: Create allocator threads when allocating filesystemKent Overstreet2023-10-221-1/+14
* bcachefs: Add error message for some allocation failuresKent Overstreet2023-10-221-1/+4
* bcachefs: Journal updates to dev usageKent Overstreet2023-10-221-4/+0
* bcachefs: Persist 64 bit io clocksKent Overstreet2023-10-221-183/+42