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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2019-11-05
Add IORING_OP_LINK_TIMEOUT test cases
link-timeout
Jens Axboe
2019-11-05
barrier.h: add generic smp_mb implementation
Jeff Moyer
2019-10-30
__io_uring_flush_sq(): remove unnecessary check
Kornilios Kourtis
2019-10-30
sq_ring_needs_enter(): force loading of kflags
Kornilios Kourtis
2019-10-29
Add IORING_OP_ASYNC_CANCEL and prep helper
Jens Axboe
2019-10-24
liburing-0.2
liburing-0.2
Jens Axboe
2019-10-17
Add io_uring_prep_accept() helper
Jens Axboe
2019-10-17
Sync with kernel io_uring.h header
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-15
Add test case for absolute timeouts
Jens Axboe
2019-10-08
Add io_uring_register_files_update()
Jens Axboe
2019-10-04
io_uring.h: add IORING_SETUP_CQSIZE
Jens Axboe
2019-10-04
Add io_uring_queue_init_params()
Jens Axboe
2019-10-03
Add test/file-register
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
Fix io_uring_wait_cqes_timeout() with ts == NULL
Jens Axboe
2019-09-27
Add io_uring_wait_cqes()
Jens Axboe
2019-09-27
Add __io_uring_submit_and_wait() helper
Jens Axboe
2019-09-27
io_uring_wait_cqes_timeout: use __io_uring_flush_sq()
Jens Axboe
2019-09-27
Split up __io_uring_submit()
Jens Axboe
2019-09-26
liburing.map: move newer exported symbols to 0.2
Jens Axboe
2019-09-26
io_uring_peek_batch_cqe(): fixup style and add to exports
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-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
[next]