t/io_uring: verbose error for -95/-EOPNOTSUPP failure
[fio.git] / t / io_uring.c
2019-02-01 Jens Axboet/io_uring: verbose error for -95/-EOPNOTSUPP failure
2019-01-29 Jens Axboeio_uring: ensure we use the right argument syscall
2019-01-29 Jens Axboet/io_uring: fix bad if
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 Axboeio_uring: sync with upstream API
2019-01-16 Jens Axboet/io_uring: use fio provided memory barriers
2019-01-15 Jens Axboet/io_uring: fixes
2019-01-15 Jens Axboet/io_uring: terminate buf[] file depth string
2019-01-15 Jens Axboet/io_uring: wait if we're at queue limit
2019-01-15 Jens Axboet/io_uring: print file depths
2019-01-15 Jens Axboet/io_uring: pick next file if we're over the limti
2019-01-14 Jens Axboet/io_uring: use the right check for when to wait
2019-01-13 Jens Axboet/io_uring: only call setrlimit() for fixedbufs
2019-01-13 Jens Axboet/io_uring: add option for register_files
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-13 Jens Axboet/io_uring: add IORING_OP_NOP support
2019-01-11 Jens Axboet/io_uring: only set IORING_ENTER_GETEVENTS when active...
2019-01-11 Jens Axboet/io_uring: remember to set p->sq_thread_cpu
2019-01-11 Jens Axboeio_uring: update to newer API
2019-01-11 Jens Axboet/io_uring: add support for registered files
2019-01-11 Jens Axboet/io_uring: make submits/reaps per-second reflected...
2019-01-11 Jens Axboet/io_uring: enable SQ thread poll mode
2019-01-11 Jens Axboet/io_uring: make more efficient for multiple files
2019-01-11 Jens Axboet/io_uring: restore usage of IORING_SETUP_IOPOLL
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 AxboeUpdate to newer io_uring API
2019-01-08 Jens Axboet/io_uring: ensure to use the right opcode for fixed...
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 t/aio-ring to t/io_uring