aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/alloc_background.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Add a cond_resched() to bch2_alloc_write()Kent Overstreet1-0/+2
2023-10-22bcachefs: Don't let copygc buckets be stolen by other threadsKent Overstreet1-1/+3
2023-10-22bcachefs: Delete unused argumentsKent Overstreet1-2/+2
2023-10-22bcachefs: Make copygc thread globalKent Overstreet1-11/+9
2023-10-22bcachefs: Use x-macros for data typesKent Overstreet1-4/+4
2023-10-22bcachefs: Add a kthread_should_stop() check to allocator threadKent Overstreet1-0/+2
2023-10-22bcachefs: Increase size of btree node reserveKent Overstreet1-3/+6
2023-10-22bcachefs: Use cached iterators for alloc btreeKent Overstreet1-37/+14
2023-10-22bcachefs: Always increment bucket gen on bucket reuseKent Overstreet1-10/+28
2023-10-22bcachefs: Kill old allocator startup codeKent Overstreet1-235/+0
2023-10-22bcachefs: Fixes for going ROKent Overstreet1-1/+10
2023-10-22bcachefs: Don't require alloc btree to be updated before buckets are usedKent Overstreet1-2/+9
2023-10-22bcachefs: Interior btree updates are now fully transactionalKent Overstreet1-5/+0
2023-10-22bcachefs: Fix reading of alloc info after unclean shutdownKent Overstreet1-17/+13
2023-10-22bcachefs: Fixes for startup on very full filesystemsKent Overstreet1-2/+14
2023-10-22bcachefs: btree_and_journal_iterKent Overstreet1-11/+9
2023-10-22bcachefs: Split out btree_trigger_flagsKent Overstreet1-12/+10
2023-10-22bcachefs: Kill BTREE_INSERT_ATOMICKent Overstreet1-2/+0
2023-10-22bcachefs: Initialize padding space after alloc bkeyJustin Husted1-1/+4
2023-10-22bcachefs: Fix flushing held btree writes when there's a fs errorKent Overstreet1-0/+3
2023-10-22bcachefs: Kill deferred btree updatesKent Overstreet1-2/+2
2023-10-22bcachefs: Avoid deadlocking on the allocatorKent Overstreet1-1/+1
2023-10-22bcachefs: Refactor bch2_alloc_write()Kent Overstreet1-109/+82
2023-10-22bcachefs: Trust in memory bucket markKent Overstreet1-14/+0
2023-10-22bcachefs: Rework calling convention for marking overwritesKent Overstreet1-2/+3
2023-10-22bcachefs: Improve key marking interfaceKent Overstreet1-7/+7
2023-10-22bcachefs: More work to avoid transaction restartsKent Overstreet1-4/+4
2023-10-22bcachefs: Fix spurious inconsistency in recoveryKent Overstreet1-2/+6
2023-10-22bcachefs: Various improvements to bch2_alloc_write()Kent Overstreet1-142/+94
2023-10-22bcachefs: bch2_trans_mark_update()Kent Overstreet1-3/+3
2023-10-22bcachefs: btree_bkey_cached_commonKent Overstreet1-1/+1
2023-10-22bcachefs: Return errors from for_each_btree_key()Kent Overstreet1-5/+5
2023-10-22bcachefs: Fix hang while shutting downKent Overstreet1-8/+14
2023-10-22bcachefs: lockdep fix when going rw from bch2_alloc_write()Kent Overstreet1-12/+23
2023-10-22bcachefs: Deduplicate keys in the journal before replayKent Overstreet1-11/+6
2023-10-22bcachefs: cmp_int()Kent Overstreet1-4/+4
2023-10-22bcachefs: Pass flags arg to bch2_alloc_write()Kent Overstreet1-16/+12
2023-10-22bcachefs: add ability to run gc on metadata onlyKent Overstreet1-2/+1
2023-10-22bcachefs: Assorted preemption fixesKent Overstreet1-0/+2
2023-10-22bcachefs: trans_for_each_iter()Kent Overstreet1-1/+1
2023-10-22bcachefs: Only get btree iters from btree transactionsKent Overstreet1-8/+8
2023-10-22bcachefs: Go rw lazilyKent Overstreet1-26/+6
2023-10-22bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()Kent Overstreet1-61/+80
2023-10-22bcachefs: fix bch2_invalidate_one_bucket2() during journal replayKent Overstreet1-2/+13
2023-10-22bcachefs: Make deferred inode updates a mount optionKent Overstreet1-1/+7
2023-10-22bcachefs: Use journal preres for deferred btree updatesKent Overstreet1-0/+1
2023-10-22bcachefs: Allocator startup fixes/refactoringKent Overstreet1-43/+48
2023-10-22bcachefs: improved flush_held_btree_writes()Kent Overstreet1-20/+13
2023-10-22bcachefs: fix a deadlock on startupKent Overstreet1-3/+1
2023-10-22bcachefs: Convert bucket invalidation to key marking pathKent Overstreet1-27/+184