io_uring: sync with kernel
[fio.git] / engines / io_uring.c
2019-01-28 Jens Axboeio_uring: sync with kernel
2019-01-28 Jens AxboeMerge branch 'hygon-support' of https://github.com...
2019-01-16 Jens Axboeengines/io_uring: cleanup setrlimit()
2019-01-16 Jens Axboeio_uring: sync with upstream API
2019-01-16 Jens Axboeengines/io_uring: ensure sqe stores are ordered SQ...
2019-01-13 Jens Axboeio_uring: fix pointer cast warning on 32-bit
2019-01-13 Jens AxboeMove io_uring to os/linux/
2019-01-11 Jens Axboeengines/io_uring: remove unused ld->io_us array
2019-01-11 Jens Axboeio_uring: update to newer API
2019-01-10 Jens Axboeio_uring: cleanup sq thread poll/cpu setup
2019-01-10 Jens AxboeUpdate io_uring API
2019-01-10 Jens Axboeio_uring: io_uring_setup(2) takes a 'nr_iovecs' field now
2019-01-10 Jens AxboeUpdate to newer io_uring API
2019-01-09 Jens Axboeengines/io_uring: always setup ld->iovecs[]
2019-01-09 Jens AxboeUpdate to newer io_uring API
2019-01-08 Jens Axboeengines/io_uring: ensure to use the right opcode for...
2019-01-08 Jens Axboeconfigure: add __kernel_rwf_t check
2019-01-08 Jens Axboeio_uring: use kernel header directly
2019-01-08 Jens AxboeRename aioring engine to io_uring