summaryrefslogtreecommitdiff
path: root/fs/bcachefs/alloc_background.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: add ability to run gc on metadata onlyKent Overstreet1-2/+1
2023-10-23bcachefs: Assorted preemption fixesKent Overstreet1-0/+2
2023-10-23bcachefs: trans_for_each_iter()Kent Overstreet1-1/+1
2023-10-23bcachefs: Only get btree iters from btree transactionsKent Overstreet1-8/+8
2023-10-23bcachefs: Go rw lazilyKent Overstreet1-26/+6
2023-10-23bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()Kent Overstreet1-61/+80
2023-10-23bcachefs: fix bch2_invalidate_one_bucket2() during journal replayKent Overstreet1-2/+13
2023-10-23bcachefs: Make deferred inode updates a mount optionKent Overstreet1-1/+7
2023-10-23bcachefs: Use journal preres for deferred btree updatesKent Overstreet1-0/+1
2023-10-23bcachefs: Allocator startup fixes/refactoringKent Overstreet1-43/+48
2023-10-23bcachefs: improved flush_held_btree_writes()Kent Overstreet1-20/+13
2023-10-23bcachefs: fix a deadlock on startupKent Overstreet1-3/+1
2023-10-23bcachefs: Convert bucket invalidation to key marking pathKent Overstreet1-27/+184
2023-10-23bcachefs: fix more locking bugsKent Overstreet1-1/+2
2023-10-23bcachefs: gc lock no longer needed for disk reservationsKent Overstreet1-1/+0
2023-10-23bcachefs: Fix oldest_gen handlingKent Overstreet1-0/+2
2023-10-23bcachefs: Fix a locking bugKent Overstreet1-0/+1
2023-10-23bcachefs: fix for unmount hangKent Overstreet1-1/+2
2023-10-23bcachefs: Fix a bug when shutting down before allocator startedKent Overstreet1-0/+2
2023-10-23bcachefs: Persist alloc info on clean shutdownKent Overstreet1-6/+39
2023-10-23bcachefs: Fix fifo overflow in allocator startupKent Overstreet1-0/+24
2023-10-23bcachefs: More allocator startup improvementsKent Overstreet1-59/+72
2023-10-23bcachefs: s/usage_lock/mark_lockKent Overstreet1-8/+8
2023-10-23bcachefs: move dirty into bucket_markKent Overstreet1-10/+25
2023-10-23bcachefs: Add new alloc fieldsKent Overstreet1-74/+118
2023-10-23bcachefs: Make bkey types globally uniqueKent Overstreet1-20/+8
2023-10-23bcachefs: Allow for new alloc fieldsKent Overstreet1-1/+2
2023-10-23bcachefs: gc now operates on second set of bucket marksKent Overstreet1-12/+1
2023-10-23bcachefs: Allocator startup improvementsKent Overstreet1-33/+50
2023-10-23bcachefs: Erasure codingKent Overstreet1-0/+19
2023-10-23bcachefs: revamp to_text methodsKent Overstreet1-7/+7
2023-10-23bcachefs: Assorted fixes for running on very small devicesKent Overstreet1-4/+7
2023-10-23bcachefs: Scale down number of writepoints when low on spaceKent Overstreet1-34/+7
2023-10-23bcachefs: add functionality for heaps to update backpointersKent Overstreet1-7/+9
2023-10-23bcachefs: Allocation code refactoringKent Overstreet1-1/+1
2023-10-23bcachefs: Split out alloc_background.cKent Overstreet1-0/+1428