summaryrefslogtreecommitdiff
path: root/fs/bcachefs/alloc_background.c
AgeCommit message (Expand)Author
2023-10-22bcachefs: Don't issue discards when in nochanges modeKent Overstreet
2023-10-22bcachefs: btree_gc no longer uses main in-memory bucket arrayKent Overstreet
2023-10-22bcachefs: Btree key cache coherencyKent Overstreet
2023-10-22bcachefs: Ignore cached data when calculating fragmentationKent Overstreet
2023-10-22bcachefs: Don't use in-memory bucket array for alloc updatesKent Overstreet
2023-10-22bcachefs: Kill allocator short-circuit invalidateKent Overstreet
2023-10-22bcachefs: New data structure for buckets waiting on journal commitKent Overstreet
2023-10-22bcachefs: Simplify journal replayKent Overstreet
2023-10-22bcachefs: BTREE_ITER_WITH_JOURNALKent Overstreet
2023-10-22bcachefs: Fix allocator + journal interactionKent Overstreet
2023-10-22bcachefs: New in-memory array for bucket gensKent Overstreet
2023-10-22bcachefs: Refactor open_bucket codeKent Overstreet
2023-10-22bcachefs: Don't start allocator threads too earlyKent Overstreet
2023-10-22bcachefs: Rewrite bch2_bucket_alloc_new_fs()Kent Overstreet
2023-10-22bcachefs: Kill non-lru cache replacement policiesKent Overstreet
2023-10-22bcachefs: Improve alloc_mem_to_key()Kent Overstreet
2023-10-22bcachefs: bch2_alloc_write()Kent Overstreet
2023-10-22bcachefs: Erasure coding fixesKent Overstreet
2023-10-22bcachefs: Add journal_seq to inode & alloc keysKent Overstreet
2023-10-22bcachefs: Convert bch2_mark_key() to take a btree_trans *Kent Overstreet
2023-10-22bcachefs: Must check for errors from bch2_trans_cond_resched()Kent Overstreet
2023-10-22bcachefs: Fix allocator shutdown error messageKent Overstreet
2023-10-22bcachefs: btree_pathKent Overstreet
2023-10-22bcachefs: Always check for transaction restartsKent Overstreet
2023-10-22bcachefs: Add safe versions of varint encode/decodeKent Overstreet
2023-10-22bcachefs: Add open_buckets to sysfsKent Overstreet
2023-10-22bcachefs: Check for errors from bch2_trans_update()Kent Overstreet
2023-10-22bcachefs; Check for allocator thread shutdownKent Overstreet
2023-10-22bcachefs: Fix some refcounting bugsKent Overstreet
2023-10-22bcachefs: Clean up bch2_btree_and_journal_walk()Kent Overstreet
2023-10-22bcachefs: Allocator refactoringKent Overstreet
2023-10-22bcachefs: Handle errors in bch2_trans_mark_update()Kent Overstreet
2023-10-22bcachefs: Allocator thread doesn't need gc_lock anymoreKent Overstreet
2023-10-22bcachefs: gc shouldn't care about owned_by_allocatorKent Overstreet
2023-10-22bcachefs: Fix bch2_trans_mark_dev_sb()Kent Overstreet
2023-10-22bcachefs: Don't wait for ALLOC_SCAN_BATCH buckets in allocatorKent Overstreet
2023-10-22bcachefs: Don't unconditially version_upgrade in initializeKent Overstreet
2023-10-22bcachefs: Require all btree iterators to be freedKent Overstreet
2023-10-22bcachefs: Use x-macros for more enumsKent Overstreet
2023-10-22bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet
2023-10-22bcachefs: Add allocator thread state to sysfsKent Overstreet
2023-10-22bcachefs: Rip out copygc pd controllerKent Overstreet
2023-10-22bcachefs: Fix copygc thresholdKent Overstreet
2023-10-22bcachefs: Add a cond_seched() to the allocator threadKent Overstreet
2023-10-22bcachefs: Create allocator threads when allocating filesystemKent Overstreet
2023-10-22bcachefs: Add error message for some allocation failuresKent Overstreet
2023-10-22bcachefs: Journal updates to dev usageKent Overstreet
2023-10-22bcachefs: Persist 64 bit io clocksKent Overstreet
2023-10-22bcachefs: KEY_TYPE_alloc_v2Kent Overstreet
2023-10-22bcachefs: Fix an assertionKent Overstreet