linux-next/io_uring
Jens Axboe 97b388d70b io_uring: handle completions in the core
Normally request handlers complete requests themselves, if they don't
return an error. For the latter case, the core will complete it for
them.

This is unhandy for pushing opcode handlers further out, as we don't
want a bunch of inline completion code and we don't want to make the
completion path slower than it is now.

Let the core handle any completion, unless the handler explicitly
asks us not to.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
2022-07-24 18:39:11 -06:00
..
io_uring_types.h io_uring: add io_uring_types.h 2022-07-24 18:39:11 -06:00
io_uring.c io_uring: handle completions in the core 2022-07-24 18:39:11 -06:00
io_uring.h io_uring: handle completions in the core 2022-07-24 18:39:11 -06:00
io-wq.c io_uring: move to separate directory 2022-07-24 18:39:10 -06:00
io-wq.h io_uring: move to separate directory 2022-07-24 18:39:10 -06:00
Makefile io_uring: move to separate directory 2022-07-24 18:39:10 -06:00