summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/alloc_background.h
AgeCommit message (Expand)AuthorLines
2023-10-22bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Kent Overstreet-24/+28
2023-10-22bcachefs: Move alloc assertion to .key_invalid()Kent Overstreet-1/+0
2023-10-22bcachefs: Add rw to .key_invalid()Kent Overstreet-4/+4
2023-10-22bcachefs: More improvements for alloc info checksKent Overstreet-1/+13
2023-10-22bcachefs: Convert .key_invalid methods to printbufsKent Overstreet-4/+4
2023-10-22bcachefs: Kill main in-memory bucket arrayKent Overstreet-1/+1
2023-10-22bcachefs: Fsck for need_discard & freespace btreesKent Overstreet-0/+2
2023-10-22bcachefs: New bucket invalidate pathKent Overstreet-0/+11
2023-10-22bcachefs: New discard implementationKent Overstreet-0/+2
2023-10-22bcachefs: Kill allocator threads & freelistsKent Overstreet-33/+0
2023-10-22bcachefs: Freespace, need_discard btreesKent Overstreet-0/+53
2023-10-22bcachefs: KEY_TYPE_alloc_v4Kent Overstreet-38/+13
2023-10-22bcachefs: Move trigger fns to bkey_opsKent Overstreet-0/+3
2023-10-22bcachefs: btree_gc no longer uses main in-memory bucket arrayKent Overstreet-30/+12
2023-10-22bcachefs: Refactor open_bucket codeKent Overstreet-2/+0
2023-10-22bcachefs: Improve alloc_mem_to_key()Kent Overstreet-7/+18
2023-10-22bcachefs: bch2_alloc_write()Kent Overstreet-12/+3
2023-10-22bcachefs: Erasure coding fixesKent Overstreet-0/+2
2023-10-22bcachefs: Add journal_seq to inode & alloc keysKent Overstreet-10/+16
2023-10-22bcachefs: Add open_buckets to sysfsKent Overstreet-0/+2
2023-10-22bcachefs: Clean up bch2_btree_and_journal_walk()Kent Overstreet-2/+1
2023-10-22bcachefs: Fix for copygc getting stuck waiting for reserve to be filledKent Overstreet-3/+1
2023-10-22bcachefs: Add allocator thread state to sysfsKent Overstreet-1/+3
2023-10-22bcachefs: KEY_TYPE_alloc_v2Kent Overstreet-8/+40
2023-10-22bcachefs: Mark superblocks transactionallyKent Overstreet-1/+0
2023-10-22bcachefs: Don't write bucket IO time lazilyKent Overstreet-0/+2
2023-10-22bcachefs: Drop sysfs interface to debug parametersKent Overstreet-1/+1
2023-10-22bcachefs: Fix for bad stripe pointersKent Overstreet-0/+3
2023-10-22bcachefs: Improvements to writing alloc infoKent Overstreet-1/+2
2023-10-22bcachefs: Fix copygc dying on startupKent Overstreet-1/+3
2023-10-22bcachefs: Use cached iterators for alloc btreeKent Overstreet-1/+0
2023-10-22bcachefs: Kill old allocator startup codeKent Overstreet-3/+1
2023-10-22bcachefs: Refactor bch2_alloc_write()Kent Overstreet-0/+11
2023-10-22bcachefs: Trust in memory bucket markKent Overstreet-0/+14
2023-10-22bcachefs: Various improvements to bch2_alloc_write()Kent Overstreet-1/+1
2023-10-22bcachefs: bch2_trans_mark_update()Kent Overstreet-0/+2
2023-10-22bcachefs: Deduplicate keys in the journal before replayKent Overstreet-1/+2
2023-10-22bcachefs: Pass flags arg to bch2_alloc_write()Kent Overstreet-1/+1
2023-10-22bcachefs: Convert bucket invalidation to key marking pathKent Overstreet-0/+9
2023-10-22bcachefs: Persist alloc info on clean shutdownKent Overstreet-0/+1
2023-10-22bcachefs: More allocator startup improvementsKent Overstreet-1/+1
2023-10-22bcachefs: Make bkey types globally uniqueKent Overstreet-1/+1
2023-10-22bcachefs: Allocator startup improvementsKent Overstreet-1/+1
2023-10-22bcachefs: revamp to_text methodsKent Overstreet-1/+1
2023-10-22bcachefs: Assorted fixes for running on very small devicesKent Overstreet-1/+1
2023-10-22bcachefs: Scale down number of writepoints when low on spaceKent Overstreet-1/+1
2023-10-22bcachefs: Split out alloc_background.cKent Overstreet-0/+62