index
:
liburing
accept-multi
arch
big-sqe
buf-ring
cancel-fd-all
cqring-nodrop
fd-select
huge
huge.2
issue25
issue448
libaio-wrapper
link-timeout
master
mlock-size
next
no-ipi
off_t
registered-ring
ring-buf-alloc
sq-khead
submit-and-wait-ts
timeout
v0.5
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
Age
Commit message (
Expand
)
Author
2019-10-24
test/send_recvmsg: ensure we exit
Jens Axboe
2019-10-24
test/runtests.sh: only log first test to have alive workers on exit
Jens Axboe
2019-10-24
test/accept: add test to see if we cancel correctly on exit
Jens Axboe
2019-10-24
test/runtests.sh: check for remaining io_uring workers on exit
Jens Axboe
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-21
Add test for overflow of timeout request's sequence
yangerkun
2019-10-18
test/accept: fix a few errors
Jens Axboe
2019-10-18
test/accept: test that we -EINVAL for accept with SQPOLL
Jens Axboe
2019-10-17
Add simple IORING_OP_ACCEPT test case
Jens Axboe
2019-10-17
test/socket-rw.c: use TCP, not pipes
Jens Axboe
2019-10-17
Add deadlock socket read/write test case
Jens Axboe
2019-10-17
Un-DOSify test/232c93d07b74-test.c
Jens Axboe
2019-10-17
Add test case for non-blocking socket reads/writes
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-14
Add test case for skb/socket ref count issues with fully sparse file set
Jens Axboe
2019-10-09
Add regression test case for commit 8a9973408177
Jens Axboe
2019-10-08
test/runtests.sh: distinguish between failed and OK timeouts
Jens Axboe
2019-10-08
test/cq-size: use 'ret', not 'errno' directly
Jens Axboe
2019-10-08
b/test/file-register: convert to library functions and clean up
Jens Axboe
2019-10-08
test/runtests.sh: check for root before using /dev/kmsg
Jens Axboe
2019-10-07
test/file-register: close/unlink test_shrink() files
Jens Axboe
2019-10-07
test/file-register: catch succeeding with too many fds
Jens Axboe
2019-10-04
Add test case for application specified cq ring size
Jens Axboe
2019-10-04
test/file-register: add test case for zero initial fds
Jeff Moyer
2019-10-03
test/runtests.sh: make default timeout 30s, not 10s
Jens Axboe
2019-10-03
test/file-register: add grow/shrink cases
Jens Axboe
2019-10-03
Add test/file-register
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-25
Add io_uring_peek_batch_cqe()
James Rouzier
2019-09-25
Add io_uring_cq_ready()
James Rouzier
2019-09-23
Add STDOUT write test
Jens Axboe
2019-09-22
Makefile: handle quiet AR/RANLIB
Jens Axboe
2019-09-21
Makefile: add pretty/quiet CC/LN output
Jens Axboe
2019-09-21
Generalize Makefiles for examples and test.
James Rouzier
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_sq_space_left()
James Rouzier
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
2019-09-16
liburing: add io_uring_prep_{recv,send}msg
李通洲
[next]