Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-15 | iou: add iou_ring() iou->ring accessor | Vito Caputo | |
To enable direct use of more liburing helpers, we need to make the ring struct available to external callers. The immediate impetus for adding this is registering files... | |||
2020-11-07 | iou: initial commit | Vito Caputo | |
This implements a barebones IO-oriented callback scheduler built atop the new kernel io-uring interface via liburing. There's not much going on here. The caller must still use liburing for preparing the SQEs in iou_op_t operations allocated via iou_op_new(), but that's basically all that's needed from liburing. |