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
/
include
/
liburing.h
Age
Commit message (
Expand
)
Author
2020-02-28
io_uring_prep_splice: fix 32-bit compat off_in truncation
Jens Axboe
2020-02-27
Fix 32-bit warning for io_uring_prep_splice()
Jens Axboe
2020-02-25
Add IORING_OP_PROVIDE_BUFFERS and helper
Jens Axboe
2020-02-24
splice: add splice(2) helpers
Pavel Begunkov
2020-02-20
liburing.h: add const type qualifier
Carter Li
2020-02-12
Auto-generate compat.h
Jens Axboe
2020-02-12
Correctly handle if __kernel_timespec is defined
Jens Axboe
2020-02-11
Add SPDX license identifiers
Jens Axboe
2020-02-06
io_uring_sq_ready: check shared head for SQPOLL ring
Jens Axboe
2020-02-06
Add io_uring_prep_epoll_ctl() helper
Jens Axboe
2020-02-06
io_uring_cqe_get_data() only requires a const struct io_uring_cqe *cqe
Stefan Metzmacher
2020-01-31
add another helper for probing existing opcodes
Glauber Costa
2020-01-30
add helper functions to verify io_uring supported opcodes
Glauber Costa
2020-01-28
Add io_uring_{register,unregister}_personality() helpers
Jens Axboe
2020-01-23
Add io_uring_register_probe()
Jens Axboe
2020-01-15
Fix 32-bit compile warning in io_uring_prep_openat2()
Jens Axboe
2020-01-09
Add helpers for IORING_OP_{RECV,SEND} opcodes
Jens Axboe
2020-01-08
Add support for IORING_OP_OPENAT2
Jens Axboe
2019-12-27
Add io_uring_ring_dontfork()
Jens Axboe
2019-12-26
Add fadvise/madvise prep helpers
Jens Axboe
2019-12-26
io_uring_prep_files_update() should take offset as well
Jens Axboe
2019-12-23
Add non-vectored read/write
Jens Axboe
2019-12-14
Add IORING_OP_STATX definition and simple test case
Jens Axboe
2019-12-14
io_uring_wait_cqe*(): don't call into the kernel if we peek an event
Jens Axboe
2019-12-11
Add IORING_OP_OPENAT/IORING_OP_CLOSE helpers and test case
Jens Axboe
2019-12-10
Add prep helpers for IORING_OP_FILES_UPDATE and IORING_OP_FALLOCATE
Jens Axboe
2019-12-04
liburing.h: correct some > 80 char lines
Jens Axboe
2019-12-01
Split out system call bits from library interface
Jens Axboe
2019-11-25
Add io_uring_prep_connect() helper
Hrvoje Zeba
2019-11-22
Revert "Fix io_uring_sq_ready()"
Jens Axboe
2019-11-22
Add io_uring_wait_cqe_nr()
Jens Axboe
2019-11-22
Fix io_uring_sq_ready()
Jens Axboe
2019-11-13
Fix 32-bit compile warnings
Jens Axboe
2019-11-13
io_uring: invalid fd for file-less operations
Pavel Begunkov
2019-11-09
__io_uring_submit_and_wait: check for SQ readiness for submit == 0
Jens Axboe
2019-11-05
Add IORING_OP_LINK_TIMEOUT test cases
link-timeout
Jens Axboe
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
[next]