Add aioring engine
authorJens Axboe <axboe@kernel.dk>
Thu, 13 Dec 2018 02:48:15 +0000 (19:48 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 13 Dec 2018 02:48:15 +0000 (19:48 -0700)
commit52885fa281233fc5889b2468bd52cb0cbbac5d3c
treeb22269a3996dbad27155b264eec11905da7a768c
parent59cd9313f3d4801c8cdd55aa1b32b0050713be94
Add aioring engine

This is a new Linux aio engine, built on top of the new aio
interfaces. It supports polled aio, regular aio, and buffered
aio.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
Makefile
arch/arch-x86_64.h
engines/aioring.c [new file with mode: 0644]
options.c