t/io_uring: don't use *rand48_r() variants
[fio.git] / t / io_uring.c
2020-03-16 Jens Axboet/io_uring: don't use *rand48_r() variants
2020-03-01 Jens AxboeMerge branch 'clean1' of https://github.com/kusumi/fio
2020-02-27 Jens Axboeio_uring: we should not need two write barriers for...
2020-02-06 Jens AxboeMerge branch 'master' of https://github.com/vincentkfu/fio
2020-02-06 Jens AxboeMerge branch 'master' of https://github.com/bvanassche/fio
2020-02-06 Jens AxboeUnify architecture io_uring syscall numbers
2019-12-16 Jens AxboeMerge branch 'cygwin-build-error' of https://github...
2019-12-16 Jens AxboeMerge branch 'travis-xcode11.2-python' of https://githu...
2019-12-12 Jens Axboet/io_uring: check for CONFIG_HAVE_GETTID
2019-10-08 Jens AxboeMerge branch 'replay-blktrace-fixes' of https://github...
2019-05-09 Jens Axboet/io_uring: improve EOPNOTSUPP message
2019-05-08 Jens Axboet/io_uring: clarify polled support is fs + device
2019-04-25 Jens Axboeio_uring: remove cachehit information
2019-03-11 Keith Buscht/io_uring: memset() allocated memory
2019-03-09 Keith Buscht/io_uring: add depth options
2019-03-06 Jens Axboet/io_uring: stop when max number of files is reached
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