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
registered-ring
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
2020-02-21
test: add sq-poll-kthread test case
liburing-0.4
Stefano Garzarella
2020-02-12
Correctly handle if __kernel_timespec is defined
Jens Axboe
2020-02-02
Merge branch 'across-fork-test' of https://github.com/anarazel/liburing
Jens Axboe
2020-02-02
Add circular eventfd test case
Jens Axboe
2020-02-02
Add test for sharing uring across fork
Andres Freund
2020-02-02
test: add test for send_recv
Carter Li
2020-01-31
Add eventfd test case
Jens Axboe
2020-01-28
Add personality test case
Jens Axboe
2020-01-24
Add test case for IORING_SETUP_ATTACH_WQ
Jens Axboe
2020-01-23
Add probe test case
Jens Axboe
2020-01-08
Add openat2(2) test case
Jens Axboe
2020-01-07
Add buffered short read test case
Jens Axboe
2019-12-26
Add basic madvise test case
Jens Axboe
2019-12-26
Add fadvise test case
Jens Axboe
2019-12-23
configure: allow to set host CC
Jens Axboe
2019-12-23
Makefile: quiet down rm
Jens Axboe
2019-12-22
Add test cases comparing poll(2) with io_uring poll
Jens Axboe
2019-12-17
test/accept-reuse: check that we get SQE reuse right
Jens Axboe
2019-12-14
Add IORING_OP_STATX definition and simple test case
Jens Axboe
2019-12-13
test/file-update: register files in multiple rings
Jens Axboe
2019-12-11
Add IORING_OP_OPENAT/IORING_OP_CLOSE helpers and test case
Jens Axboe
2019-12-10
Add IORING_OP_FALLOCATE test case
Jens Axboe
2019-12-02
Add test case for -EFAULT triggered by iov reuse
Jens Axboe
2019-12-01
Add test case for commit 7ad0e4b2f83c
issue25
Jens Axboe
2019-11-28
liburing: create an installation target for tests
Johannes Thumshirn
2019-11-27
Add a simple connect test
Hrvoje Zeba
2019-11-27
Add regression test for the bug fix in d77a67ed5f27
Jens Axboe
2019-11-25
test/accept-test: add test case for accept() with addr/addrlen
Hrvoje Zeba
2019-11-25
Add a regression test for behavior before commit b5837bd5311d
Hrvoje Zeba
2019-11-22
Add test/poll-many.c
Jens Axboe
2019-11-19
built liburing.so and test binary first when runtests
Jackie Liu
2019-11-19
Add teardown test case
Jens Axboe
2019-11-14
Add test/poll-cancel-ton
Jens Axboe
2019-11-13
test: add test for READ_FIXED & IOSQE_IO_LINK
Carter Li
2019-11-11
test/accept-link: add test case for accept linked with timers
Jens Axboe
2019-11-11
test/poll-link: add test case for polls linked with timers
Jens Axboe
2019-11-10
Add syzbot test case for io_sqe_files_register() alloc failure
Jens Axboe
2019-11-08
liburing: Add regression test case for link with drain
Jackie Liu
2019-11-08
Merge branch 'cqring-nodrop'
Jens Axboe
2019-11-06
Add test case for IORING_SETUP_CQ_NODROP
cqring-nodrop
Jens Axboe
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
[next]