stat: make add lat percentile functions inline
[fio.git] / engines / io_uring.c
2021-11-20 Jens Axboeio_uring: clamp CQ size to SQ size
2021-11-12 Jens AxboeMerge branch 'jf_readme_typo' of https://github.com...
2021-11-12 Niklas Cassellibaio,io_uring: make it possible to cleanup cmdprio...
2021-11-12 Niklas Casselcmdprio: add mode to make the logic easier to reason...
2021-11-12 Niklas Cassellibaio,io_uring: move common cmdprio_prep() code to...
2021-11-12 Niklas Cassellibaio,io_uring: rename prio_prep() to include cmdprio...
2021-11-12 Niklas Casselio_uring: set async IO priority to td->ioprio in fio_io...
2021-10-19 Jens AxboeMerge branch 'fixes_1290' of https://github.com/rthardi...
2021-09-03 Damien Le Moalfio: Introduce the log_prio option
2021-09-03 Damien Le Moallibaio,io_uring: relax cmdprio_percentage constraints
2021-09-03 Damien Le Moallibaio,io_uring: introduce cmdprio_bssplit
2021-09-03 Damien Le Moallibaio,io_uring: introduce cmdprio_class and cmdprio...
2021-09-03 Damien Le Moallibaio,io_uring: improve cmdprio_percentage option
2021-09-03 Damien Le Moalos: introduce ioprio_value() helper
2021-08-26 Niklas Casselio_uring: don't clear recently set sqe->rw_flags
2021-08-26 Niklas Casselio_uring: fix misbehaving cmdprio_percentage option
2021-08-26 Niklas Casselio_uring: always initialize sqe->flags
2021-06-20 Jens AxboeMerge branch 'pkg_config_1' of https://github.com/kusum...
2021-06-10 Stefan Hajnocziio_uring: drop redundant IO_MODE_OFFLOAD check
2021-04-10 Jens AxboeMerge branch 'wip-rados-dont-zerowrite' of https:/...
2021-03-18 Jens AxboeMerge branch 'unified-merge' of https://github.com...
2021-03-18 Jens AxboeMerge branch 'add-librpma-engines' of https://github...
2021-03-17 Jens AxboeMerge branch 'free-dump-options' of https://github...
2021-03-17 Jens AxboeMerge branch 'patch-1' of https://github.com/ihsinme/fio
2021-03-11 Jens AxboeMerge branch 'dev_luye_github' of https://github.com...
2021-03-09 Jens AxboeMerge branch 'master' of https://github.com/DevriesL/fio
2021-03-09 DevriesLengines/io_uring: fix compilation conflict with Android NDK
2021-02-16 Jens Axboeengines/io_uring: add verbose error for ENOSYS
2021-01-12 Jens AxboeMerge branch 'osx_fix' of https://github.com/sitsofe/fio
2021-01-12 Jens AxboeMerge branch 'fuzz' of https://github.com/catenacyber/fio
2021-01-09 Jens AxboeMerge branch 'num2str-patch' of https://github.com...
2021-01-06 Jens AxboeChange ARRAY_SIZE to FIO_ARRAY_SIZE
2020-11-05 Jens AxboeMerge branch 'master' of https://github.com/albert...
2020-10-15 Jens AxboeDisallow offload IO mode for engines marked with FIO_NO...
2020-09-11 Jens Axboeengines/io_uring: mark as not compatible with io_submit...
2020-09-08 Jens AxboeMerge branch 'zbd' of https://github.com/bvanassche...
2020-09-08 Jens Axboeengines/io_uring: allow setting of IOSQE_ASYNC
2020-09-03 Jens Axboeengines/io_uring: use the atomic load acquire instead...
2020-09-03 Jens Axboeengines/io_uring: move sqe clear out of hot path
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-08-21 Jens Axboeengines/io_uring: don't attempt to set RLIMITs
2020-08-18 Jens AxboeMerge branch 'filelock_assert_fix' of https://github...
2020-08-11 Jens Axboeengines/io_uring: make sure state is updated for requeues
2020-08-08 Jens AxboeMerge branch 'master' of https://github.com/donny372...
2020-07-27 Jens AxboeAdd roundup_pow2() as a generic helper
2020-07-18 Jens AxboeMerge branch 'patch-1' of https://github.com/avlasov...
2020-07-13 Jens AxboeMerge branch 'io_uring-opt' of https://github.com/anton...
2020-07-13 Anton Blanchardio_uring: Avoid needless update of completion queue...
2020-06-22 Jens AxboeMerge branch 'atomics' of https://github.com/bvanassche/fio
2020-06-22 Bart Van Asscheengines/io_uring: Use atomic_{load_acquire,store_release}()
2020-06-10 Jens AxboeMerge branch 'latency_window' of https://github.com...
2020-06-10 Jens AxboeMerge branch 'nowait' of https://github.com/koct9i/fio
2020-05-31 Konstantin Khlebnikovengines: pvsync2 libaio io_uring: add support for RWF_N...
2020-03-12 Xiaoguang Wangengines/io_uring: delete fio_option_is_set() calls...
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
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...
next