Merge branch 'master' of https://github.com/celestinechen/fio
[fio.git] / os / linux / io_uring.h
2024-03-22 Vincent FuMerge branch 'issue-1735' of https://github.com/yygcode/fio
2023-07-03 Jens AxboeMerge branch 'improvement/fix-warnings-if-NDEBUG-enable...
2022-09-03 Jens Axboet/io_uring: enable support for registered buffers for...
2022-08-31 Jens Axboeengines/io_uring: set single issuer and defer taskrun
2022-06-02 Anuj Guptaengines/io_uring: add new I/O engine for uring passthro...
2022-06-02 Anuj Guptaio_uring.h: add IORING_SETUP_SQE128 and IORING_SETUP_CQE32
2022-03-07 Jens Axboeio_uring.h: sync with 5.18 kernel bits
2022-01-28 Jens AxboeMerge branch 'patch-1' of https://github.com/Nikratio/fio
2021-12-10 Jens AxboeMerge branch 'github-actions' of https://github.com...
2021-11-20 Jens AxboeSync io_uring header with the kernel
2021-10-19 Jens AxboeMerge branch 'fixes_1290' of https://github.com/rthardi...
2020-08-28 Jens AxboeMerge branch 'master' of https://github.com/donny372...
2020-08-22 Jens Axboeengines/io_uring: use non-vectored read/write if available
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-10-08 Jens AxboeMerge branch 'replay-blktrace-fixes' of https://github...
2019-05-20 Jens Axboeio_uring: sync with liburing/kernel
2019-04-25 Jens Axboeio_uring: remove cachehit information
2019-02-10 Jens Axboeio_uring: sync header with the kernel
2019-01-29 Jens Axboeio_uring: update to kernel struct io_uring_params
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-13 Jens Axboeio_uring: ensure that the io_uring_register() structs...
2019-01-13 Jens AxboeMove io_uring to os/linux/