index
:
fio
for-each-td
io_uring-numa
issue-870
latency-probe
master
noaccess
random-fill-aes
randtrimwrite
refill
segmented-threads
test
fio - Flexible IO Tester
axboe@kernel.dk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
io_uring.c
Age
Commit message (
Expand
)
Author
2019-09-19
engines/io_uring: remove debug printf
Jens Axboe
2019-09-13
engines/io_uring: Fully clear out previous SQE contents.
Andres Freund
2019-09-12
Merge branch 'ioring_add_sync_file_range' of https://github.com/anarazel/fio
Jens Axboe
2019-09-12
Merge branch 'fix_iouring_eintr' of https://github.com/anarazel/fio
Jens Axboe
2019-09-12
engines/io_uring: Add support for sync_file_range.
Andres Freund
2019-09-12
engines/io_uring: Handle EINTR.
Andres Freund
2019-09-12
engines/io_uring: fix crash with registerfiles=1
Jens Axboe
2019-09-05
engines/io_uring: use its own option group
Jens Axboe
2019-09-05
engines/io_uring: add support for registered files
Jens Axboe
2019-07-09
fio: fix aio trim completion latencies
Vincent Fu
2019-05-06
io_uring: fix possible infinite loop
Satoru Takeuchi
2019-04-25
io_uring: remove cachehit information
Jens Axboe
2019-01-29
io_uring: ensure we use the right argument syscall
Jens Axboe
2019-01-28
io_uring: sync with kernel
Jens Axboe
2019-01-16
engines/io_uring: cleanup setrlimit()
Jens Axboe
2019-01-16
io_uring: sync with upstream API
Jens Axboe
2019-01-15
engines/io_uring: ensure sqe stores are ordered SQ ring tail update
Jens Axboe
2019-01-13
io_uring: fix pointer cast warning on 32-bit
Jens Axboe
2019-01-13
Move io_uring to os/linux/
Jens Axboe
2019-01-11
engines/io_uring: remove unused ld->io_us array
Jens Axboe
2019-01-11
io_uring: update to newer API
Jens Axboe
2019-01-10
io_uring: cleanup sq thread poll/cpu setup
Jens Axboe
2019-01-10
Update io_uring API
Jens Axboe
2019-01-10
io_uring: io_uring_setup(2) takes a 'nr_iovecs' field now
Jens Axboe
2019-01-10
Update to newer io_uring API
Jens Axboe
2019-01-09
engines/io_uring: always setup ld->iovecs[]
Jens Axboe
2019-01-09
Update to newer io_uring API
Jens Axboe
2019-01-08
engines/io_uring: ensure to use the right opcode for fixed buffers
Jens Axboe
2019-01-08
configure: add __kernel_rwf_t check
Jens Axboe
2019-01-08
io_uring: use kernel header directly
Jens Axboe
2019-01-07
Rename aioring engine to io_uring
Jens Axboe