index
:
liburing
accept-multi
arch
big-sqe
buf-ring
cancel-fd-all
cancel-op
cqring-nodrop
fd-select
futex
huge
huge.2
issue25
issue448
libaio-wrapper
link-timeout
master
mlock-size
next
no-ipi
off_t
read-mshot
registered-ring
ring-buf-alloc
sq-khead
submit-and-wait-ts
timeout
v0.5
waitid
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
2020-02-01
test/read-write: skip eventfd read if we know we don't have READ
Jens Axboe
2020-02-01
Merge branch 'eventfd_test' of https://github.com/cor3ntin/liburing
Jens Axboe
2020-02-01
Use stderr consistently in test/ cases
Jens Axboe
2020-02-01
test/send_recv: use stderr for errors
Jens Axboe
2020-02-02
test: add test for send_recv
Carter Li
2020-01-31
Add eventfd test case
Jens Axboe
2020-01-31
add another helper for probing existing opcodes
Glauber Costa
2020-01-30
test/probe: add test csae for io_uring_get_probe()
Jens Axboe
2020-01-30
test/probe: split verification into helper
Jens Axboe
2020-01-29
test/personality: update to modified API
Jens Axboe
2020-01-28
test/shared-wq: remove debug sleep
Jens Axboe
2020-01-28
test/personality: test invalid unregister ID
Jens Axboe
2020-01-28
test/personality: test invalid personality
Jens Axboe
2020-01-28
Add personality test case
Jens Axboe
2020-01-28
test/shared-wq: use normal init
Jens Axboe
2020-01-28
test/read-write: fixed output, and added 'nonvec', when VERBOSE
Simon A. F. Lund
2020-01-27
Update shared workqueue support and test case
Jens Axboe
2020-01-26
Add a test for reading from eventfd
Corentin Jabot
2020-01-26
test/read-write: skip non-vectored read/write if not supported
Jens Axboe
2020-01-26
test/madvise: don't fail on "suspicious timings"
Jens Axboe
2020-01-25
Rename io_uring_params 'id' to 'wq_id'
Jens Axboe
2020-01-24
test/read-write: add non-vectored read/write testing
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-23
Update io_uring.h
Jens Axboe
2020-01-15
test/file-register: add intensive update/remove 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
2020-01-04
test: fix statx comment
William Dauchy
2020-01-04
test: fix openat flags
William Dauchy
2019-12-26
test/{f,m}advise: some kernel return -EBADF on unknown opcode
Jens Axboe
2019-12-26
test/{f,m}advise: cut down runtime
Jens Axboe
2019-12-26
test/file-update: add sqe based 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-24
test/open-close: unlink for a file we create
Jens Axboe
2019-12-24
test/accept: don't allocate send/recv data on the stack
Jens Axboe
2019-12-23
test/io-cancel: fix file mode and user data check
Jens Axboe
2019-12-23
configure: allow to set host CC
Jens Axboe
2019-12-23
Makefile: quiet down rm
Jens Axboe
2019-12-23
test/accept-reuse: fix C99'ism
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-17
test/open-close: accept a passed in file
Jens Axboe
2019-12-16
Fix redefinition of statx_timestamp
Corentin Jabot
2019-12-16
test/link_drain: print what test failed
Jens Axboe
2019-12-14
Add IORING_OP_STATX definition and simple test case
Jens Axboe
2019-12-13
Test wait after under-consuming
Pavel Begunkov
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
[next]