Unify architecture io_uring syscall numbers
[fio.git] / engines / io_uring.c
2020-02-06 Jens AxboeUnify architecture io_uring syscall numbers
2020-01-23 Jens AxboeMerge branch 'priorityQueuing' of https://github.com...
2020-01-22 Phillip ChenPer-command priority: Priority logging and libaio/io_ur...
2020-01-16 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2020-01-14 Keith Buschengines/io_uring: use fixed opcodes for pre-mapped...
2020-01-09 Jens Axboeio_uring: set sqe iopriority, if prio/prioclass is set
2020-01-03 Jens AxboeMerge branch 'unit1' of https://github.com/kusumi/fio
2019-12-23 Jens Axboeio_uring: add option for non-vectored read/write commands
2019-12-06 Jens Axboeio_uring: add support for RWF_UNCACHED
2019-10-08 Jens AxboeMerge branch 'replay-blktrace-fixes' of https://github...
2019-09-19 Jens Axboeengines/io_uring: remove debug printf
2019-09-13 Jens AxboeMerge branch 'fio_reset_sqe' of https://github.com...
2019-09-13 Andres Freundengines/io_uring: Fully clear out previous SQE contents.
2019-09-12 Jens AxboeMerge branch 'ioring_add_sync_file_range' of https...
2019-09-12 Jens AxboeMerge branch 'fix_iouring_eintr' of https://github...
2019-09-12 Andres Freundengines/io_uring: Add support for sync_file_range.
2019-09-12 Andres Freundengines/io_uring: Handle EINTR.
2019-09-12 Jens Axboeengines/io_uring: fix crash with registerfiles=1
2019-09-05 Jens Axboeengines/io_uring: use its own option group
2019-09-05 Jens Axboeengines/io_uring: add support for registered files
2019-07-09 Vincent Fufio: fix aio trim completion latencies
2019-05-06 Jens AxboeMerge branch 'fix-infinite-loop-of-io_uring' of https...
2019-05-05 Satoru Takeuchiio_uring: fix possible infinite loop
2019-04-25 Jens Axboeio_uring: remove cachehit information
2019-01-29 Jens Axboeio_uring: ensure we use the right argument syscall
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