index
:
liburing
master
Unnamed repository; edit this file 'description' to name the repository.
Hristo Venev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
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
2019-05-14
Add chain failure handling test case
Jens Axboe
2019-05-13
Add link SQE support
Jens Axboe
2019-05-01
test/eeed8b54e0df-test: define RWF_NOWAIT if we don't have it
Jens Axboe
2019-05-01
test/io_uring_setup: don't fail SQPOLL test case for non-root
Jens Axboe
2019-05-01
test/eeed8b54e0df-test: check write(2) return value
Jens Axboe
2019-05-01
liburing: improve output for test/io_uring_setup.c
Shenghui Wang
2019-04-30
Update tests for 'sqe submit always posts a cqe'
Jens Axboe
2019-04-30
test/runtests.sh: list all failed tests when done
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-23
Actually add test/runtests.sh
Jens Axboe
2019-04-18
Rename completion helpers
Jens Axboe
2019-04-17
Separate test cases from examples
Jens Axboe
2019-04-17
Add io_uring_cqe_seen()
Jens Axboe
2019-04-17
Add SQ/CQ overflow tests
Jens Axboe
2019-04-11
test/nop: add NOP test case
Jens Axboe
2019-04-11
test/fsync: error out if we submit less than we wanted
Jens Axboe
2019-04-10
test/fsync: update for IOSQE_IO_DRAIN approach
Jens Axboe
2019-04-07
Use io_uring_cqe_get_data() internally
Jens Axboe
2019-04-06
Add barrier fsync test case
Jens Axboe
2019-03-06
test/io_uring-cp: add some comments
Jens Axboe
2019-03-05
test/io_uring-cp: make it more efficient
Jens Axboe
2019-03-04
add syscall unit tests
Jeff Moyer
2019-02-08
test/fsync: add simple fsync tester
Jens Axboe
2019-02-08
test/ring-leak: silence "sending fd" message
Jens Axboe
2019-02-07
test/ring-leak: add test app demonstrating leak of io_uring instance
Jens Axboe
2019-01-18
test/poll: ignore parent dying
Jens Axboe
2019-01-18
test/poll: simply test case
Jens Axboe
2019-01-18
test/poll-cancel: improve test case
Jens Axboe
2019-01-18
Switch to IORING_OP_POLL_ADD/REMOVE
Jens Axboe
2019-01-17
32-bit fixes
Jens Axboe
2019-01-17
Add sqe prep helpers
Jens Axboe
2019-01-17
Update POLL API
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-16
Sync with upstream API
Jens Axboe
2019-01-11
Sync with kernel API
Jens Axboe
2019-01-10
io_queue_init: pass in flags, not io_uring_params
Jens Axboe
2019-01-10
Fix test cases
Jens Axboe
2019-01-10
Update to newer API
Jens Axboe
2019-01-10
Update API
Jens Axboe
2019-01-09
Update to newer API
Jens Axboe
2019-01-08
liburing: include the ring fd in the io_uring
Jens Axboe
[next]