summaryrefslogtreecommitdiff
path: root/src/report-usage.c
AgeCommit message (Collapse)Author
2021-08-28report-{layout,usage}: quick fix crashes since 6150dcVito Caputo
These have been broken since 6150dc, this is just a minimal fix to make them work again but there needs to be a proper cleanup of all this at some point.
2020-11-29journals: s/journal_for_each/journal_iter_objects/Vito Caputo
Make naming a bit more descriptive and consistent... journals_for_each() is a simple non-IO-incurring journals array iteration, journal_for_each() generates IO and walks the data objects hash table... they're quite different, and shouldn't have such similar names.
2020-11-25*: explicitly include assert.hVito Caputo
2020-11-25src: initial commit of jio WIP sourceVito Caputo
This is a very quick and dirty experimental hack written in some sort of bastard continuation-passing style in C w/io_uring using journal-file introspection and manipulation duty as an excuse for its existence. Consider this unfinished prototype quality code.
© All Rights Reserved