| Age | Commit message (Collapse) | Author | 
|---|
|  | 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. | 
|  | 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. | 
|  |  | 
|  | 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. |