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-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
李通洲
2019-09-10
test/io_uring_enter.c: unlink temp file when done
Jens Axboe
2019-09-06
test/io_uring_setup: add support for io_uring_params->features
Jens Axboe
2019-09-06
test/cq-full: handle io_uring_peek_cqe() -EAGAIN
Jens Axboe
2019-08-29
Add test case for poll hang
Jens Axboe
2019-08-19
liburing/barrier.h: Add prefix io_uring to barriers
Julia Suvorova
2019-07-24
src/Makefile: keep private headers in <liburing/*.h>
Stefan Hajnoczi
2019-07-09
Add regression test cases for kthread stuck
Jackie Liu
2019-07-08
Make runtests.sh output test to dmesg
Jens Axboe
2019-07-08
Fix the 32-bit build
Bart Van Assche
2019-07-08
Makefiles: Support specifying CFLAGS on the command line
Bart Van Assche
2019-07-02
Fix the use of memory barriers
Bart Van Assche
2019-06-04
Add basic helpers for file/buffer registration
Jens Axboe
2019-06-04
test/ring-leak: use static array for io_uring_register()
Jens Axboe
2019-06-04
test/io_uring_register: don't test buffer size if too large
Jens Axboe
2019-05-27
test/fsync: use io_uring_sqe_set_flags()
Jens Axboe
2019-05-24
test/send_recvmsg: code cleanups and error handling
Jens Axboe
2019-05-23
Add send/recvmsg test case
Jens Axboe
2019-05-14
test/io_uring_register: don't fail max fd test if we run out of mem
Jens Axboe
[next]