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
2020-03-04
test/orc: soft fail if filename isn't given
fd-select
Jens Axboe
2020-03-04
test/accept: add SOCK_SPECIFIC_FD test case
Jens Axboe
2020-03-04
Add sample open-read-close chain
Jens Axboe
2020-03-02
test/send_recvmsg: cleanup on abort
Jens Axboe
2020-03-02
test/splice: don't use memfd
Jens Axboe
2020-03-02
test/splice: include <linux/memfd.h>
Jens Axboe
2020-03-02
__io_uring_get_cqe: fix spurious -EAGAIN
Jens Axboe
2020-03-02
__io_uring_get_cqe: don't subtract negative error from 'submit'
Jens Axboe
2020-03-02
__io_uring_get_cqe: eliminate unnecessary io_uring_enter() syscalls
Xiaoguang Wang
2020-02-29
test/across-fork: have child wait for write finish
Jens Axboe
2020-02-29
test/send_recvmsg: ensure that we get -ENOBUFS for no buffers
Jens Axboe
2020-02-28
test/send_recvmsg: add missing socket close
Jens Axboe
2020-02-28
test/read-write: ensure SQPOLL for non-root just warns
Jens Axboe
2020-02-28
io_uring_prep_splice: fix 32-bit compat off_in truncation
Jens Axboe
2020-02-27
test/send_recvmsg: add support for BUF_SELECT
Jens Axboe
2020-02-27
Fix 32-bit warning for io_uring_prep_splice()
Jens Axboe
2020-02-26
Merge branch 'patch-1' of https://github.com/YoSTEALTH/liburing-C
Jens Axboe
2020-02-26
Needs an line break
YoSTEALTH
2020-02-26
test/poll-link: don't error out on connect failure
Jens Axboe
2020-02-25
Make it clear we're now on the 0.6 base
Jens Axboe
2020-02-25
test/read-write: fix non-root failure
Jens Axboe
2020-02-25
test/link: fix typo
Jens Axboe
2020-02-25
test/read-write: add test case for selectable buffers
Jens Axboe
2020-02-25
Add IORING_OP_PROVIDE_BUFFERS and helper
Jens Axboe
2020-02-25
test/sq-poll-kthread: include grace period before thread check
Jens Axboe
2020-02-24
configure: sync struct open_how with kernel API
Jens Axboe
2020-02-24
Reinstate io_uring_unregister_eventfd()
Jens Axboe
2020-02-24
test/splice: fix-up test case on kernels not supporting splice
Jens Axboe
2020-02-24
test/splice: add basic splice tests
Pavel Begunkov
2020-02-24
splice: add splice(2) helpers
Pavel Begunkov
2020-02-23
test/accept-link: update for FAST_POLL
Jens Axboe
2020-02-23
Sync io_uring.h with 5.7-pre
Jens Axboe
2020-02-21
test: add sq-poll-kthread test case
liburing-0.4
Stefano Garzarella
2020-02-20
configure: fix mis-generation of compat.h for no __kernel_rwf_t
Jens Axboe
2020-02-20
Merge branch 'dev' of https://github.com/CarterLi/liburing
Jens Axboe
2020-02-20
man/io_uring_setup.2: fix 'sq_thread_idle' description
Stefano Garzarella
2020-02-20
liburing.h: add const type qualifier
Carter Li
2020-02-19
Merge branch 'dev' of https://github.com/CarterLi/liburing
Jens Axboe
2020-02-19
man/io_uring_enter.2: correct IORING_OP_STATX
Carter Li
2020-02-14
Merge branch 'pu/test-suite' of https://github.com/guillemj/liburing
Jens Axboe
2020-02-14
test: Initialize the data struct to set stop member to 0
Guillem Jover
2020-02-14
test: Distinguish failure messages for accept-link
Guillem Jover
2020-02-14
test: Expect fail values from io_uring calls to be -errno instead of -1
Guillem Jover
2020-02-14
test: Handle NULL sqe and cqe in tests
Guillem Jover
2020-02-14
test: Unify queue init failed error message
Guillem Jover
2020-02-14
test: Cleanup file artifacts on early exits
Guillem Jover
2020-02-14
test: Skip tests where the kernel lacks support
Guillem Jover
2020-02-14
Add src/include/liburing/compat.h to .gitignore
Guillem Jover
2020-02-13
test/poll-cancel-ton: reap events after submit
Jens Axboe
2020-02-12
man/io_uring_register.2: add note of ring quiesce for file/buffers registration
Jens Axboe
[next]