aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/alloc_types.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Fix assorted checkpatch nitsGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Assorted fixes for clangGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Kill JOURNAL_WATERMARKGravatar Kent Overstreet 1-5/+8
2023-10-22bcachefs: BCH_WATERMARK_reclaimGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Rename enum alloc_reserve -> bch_watermarkGravatar Kent Overstreet 1-10/+8
2023-10-22bcachefs: Rework open bucket partial list allocationGravatar Kent Overstreet 1-2/+1
2023-10-22bcachefs: RESERVE_stripeGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Improve dev_alloc_debug_to_text()Gravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Nocow supportGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: bucket_alloc_stateGravatar Kent Overstreet 1-0/+7
2023-10-22bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Gravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Kill allocator threads & freelistsGravatar Kent Overstreet 1-23/+0
2023-10-22bcachefs: Run btree updates after write out of write_pointGravatar Kent Overstreet 1-9/+37
2023-10-22bcachefs: x-macroize alloc_reserve enumGravatar Kent Overstreet 1-5/+10
2023-10-22bcachefs: Put open_buckets in a hashtableGravatar Kent Overstreet 1-0/+4
2023-10-22bcachefs: Refactor open_bucket codeGravatar Kent Overstreet 1-3/+6
2023-10-22bcachefs: Add allocator thread state to sysfsGravatar Kent Overstreet 1-0/+12
2023-10-22bcachefs: Persist 64 bit io clocksGravatar Kent Overstreet 1-24/+0
2023-10-22bcachefs: Reserve some open buckets for btree allocationsGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Use separate new stripes for copygc and non-copygcGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: Don't use BTREE_INSERT_USE_RESERVE so muchGravatar Kent Overstreet 1-5/+3
2023-10-22bcachefs: Don't let copygc buckets be stolen by other threadsGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: More open bucketsGravatar Kent Overstreet 1-5/+11
2023-10-22bcachefs: Fix some reserve calculationsGravatar Kent Overstreet 1-2/+3
2023-10-22bcachefs: Erasure codingGravatar Kent Overstreet 1-1/+10
2023-10-22bcachefs: Scale down number of writepoints when low on spaceGravatar Kent Overstreet 1-1/+3
2023-10-22bcachefs: Allocation code refactoringGravatar Kent Overstreet 1-4/+8
2023-10-22bcachefs: Initial commitGravatar Kent Overstreet 1-0/+90