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