lib/pattern: fix formatting
[fio.git] / t / io_uring.c
2022-12-12 Jens Axboet/io_uring: adjust IORING_REGISTER_MAP_BUFFERS value
2022-09-28 Jens Axboet/io_uring: get rid of useless read barriers
2022-09-03 Jens Axboet/io_uring: enable support for registered buffers for...
2022-09-03 Jens Axboet/io_uring: properly detect numa nodes for passthrough...
2022-09-01 Jens AxboeMerge branch 'fiopr_compressfixes' of https://github...
2022-09-01 Jens Axboet/io_uring: minor optimizations to IO init fast path
2022-09-01 Jens Axboet/io_uring: take advantage of new io_uring setup flags
2022-09-01 Jens Axboet/io_uring: unify getting of the offset
2022-08-26 Jens Axboet/io_uring: remove duplicate definition of gettid()
2022-08-26 Jens Axboet/io_uring: fix 64-bit cast on 32-bit archs
2022-08-26 Anuj Guptat/io_uring: add support for async-passthru
2022-08-26 Anuj Guptat/io_uring: prep for including engines/nvme.h in t...
2022-08-25 Jens AxboeMerge branch 'master' of https://github.com/kraj/fio
2022-08-25 Khem Rajio_uring: Replace pthread_self with s->tid
2022-08-02 Jens AxboeMerge branch 'io_uring-numa'
2022-08-02 Jens Axboet/io_uring: support NUMA placement
2022-07-31 Jens Axboet/io_uring: switch to GiB/sec if numbers get large
2022-03-11 Jens AxboeMerge branch 'fuzz-cleanup' of https://github.com/vince...
2022-03-11 Jens Axboet/io_uring: only enable sync if we have preadv2
2022-03-07 Jens Axboet/io_uring: add missing CR
2022-03-07 Jens Axboet/io_uring: support using preadv2
2022-03-07 Jens Axboet/io_uring: add support for registering the ring fd
2022-03-07 Jens Axboet/io_uring: change fatal map buffers condition with...
2022-03-07 Jens Axboet/io_uring: change map buffers registration opcode
2022-02-21 Jens Axboeio_uring: use syscall helpers for the hot path
2022-02-18 Jens AxboeMerge branch 'rpma-update-RPMA-engines-with-new-librpma...
2022-02-17 Jens Axboet/io_uring: align buffers correctly on non-4k page...
2022-02-17 Jens Axboet/io_uring: allow non-power-of-2 queue depths
2022-02-11 Jens AxboeMerge branch 'fio-docs-ci' of https://github.com/vincen...
2022-02-11 Jens Axboet/io_uring: avoid unused `nr_batch` warning
2022-02-04 Jens Axboet/io_uring: fix warnings for !ARCH_HAVE_CPU_CLOCK
2022-02-03 Jens AxboeMerge branch 'fio_pr_alternate_epoch' of https://github...
2022-02-03 Jens AxboeMerge branch 'cifuzz-integration' of https://github...
2022-02-03 Jens AxboeMerge branch 'freebsd-comment-update' of https://github...
2022-02-03 Jens AxboeMerge branch 'master' of https://github.com/blah325/fio
2022-01-28 Jens AxboeMerge branch 'patch-1' of https://github.com/Nikratio/fio
2021-12-23 Jens AxboeMerge branch 'github-actions-i686' of https://github...
2021-12-23 Vincent Fut/io_uring: fix help defaults for aio and random_io
2021-12-23 Vincent Fut/io_uring: fix 32-bit build warnings
2021-12-10 Jens AxboeMerge branch 'github-actions' of https://github.com...
2021-11-21 Jens Axboet/io_uring: fix 32-bit compile warnings
2021-11-20 Jens Axboeio_uring: clamp CQ size to SQ size
2021-11-19 Jens Axboet/io_uring: add -R option for random/sequential IO
2021-11-19 Jens Axboet/io_uring: use internal random generator
2021-10-25 Jens AxboeMerge branch 'evelu-peak' of https://github.com/ErwanAl...
2021-10-25 Erwan Velut/io_uring: Fixing typo in help message
2021-10-19 Jens AxboeMerge branch 'fixes_1290' of https://github.com/rthardi...
2021-10-15 Pankaj Raghavt/io_uring: Fix the parameters calculation for multiple...
2021-10-14 Jens AxboeMerge branch 'evelu-typo' of https://github.com/ErwanAl...
2021-10-14 Erwan Velut/io_uring: Fixing typo
2021-10-14 Jens Axboet/io_uring: include a maximum IOPS seen when exiting
2021-10-13 Jens Axboet/io_uring: don't append 'K' to IOPS if we don't divide...
2021-10-13 Jens Axboet/io_uring: update for new DMA map buffers API
2021-10-12 Jens Axboet/io_uring: add test support for pre mapping DMA buffers
2021-10-12 Jens Axboet/io_uring: fix silly identical branch error
2021-10-12 Jens AxboeMerge branch 'evelu-onecore' of https://github.com...
2021-10-12 Jens Axboet/io_uring: show IOPS in increments of 1000 IOPS if...
2021-10-12 Jens AxboeMerge branch 'windows-res' of https://github.com/bjpaup...
2021-10-09 Jens Axboet/io_uring: fix latency stats for depth == 1
2021-10-07 Jens AxboeMerge branch 'evelu-ocp' of https://github.com/ErwanAli...
2021-10-07 Erwan Velut/io_uring: Add -r option to control the runtime
2021-10-05 Jens Axboet/io_uring: get rid of old debug printfs
2021-10-05 Jens Axboet/io_uring: print submitter id with tid on startup
2021-10-04 Jens Axboet/io_uring: clean up aio wait loop
2021-10-04 Jens Axboet/io_uring: check for valid clock_index and finish...
2021-10-04 Jens Axboet/io_uring: don't track IO latencies the first second...
2021-10-04 Jens Axboet/io_uring: don't print partial IOPS etc output if...
2021-10-04 Jens Axboet/io_uring: add support for legacy AIO
2021-10-04 Jens Axboet/io_uring: remove extra add_stat() call
2021-10-01 Jens Axboet/io_uring: correct percentile ranking
2021-09-30 Jens Axboet/io_uring: store TSC rate in local file
2021-09-29 Jens AxboeMerge branch 'patch-1' of https://github.com/ravisowmya/fio
2021-09-28 Jens AxboeMerge branch 'sigbreak' of https://github.com/bjpaupor/fio
2021-09-28 Brandon Pauporeadd signal handlers for Windows SIGBREAK
2021-09-25 Jens AxboeMerge branch 'evelu-uring' of https://github.com/ErwanA...
2021-09-25 Erwan Velut/io_uring.c: Adding \n on help
2021-09-25 Jens Axboet/io_uring: batch stat updates
2021-09-25 Jens Axboet/io_uring: add support for latency tracking
2021-09-24 Jens Axboet/io_uring: don't print BW numbers for do_nop
2021-09-23 Jens Axboet/io_uring: ensure batch counts are smaller or equal...
2021-09-16 Jens Axboet/io_uring: fix bandwidth calculation
2021-09-16 Jens AxboeMerge branch 'bwps' of https://github.com/ErwanAliasr1/fio
2021-09-16 Erwan Velut/io_uring: Reporting bandwidth
2021-09-15 Jens Axboet/io_uring: add switch -O for O_DIRECT vs buffered
2021-09-13 Jens Axboet/io_uring: add -N option for do_nop
2021-09-13 Jens Axboet/io_uring: don't require a file for do_nop runs
2021-09-08 Jens AxboeMerge branch 'ft' of https://github.com/ErwanAliasr1/fio
2021-09-08 Jens Axboet/io_uring: ensure that nthreads is > 0
2021-09-08 Andrzej Jakowskit/io_uring: allow flexible IO threads assignment
2021-09-08 Jens Axboet/io_uring: don't make setrlimit() failing fatal
2021-09-08 Andrzej Jakowskit/io_uring: fixes in output
2021-08-28 Jens Axboet/io_uring: further simplify inflight tracking
2021-08-27 Jens Axboet/io_uring: pretty up multi-file depths
2021-08-13 Jens AxboeMerge branch 'dfs_update_13_api' of https://github...
2021-08-11 Jens Axboet/io_uring: allow multiple IO threads
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
next