index
:
liburing
accept-multi
arch
big-sqe
buf-ring
cancel-fd-all
cancel-op
cqring-nodrop
fd-select
futex
huge
huge.2
issue25
issue448
libaio-wrapper
link-timeout
master
mlock-size
next
no-ipi
off_t
read-mshot
registered-ring
ring-buf-alloc
sq-khead
submit-and-wait-ts
timeout
v0.5
waitid
wakeup-ring
xattr
xattr-getdents64
io_uring library
axboe@kernel.dk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
timeout.c
Age
Commit message (
Expand
)
Author
2019-11-04
Printout correct failure locations in test/timeout.c
Hrvoje Zeba
2019-11-04
Use msec parameter instead of TIMEOUT_MSEC in msec_to_ts()
Hrvoje Zeba
2019-10-23
test/timeout: add multi timeout reqs test with different count
zhangyi (F)
2019-10-23
test/timeout: add multi timeout reqs test with different timeout
zhangyi (F)
2019-10-21
Shorten timeout tests
Jens Axboe
2019-10-16
Add IORING_OP_TIMEOUT_REMOVE
Jens Axboe
2019-10-16
test/timeout: cleanup cqe seen and error prints
Jens Axboe
2019-10-15
Make io_uring_prep_timeout() take timeout flags
Jens Axboe
2019-10-15
Add test case for absolute timeouts
Jens Axboe
2019-10-01
Switch to 32/64-bit agnostic timeout format
Jens Axboe
2019-09-27
Fold io_uring_wait_cqes_timeout() with io_uring_wait_cqes()
Jens Axboe
2019-09-21
test/timeout: use io_uring_wait_cqes_timeout()
Jens Axboe
2019-09-21
io_uring_wait_cqe_timeout: document that io_uring_submit() not needed
Jens Axboe
2019-09-21
Add io_uring_wait_cqe_timeout()
Jens Axboe
2019-09-20
Add TIMEOUT support
Jens Axboe
2019-09-19
Remove TIMEOUT code
Jens Axboe
2019-09-17
test/timeout: check if we always get a wakeup from timeout
Jens Axboe
2019-09-17
test/timeout: include some notion of verifying length of timeout
Jens Axboe
2019-09-17
Add basic IORING_OP_TIMEOUT test case
Jens Axboe