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