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