index
:
liburing
accept-multi
arch
big-sqe
buf-ring
cancel-fd-all
cqring-nodrop
fd-select
huge
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
/
Makefile
Age
Commit message (
Expand
)
Author
2019-11-05
Add IORING_OP_LINK_TIMEOUT test cases
link-timeout
Jens Axboe
2019-10-29
Add test/io-cancel
Jens Axboe
2019-10-27
Add read/write test that does various combinations of IO
Jens Axboe
2019-10-25
test/defer: Test deferring with drain and links
Pavel Begunkov
2019-10-24
Add runtests-loop target
Jens Axboe
2019-10-24
test/send_recvmsg: hopefully make it reliable
Jens Axboe
2019-10-21
Add test for overflow of timeout request's sequence
yangerkun
2019-10-17
Add simple IORING_OP_ACCEPT test case
Jens Axboe
2019-10-17
Add deadlock socket read/write test case
Jens Axboe
2019-10-17
Add test case for non-blocking socket reads/writes
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-04
Add test case for application specified cq ring size
Jens Axboe
2019-10-03
Add test/file-register
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
Add io_uring_sq_space_left()
James Rouzier
2019-09-20
Add TIMEOUT support
Jens Axboe
2019-09-19
Remove TIMEOUT code
Jens Axboe
2019-09-17
Add basic IORING_OP_TIMEOUT test case
Jens Axboe
2019-08-29
Add test case for poll hang
Jens Axboe
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
Makefiles: Support specifying CFLAGS on the command line
Bart Van Assche
2019-05-23
Add send/recvmsg test case
Jens Axboe
2019-05-13
Add link SQE support
Jens Axboe
2019-04-25
Add test case for -EAGAIN issue
Jens Axboe
2019-04-23
Add regression test cases for three recent issues
Jens Axboe
2019-04-17
Separate test cases from examples
Jens Axboe
2019-04-17
Add SQ/CQ overflow tests
Jens Axboe
2019-04-11
test/nop: add NOP test case
Jens Axboe
2019-03-04
add syscall unit tests
Jeff Moyer
2019-02-08
test/fsync: add simple fsync tester
Jens Axboe
2019-02-07
test/ring-leak: add test app demonstrating leak of io_uring instance
Jens Axboe
2019-01-17
32-bit fixes
Jens Axboe
2019-01-17
Add IORING_OP_POLL_CANCEL test
Jens Axboe
2019-01-17
Add test case for IORING_OP_POLL
Jens Axboe
2019-01-08
Add simple test/ Makefile
Jens Axboe