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-09-20
Test support for timed wait
timeout
Jens Axboe
2019-09-20
Get rid of memset() for command prep helpers
Jens Axboe
2019-09-20
Add TIMEOUT support
Jens Axboe
2019-09-20
examples/ucontext-cp: style fixups
Jens Axboe
2019-09-20
Merge branch 'master' of https://github.com/CarterLi/liburing
Jens Axboe
2019-09-20
examples/ucontext-cp: use ucontext with liburing
李通洲
2019-09-19
Remove TIMEOUT code
Jens Axboe
2019-09-17
test/timeout: check if we always get a wakeup from timeout
Jens Axboe
2019-09-17
test/timeout: include some notion of verifying length of timeout
Jens Axboe
2019-09-17
Add basic IORING_OP_TIMEOUT test case
Jens Axboe
2019-09-17
Add IORING_OP_TIMEOUT opcode
Jens Axboe
2019-09-15
Merge branch 'master' of https://github.com/CarterLi/liburing
Jens Axboe
2019-09-16
liburing: add io_uring_prep_{recv,send}msg
李通洲
2019-09-10
test/io_uring_enter.c: unlink temp file when done
Jens Axboe
2019-09-06
src/setup: unify ring munmap()
Jens Axboe
2019-09-06
liburing: Use the single mmap feature
Hristo Venev
2019-09-06
test/io_uring_setup: add support for io_uring_params->features
Jens Axboe
2019-09-06
test/cq-full: handle io_uring_peek_cqe() -EAGAIN
Jens Axboe
2019-09-06
Sync io_uring.h with the kernel
Jens Axboe
2019-08-30
examples/io_uring-cp: handle io_uring_peek_cqe() -EAGAIN
Jens Axboe
2019-08-30
Fixed address prep helpers should include buf_index
Jens Axboe
2019-08-29
Add test case for poll hang
Jens Axboe
2019-08-28
Make io_uring_peek_cqe() return -EAGAIN for no CQEs
Jens Axboe
2019-08-28
liburing: specifying --prefix to configure script was ineffective, fix.
Kevin Vigor
2019-08-20
liburing/barrier.h: Add prefix to arm barriers
Julia Suvorova
2019-08-19
liburing/barrier.h: Add prefix io_uring to barriers
Julia Suvorova
2019-08-08
Add arm64 memory barriers support
Jackie Liu
2019-08-05
Add basic README
Jens Axboe
2019-08-03
spec: fix <liburing/*.h> permissions
liburing-0.1
Stefan Hajnoczi
2019-08-03
spec: add URL tag
Stefan Hajnoczi
2019-08-03
spec: use Fedora "LGPLv2+" license identifier
Stefan Hajnoczi
2019-08-03
COPYING: update to latest LGPL v2.1 text
Stefan Hajnoczi
2019-07-24
src/Makefile: keep private headers in <liburing/*.h>
Stefan Hajnoczi
2019-07-24
src/Makefile: honor the caller's includedir and libdir
Stefan Hajnoczi
2019-07-24
spec: invoke ./configure with arguments
Stefan Hajnoczi
2019-07-24
pkgconfig: add missing config-host.mak dependency
Stefan Hajnoczi
2019-07-16
Don't take ownership of %{_mandir}/man2 directory
Hrvoje Zeba
2019-07-15
man: add IOSQE_IO_DRAIN and IOSQE_IO_LINK
Jens Axboe
2019-07-10
Use __typeof() instead of typeof()
Hrvoje Zeba
2019-07-09
Add regression test cases for kthread stuck
Jackie Liu
2019-07-08
Make runtests.sh output test to dmesg
Jens Axboe
2019-07-08
Optimize i386 memory barriers
Bart Van Assche
2019-07-08
Change __x86_64 into __x86_64__
Bart Van Assche
2019-07-08
Fix the 32-bit build
Bart Van Assche
2019-07-08
Makefiles: Support specifying CFLAGS on the command line
Bart Van Assche
2019-07-02
Fix the use of memory barriers
Bart Van Assche
2019-07-02
__io_uring_get_cqe(): Use io_uring_for_each_cqe()
Bart Van Assche
2019-06-17
src/queue: cleanup sq_ring_needs_enter()
Jens Axboe
2019-06-17
Add support for eventfd registration
Jens Axboe
2019-06-17
Make io_uring registration arguments const
Jens Axboe
[next]