Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-29 | journals: 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 | src: initial commit of jio WIP source | Vito 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. |