summaryrefslogtreecommitdiff
path: root/engines/io_uring.c
AgeCommit message (Expand)Author
2019-09-19engines/io_uring: remove debug printfJens Axboe
2019-09-13engines/io_uring: Fully clear out previous SQE contents.Andres Freund
2019-09-12Merge branch 'ioring_add_sync_file_range' of https://github.com/anarazel/fioJens Axboe
2019-09-12Merge branch 'fix_iouring_eintr' of https://github.com/anarazel/fioJens Axboe
2019-09-12engines/io_uring: Add support for sync_file_range.Andres Freund
2019-09-12engines/io_uring: Handle EINTR.Andres Freund
2019-09-12engines/io_uring: fix crash with registerfiles=1Jens Axboe
2019-09-05engines/io_uring: use its own option groupJens Axboe
2019-09-05engines/io_uring: add support for registered filesJens Axboe
2019-07-09fio: fix aio trim completion latenciesVincent Fu
2019-05-06io_uring: fix possible infinite loopSatoru Takeuchi
2019-04-25io_uring: remove cachehit informationJens Axboe
2019-01-29io_uring: ensure we use the right argument syscallJens Axboe
2019-01-28io_uring: sync with kernelJens Axboe
2019-01-16engines/io_uring: cleanup setrlimit()Jens Axboe
2019-01-16io_uring: sync with upstream APIJens Axboe
2019-01-15engines/io_uring: ensure sqe stores are ordered SQ ring tail updateJens Axboe
2019-01-13io_uring: fix pointer cast warning on 32-bitJens Axboe
2019-01-13Move io_uring to os/linux/Jens Axboe
2019-01-11engines/io_uring: remove unused ld->io_us arrayJens Axboe
2019-01-11io_uring: update to newer APIJens Axboe
2019-01-10io_uring: cleanup sq thread poll/cpu setupJens Axboe
2019-01-10Update io_uring APIJens Axboe
2019-01-10io_uring: io_uring_setup(2) takes a 'nr_iovecs' field nowJens Axboe
2019-01-10Update to newer io_uring APIJens Axboe
2019-01-09engines/io_uring: always setup ld->iovecs[]Jens Axboe
2019-01-09Update to newer io_uring APIJens Axboe
2019-01-08engines/io_uring: ensure to use the right opcode for fixed buffersJens Axboe
2019-01-08configure: add __kernel_rwf_t checkJens Axboe
2019-01-08io_uring: use kernel header directlyJens Axboe
2019-01-07Rename aioring engine to io_uringJens Axboe