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
Age
Commit message (
Expand
)
Author
2019-11-05
Add IORING_OP_LINK_TIMEOUT test cases
link-timeout
Jens Axboe
2019-11-05
barrier.h: add generic smp_mb implementation
Jeff Moyer
2019-11-05
spec: Fedora RPM cleanups
Jeff Moyer
2019-11-05
Makefile: add missing .pc dependency on .spec file
Stefan Hajnoczi
2019-11-05
spec: update RPM version number to 0.2
Stefan Hajnoczi
2019-11-04
Printout correct failure locations in test/timeout.c
Hrvoje Zeba
2019-11-04
Use msec parameter instead of TIMEOUT_MSEC in msec_to_ts()
Hrvoje Zeba
2019-11-04
README: add io-uring@vger.kernel.org list info
Jens Axboe
2019-10-30
__io_uring_flush_sq(): remove unnecessary check
Kornilios Kourtis
2019-10-30
sq_ring_needs_enter(): force loading of kflags
Kornilios Kourtis
2019-10-30
liburing/test: fix build errors
Joseph Qi
2019-10-29
Add test/io-cancel
Jens Axboe
2019-10-29
Add IORING_OP_ASYNC_CANCEL and prep helper
Jens Axboe
2019-10-27
Add read/write test that does various combinations of IO
Jens Axboe
2019-10-25
test/file-register: add huge file set test case
Jens Axboe
2019-10-25
test/defer: Test deferring with drain and links
Pavel Begunkov
2019-10-24
liburing-0.2
liburing-0.2
Jens Axboe
2019-10-24
Add runtests-loop target
Jens Axboe
2019-10-24
test/send_recvmsg: hopefully make it reliable
Jens Axboe
2019-10-24
test/send_recvmsg: ensure we exit
Jens Axboe
2019-10-24
test/runtests.sh: only log first test to have alive workers on exit
Jens Axboe
2019-10-24
test/accept: add test to see if we cancel correctly on exit
Jens Axboe
2019-10-24
test/runtests.sh: check for remaining io_uring workers on exit
Jens Axboe
2019-10-23
test/timeout: add multi timeout reqs test with different count
zhangyi (F)
2019-10-23
test/timeout: add multi timeout reqs test with different timeout
zhangyi (F)
2019-10-21
Shorten timeout tests
Jens Axboe
2019-10-21
Add test for overflow of timeout request's sequence
yangerkun
2019-10-18
test/accept: fix a few errors
Jens Axboe
2019-10-18
test/accept: test that we -EINVAL for accept with SQPOLL
Jens Axboe
2019-10-17
Add simple IORING_OP_ACCEPT test case
Jens Axboe
2019-10-17
test/socket-rw.c: use TCP, not pipes
Jens Axboe
2019-10-17
Add io_uring_prep_accept() helper
Jens Axboe
2019-10-17
Sync with kernel io_uring.h header
Jens Axboe
2019-10-17
Add deadlock socket read/write test case
Jens Axboe
2019-10-17
Un-DOSify test/232c93d07b74-test.c
Jens Axboe
2019-10-17
Add test case for non-blocking socket reads/writes
Jens Axboe
2019-10-16
Add IORING_OP_TIMEOUT_REMOVE
Jens Axboe
2019-10-16
test/timeout: cleanup cqe seen and error prints
Jens Axboe
2019-10-15
Make io_uring_prep_timeout() take timeout flags
Jens Axboe
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
Add io_uring_register_files_update()
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
[next]