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-12-01
Add test case for commit 7ad0e4b2f83c
issue25
Jens Axboe
2019-12-01
Fix flush/submit with internal timeout
Jens Axboe
2019-11-29
Remove C99'ism from certain tests
liming wu
2019-11-28
test/connect: fixup a few style issues
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
__io_uring_get_cqe: add safety for SQPOLL
Jens Axboe
2019-11-27
Add regression test for the bug fix in d77a67ed5f27
Jens Axboe
2019-11-27
__io_uring_submit: always check sq_ring_needs_enter()
Jens Axboe
2019-11-26
test/runtests.sh: improve alive worker detection
Jens Axboe
2019-11-25
Add io_uring_prep_connect() helper
Hrvoje Zeba
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-25
Don't cap wait_nr in __io_uring_submit()
Hrvoje Zeba
2019-11-25
test/timeout: test_single_timeout_nr should wait for 3, not 4
Jens Axboe
2019-11-24
test/fc2a85cb02ef-test: make sure we skip on non-root
Jens Axboe
2019-11-24
test/read-write: remove debug message
Jens Axboe
2019-11-24
test/stdout: add fixed buffer tests
Jens Axboe
2019-11-22
Make __io_uring_submit_and_wait() do the right thing for flushed ring state
Jens Axboe
2019-11-22
Revert "Fix io_uring_sq_ready()"
Jens Axboe
2019-11-22
Add io_uring_wait_cqe_nr()
Jens Axboe
2019-11-22
Don't let io_uring_wait_cqes() submit IO
Jens Axboe
2019-11-22
test/cq-overflow: add test case for c5bc0ed798e0
Jens Axboe
2019-11-22
Fix io_uring_sq_ready()
Jens Axboe
2019-11-22
Update link_drain with new kernel method
Jackie Liu
2019-11-22
Add test/poll-many.c
Jens Axboe
2019-11-20
Merge branch 'debian_build' of https://github.com/changchengx/liburing
Jens Axboe
2019-11-21
script to build liburing into debian package
Changcheng Liu
2019-11-21
debian rules to package liburing
Changcheng Liu
2019-11-20
test/read-write: add linked test case
Jens Axboe
2019-11-20
test/teardowns: lighten load and wait for children
Jens Axboe
2019-11-20
Update poll cancellation return codes
Jens Axboe
2019-11-20
test/link-timeout: add a few more test cases
Jens Axboe
2019-11-19
built liburing.so and test binary first when runtests
Jackie Liu
2019-11-19
Avoid redefined warning of "SIGSTKSZ"
Jackie Liu
2019-11-19
mktemp is dangerous, better use mkostemp
Jackie Liu
2019-11-19
linked-timeout: check invalid linked timeouts
Pavel Begunkov
2019-11-19
Add teardown test case
Jens Axboe
2019-11-14
test/link-timeout: add more chained linked timeout cases
Jens Axboe
2019-11-14
Add test/poll-cancel-ton
Jens Axboe
2019-11-14
test/fixed-link: fix transposed error arguments
Jens Axboe
2019-11-13
Fix 32-bit compile warnings
Jens Axboe
2019-11-13
test: add test for READ_FIXED & IOSQE_IO_LINK
Carter Li
2019-11-13
test/fc2a85cb02ef-test: set fail slab/page_alloc verbose to 0
Jens Axboe
2019-11-13
io_uring: invalid fd for file-less operations
Pavel Begunkov
2019-11-12
test: fix up dead code bugs
Jeff Moyer
2019-11-12
Always use bundled liburing.h for test cases
Jens Axboe
2019-11-12
test/poll-link: use mask check for completion success
Jens Axboe
2019-11-11
Improve reliability of poll/accept-link tests
Jens Axboe
2019-11-11
test/accept-link: add test case for accept linked with timers
Jens Axboe
[next]