summaryrefslogtreecommitdiff
path: root/fs/bcachefs/alloc_foreground.c
AgeCommit message (Expand)Author
2023-10-22bcachefs: Refactor dev usageKent Overstreet
2023-10-22bcachefs: Rework allocating buckets for stripesKent Overstreet
2023-10-22bcachefs: Reserve some open buckets for btree allocationsKent Overstreet
2023-10-22bcachefs: Use separate new stripes for copygc and non-copygcKent Overstreet
2023-10-22bcachefs: Change allocations for ec stripes to blockingKent Overstreet
2023-10-22bcachefs: Don't use BTREE_INSERT_USE_RESERVE so muchKent Overstreet
2023-10-22bcachefs: Don't write bucket IO time lazilyKent Overstreet
2023-10-22bcachefs: Ensure we only allocate one EC bucket per writepointKent Overstreet
2023-10-22bcachefs: Don't let copygc buckets be stolen by other threadsKent Overstreet
2023-10-22bcachefs: Delete unused argumentsKent Overstreet
2023-10-22bcachefs: Don't restrict copygc writes to the same deviceKent Overstreet
2023-10-22bcachefs: Make copygc thread globalKent Overstreet
2023-10-22bcachefs: Use x-macros for data typesKent Overstreet
2023-10-22bcachefs: Refactor stripe creationKent Overstreet
2023-10-22bcachefs: Move stripe creation to workqueueKent Overstreet
2023-10-22bcachefs: Make open bucket reserves more conservativeKent Overstreet
2023-10-22bcachefs: Drop unused arg to bch2_open_buckets_stop_dev()Kent Overstreet
2023-10-22bcachefs: Fix promoting to cache devices (durability = 0)Kent Overstreet
2023-10-22bcachefs: Add more time stats for being blocked on allocatorKent Overstreet
2023-10-22bcachefs: Add a mechanism for blocking the journalKent Overstreet
2023-10-22bcachefs: Fix some reserve calculationsKent Overstreet
2023-10-22bcachefs: Fix an allocator error pathKent Overstreet
2023-10-22bcachefs: correctly initialize bch_extent_ptrKent Overstreet
2023-10-22bcachefs: refactor bch_fs_usageKent Overstreet
2023-10-22bcachefs: s/usage_lock/mark_lockKent Overstreet
2023-10-22bcachefs: Make bkey types globally uniqueKent Overstreet
2023-10-22bcachefs: Erasure codingKent Overstreet
2023-10-22bcachefs: Scale down number of writepoints when low on spaceKent Overstreet
2023-10-22bcachefs: fix a spurious gcc warningKent Overstreet
2023-10-22bcachefs: Allocation code refactoringKent Overstreet
2023-10-22bcachefs: Split out alloc_background.cKent Overstreet