summaryrefslogtreecommitdiff
path: root/fs/bcachefs/alloc_background.c
AgeCommit message (Expand)Author
2020-06-28bcachefs: Rename some constants to avoid conflicts with bcacheKent Overstreet
2020-06-17bcachefs: Add a kthread_should_stop() check to allocator threadKent Overstreet
2020-06-15bcachefs: Increase size of btree node reserveKent Overstreet
2020-06-15bcachefs: Use cached iterators for alloc btreeKent Overstreet
2020-06-09bcachefs: Always increment bucket gen on bucket reuseKent Overstreet
2020-06-09bcachefs: Kill old allocator startup codeKent Overstreet
2020-06-09bcachefs: Fixes for going ROKent Overstreet
2020-06-09bcachefs: Don't require alloc btree to be updated before buckets are usedKent Overstreet
2020-06-09bcachefs: Interior btree updates are now fully transactionalKent Overstreet
2020-06-09bcachefs: Fix reading of alloc info after unclean shutdownKent Overstreet
2020-06-09bcachefs: Fixes for startup on very full filesystemsKent Overstreet
2020-06-09bcachefs: btree_and_journal_iterKent Overstreet
2020-06-09bcachefs: Split out btree_trigger_flagsKent Overstreet
2020-06-09bcachefs: Kill BTREE_INSERT_ATOMICKent Overstreet
2020-06-09bcachefs: Initialize padding space after alloc bkeyJustin Husted
2020-06-09bcachefs: Fix flushing held btree writes when there's a fs errorKent Overstreet
2020-06-09bcachefs: Kill deferred btree updatesKent Overstreet
2020-06-09bcachefs: Avoid deadlocking on the allocatorKent Overstreet
2020-06-09bcachefs: Refactor bch2_alloc_write()Kent Overstreet
2020-06-09bcachefs: Trust in memory bucket markKent Overstreet
2020-06-09bcachefs: Rework calling convention for marking overwritesKent Overstreet
2020-06-09bcachefs: Improve key marking interfaceKent Overstreet
2020-06-09bcachefs: More work to avoid transaction restartsKent Overstreet
2020-06-09bcachefs: Fix spurious inconsistency in recoveryKent Overstreet
2020-06-09bcachefs: Various improvements to bch2_alloc_write()Kent Overstreet
2020-06-09bcachefs: bch2_trans_mark_update()Kent Overstreet
2020-06-09bcachefs: Return errors from for_each_btree_key()Kent Overstreet
2020-06-09bcachefs: Fix hang while shutting downKent Overstreet
2020-06-09bcachefs: lockdep fix when going rw from bch2_alloc_write()Kent Overstreet
2020-06-09bcachefs: Deduplicate keys in the journal before replayKent Overstreet
2020-06-09bcachefs: cmp_int()Kent Overstreet
2020-06-09bcachefs: Pass flags arg to bch2_alloc_write()Kent Overstreet
2020-06-09bcachefs: add ability to run gc on metadata onlyKent Overstreet
2020-06-09bcachefs: Initial commitKent Overstreet