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
no-ipi
registered-ring
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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2019-09-25
Add io_uring_cq_ready()
James Rouzier
2019-09-25
liburing: use -fPIC for both static and shared libraries
Jens Axboe
2019-09-25
io_uring.h: sync with kernel header
Jens Axboe
2019-09-22
Makefile: handle quiet AR/RANLIB
Jens Axboe
2019-09-21
Makefile: add pretty/quiet CC/LN output
Jens Axboe
2019-09-21
Add io_uring_wait_cqes_timeout()
Jens Axboe
2019-09-21
__io_uring_get_cqe: change 'wait' bool to be a count of requests
Jens Axboe
2019-09-21
io_uring_wait_cqe_timeout: document that io_uring_submit() not needed
Jens Axboe
2019-09-21
Merge branch 'sq_space_left' of https://github.com/rouzier/liburing
Jens Axboe
2019-09-21
io_uring_wait_cqe_timeout: fix wrong error return check
Jens Axboe
2019-09-21
Add io_uring_sq_space_left()
James Rouzier
2019-09-21
Add io_uring_wait_cqe_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-19
Remove TIMEOUT code
Jens Axboe
2019-09-17
Add IORING_OP_TIMEOUT opcode
Jens Axboe
2019-09-16
liburing: add io_uring_prep_{recv,send}msg
李通洲
2019-09-06
src/setup: unify ring munmap()
Jens Axboe
2019-09-06
liburing: Use the single mmap feature
Hristo Venev
2019-09-06
Sync io_uring.h with the kernel
Jens Axboe
2019-08-30
Fixed address prep helpers should include buf_index
Jens Axboe
2019-08-28
Make io_uring_peek_cqe() return -EAGAIN for no CQEs
Jens Axboe
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-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-10
Use __typeof() instead of typeof()
Hrvoje Zeba
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
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
2019-06-06
Add io_uring_submit_and_wait()
Jens Axboe
2019-06-04
Add basic helpers for file/buffer registration
Jens Axboe
2019-06-03
Do not assume p->{cq,sq}_off.head is 0
Kornilios Kourtis
2019-05-29
liburing: export io_uring_queue_mmap symbol
Austin Seipp
2019-05-27
liburing: introduce io_uring_for_each_cqe() and io_uring_cq_advance()
Roman Penyaev
2019-05-27
liburing: introduce io_uring_cqe_set_flags() helper
Roman Penyaev
2019-05-27
queue: always fill in sq->array on io_uring_submit()
Roman Penyaev
2019-05-27
liburing,queue,setup: handle IORING_SQ_NEED_WAKEUP for io_uring_submit()
Roman Penyaev
2019-05-27
setup: return -errno explicitly from io_uring_queue_init()
Roman Penyaev
2019-05-23
io_uring.h: add send/recvmsg parts
Jens Axboe
2019-05-21
io_uring_submit: fix head/tail wrap issue
Jens Axboe
2019-05-20
Fix leak of fd in io_uring_queue_init() on failure
Jens Axboe
2019-05-20
fix harmless typo in sq_entries in io_uring_mmap
Weiping Zhang
2019-05-20
Add missing symbols to linker version map
Hrvoje Zeba
[next]