• io_uring: interaction with user-space threads

    For each thread that submits I/O requests through io_uring, an in-kernel work queue is created to process those requests. Requests don’t always go through the work queue, however. Requests only go through the work queue under special conditions such as when certain flags are set on the request or in a situation when running the…

    continue reading