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
Age
Commit message (
Expand
)
Author
2 days
run link_drain test with defer_taskrun too
HEAD
master
Dylan Yudaken
2 days
add a test using drain with IORING_SETUP_DEFER_TASKRUN
Dylan Yudaken
3 days
test/poll: add test case with a ton of poll requests for the ring itself
Jens Axboe
3 days
test: fix parallel send-zerocopy
Pavel Begunkov
6 days
tests/msg_ring: remote submit to a deferred tw ring
Pavel Begunkov
6 days
tests/msg_ring: refactor test_remote
Pavel Begunkov
6 days
test/msg_ring: test msg_ring to a disabled ring
Pavel Begunkov
6 days
tests/msg_ring: test msg_ring with deferred tw
Pavel Begunkov
6 days
tests/msg_ring: use correct exit codes
Pavel Begunkov
6 days
man/io_uring_prep_msg_ring: add note on sending to a disabled ring
Jens Axboe
8 days
test/accept: remove leftover debug code
Jens Axboe
8 days
test/read-before-exit: handle IOPOLL failure on older kernels
Jens Axboe
8 days
test/accept: gracefully accept test skips
Jens Axboe
8 days
test/helpers: don't warn for -EINVAL on ring create
Jens Axboe
9 days
test/poll-race-mshot: skip test if no provided buffer ring is available
Jens Axboe
9 days
test/msg-ring-overflow: skip on kernels without full submit
Jens Axboe
9 days
test: get rid of variout "not supported, skipped" messages
Jens Axboe
9 days
test/poll-race-mshot: add poll race test with regular recv and pbufs
Jens Axboe
9 days
test/poll-race-mshot: add test case for poll race with multishot
Jens Axboe
9 days
test/iopoll: add explicit test case for io_uring_peek_cqe() and IOPOLL
Jens Axboe
10 days
test/msg-ring-flags: test remote passing as well
Jens Axboe
10 days
test/msg-ring-flags: add overflow test
Jens Axboe
10 days
test/msg-ring-flags: reduce queue size to 2
Jens Axboe
10 days
test/msg-ring-overflow: add overflow tests for IORING_OP_MSG_RING
Jens Axboe
10 days
test/msg-ring: don't print 'skipped' when test gets skipped
Jens Axboe
11 days
test/helpers: fix socket length type
Gabriel Krisman Bertazi
12 days
Merge branch 'pu/liburing-ffi.pc' of https://github.com/guillemj/liburing
Jens Axboe
12 days
Merge branch 'pu/man-fixes' of https://github.com/guillemj/liburing
Jens Axboe
12 days
pkgconfig: Add a liburing-ffi.pc file
Guillem Jover
12 days
man: Fix typos
Guillem Jover
12 days
Switch URLs from http to https
Guillem Jover
13 days
tests: lazy pollwq activation for disabled rings
Pavel Begunkov
13 days
tests: test DEFER_TASKRUN in poll-many
Pavel Begunkov
13 days
tests: refactor poll-many.c
Pavel Begunkov
13 days
README: Explain about FFI support
Ammar Faizi
13 days
README: Explain how to build liburing
Ammar Faizi
2023-01-14
test/iopoll-overflow: add specific test for IOPOLL overflow
Jens Axboe
2023-01-13
liburing.map: Export `io_uring_{enable_rings,register_restrictions}`
Ammar Faizi
2023-01-12
man/io_uring_prep_splice.3: Fix description in io_uring_prep_splice() manpage
Ammar Faizi
2023-01-12
man/io_uring_prep_splice.3: Explain more about io_uring_prep_splice()
Ammar Faizi
2023-01-12
liburing.h: 's/is adjust/is adjusted/' and fix indentation
Ammar Faizi
2023-01-12
CHANGELOG: Note about --nolibc configure option deprecation
Ammar Faizi
2023-01-12
liburing-ffi.map: Add io_uring_prep_msg_ring_cqe_flags() function
Ammar Faizi
2023-01-11
test/msg-ring-flags: cleanups for skipping on unsupported kernels
Jens Axboe
2023-01-11
Merge branch 'master' of https://github.com/leitao/liburing
Jens Axboe
2023-01-11
man: update send/send_zc/sendmsg on IOSQE_IO_LINK usage
Jens Axboe
2023-01-11
test/io_uring_prep_msg_ring_cqe_flags new test
Breno Leitao
2023-01-11
man/io_uring_prep_msg_ring: Add additional function
Breno Leitao
2023-01-10
test/poll-race: skip test if argument is given
Jens Axboe
2023-01-10
test/poll-race: add test case for racy poll handling
Jens Axboe
[next]