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
path:
root
/
src
/
include
/
liburing.h
Age
Commit message (
Expand
)
Author
2019-10-29
Add IORING_OP_ASYNC_CANCEL and prep helper
Jens Axboe
2019-10-17
Add io_uring_prep_accept() helper
Jens Axboe
2019-10-16
Add IORING_OP_TIMEOUT_REMOVE
Jens Axboe
2019-10-15
Make io_uring_prep_timeout() take timeout flags
Jens Axboe
2019-10-08
Add io_uring_register_files_update()
Jens Axboe
2019-10-04
Add io_uring_queue_init_params()
Jens Axboe
2019-10-01
Switch to 32/64-bit agnostic timeout format
Jens Axboe
2019-10-01
Fix timeout detection
Jens Axboe
2019-09-28
Inline fast-path of io_uring_{wait,peek}_cqe()
Jens Axboe
2019-09-27
Fold io_uring_wait_cqes_timeout() with io_uring_wait_cqes()
Jens Axboe
2019-09-27
Add io_uring_wait_cqes()
Jens Axboe
2019-09-25
Add io_uring_peek_batch_cqe()
James Rouzier
2019-09-25
Add io_uring_cq_ready()
James Rouzier
2019-09-21
Add io_uring_wait_cqes_timeout()
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-08-30
Fixed address prep helpers should include buf_index
Jens Axboe
2019-08-19
liburing/barrier.h: Add prefix io_uring to barriers
Julia Suvorova
2019-07-24
src/Makefile: keep private headers in <liburing/*.h>
Stefan Hajnoczi