summaryrefslogtreecommitdiff
path: root/fs/bcachefs/alloc_background.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Kill deferred btree updatesKent Overstreet1-2/+2
2023-10-23bcachefs: Avoid deadlocking on the allocatorKent Overstreet1-1/+1
2023-10-23bcachefs: Refactor bch2_alloc_write()Kent Overstreet1-109/+82
2023-10-23bcachefs: Trust in memory bucket markKent Overstreet1-14/+0
2023-10-23bcachefs: Rework calling convention for marking overwritesKent Overstreet1-2/+3
2023-10-23bcachefs: Improve key marking interfaceKent Overstreet1-7/+7
2023-10-23bcachefs: More work to avoid transaction restartsKent Overstreet1-4/+4
2023-10-23bcachefs: Fix spurious inconsistency in recoveryKent Overstreet1-2/+6
2023-10-23bcachefs: Various improvements to bch2_alloc_write()Kent Overstreet1-142/+94
2023-10-23bcachefs: bch2_trans_mark_update()Kent Overstreet1-3/+3
2023-10-23bcachefs: btree_bkey_cached_commonKent Overstreet1-1/+1
2023-10-23bcachefs: Return errors from for_each_btree_key()Kent Overstreet1-5/+5
2023-10-23bcachefs: Fix hang while shutting downKent Overstreet1-8/+14
2023-10-23bcachefs: lockdep fix when going rw from bch2_alloc_write()Kent Overstreet1-12/+23
2023-10-23bcachefs: Deduplicate keys in the journal before replayKent Overstreet1-11/+6
2023-10-23bcachefs: cmp_int()Kent Overstreet1-4/+4
2023-10-23bcachefs: Pass flags arg to bch2_alloc_write()Kent Overstreet1-16/+12
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