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
2020-07-07
src/compat_libaio: silence fallthrough cases
libaio-wrapper
Jens Axboe
2020-07-07
compat_libaio.c: get correct io_event data from cqe->user_data
Hongnan Li
2020-07-07
ring jazz
Jens Axboe
2020-07-07
Add libaio wrapper
Jens Axboe
2020-07-04
Take `sockaddr` immutably in io_uring_prep_connect
Kirit Sælensminde
2020-06-28
Make the liburing header files again compatible with C++
Bart Van Assche
2020-06-28
src/include/liburing/barrier.h: Restore clang compatibility
Bart Van Assche
2020-06-28
src/Makefile: Only specify -shared at link time
Bart Van Assche
2020-06-21
Convert __io_uring_get_sqe() from a macro into an inline function
Bart Van Assche
2020-06-21
src/include/liburing/barrier.h: Use C11 atomics
Bart Van Assche
2020-06-21
Makefiles: Enable -Wextra
Bart Van Assche
2020-06-18
Bump version to 1.0.7
Jens Axboe
2020-06-17
change poll_events to 32 bits to cover EPOLLEXCLUSIVE
Jiufei Xue
2020-05-20
Add helpers to set and get eventfd notification status
Stefano Garzarella
2020-05-20
Add CQ ring 'flags' field
Stefano Garzarella
2020-05-19
remove duplicate call to __io_uring_peek_cqe()
Bijan Mottahedeh
2020-05-19
update wait_nr to account for completed event
Bijan Mottahedeh
2020-05-19
preseve wait_nr if SETUP_IOPOLL is set
Bijan Mottahedeh
2020-05-17
update io_uring.h with tee()
Pavel Begunkov
2020-04-30
fix missing '#include <sys/stat.h>' in 'src/include/liburing.h
Milan P. Stanić
2020-04-29
Use uint64_t for splice offsets
Jens Axboe
2020-04-29
Use __off64_t for offsets
Jens Axboe
2020-04-24
Fix 32-bit warnings on compile
Jens Axboe
2020-04-22
__io_uring_get_cqe: silence signed vs unsigned comparison warning
Jens Axboe
2020-04-22
io_uring_get_sqe: always use khead
Jens Axboe
2020-04-13
sq_ring_needs_enter: check whether there are sqes when SQPOLL is not enabled
liburing-0.6
Xiaoguang Wang
2020-04-12
Utility function io_uring_register_eventfd_async
Mark Papadakis
2020-03-22
io_uring.h: correct spdx header
Jens Axboe
2020-03-13
io_uring_sq_ready: always used shared ring state
Jens Axboe
2020-03-11
Change 'gid' to 'bgid' for providing buffers
Jens Axboe
2020-03-11
Add io_uring_prep_remove_buffers() helper
Jens Axboe
2020-03-11
Sync io_uring.h header with the 5.7 pending kernel bits
Jens Axboe
2020-03-08
Remove unused code in barrier.h
Taylor
2020-03-08
Merge branch 'atomic-builtins' of https://github.com/taylordotfish/liburing
Jens Axboe
2020-03-08
Use __atomic builtins in barrier.h
Taylor
2020-03-06
io_uring_wait_cqes(): correct comment
Jens Axboe
2020-03-04
__io_uring_get_cqe: remove redundant wait_nr clear
Jens Axboe
2020-03-02
__io_uring_get_cqe: fix spurious -EAGAIN
Jens Axboe
2020-03-02
__io_uring_get_cqe: don't subtract negative error from 'submit'
Jens Axboe
2020-03-02
__io_uring_get_cqe: eliminate unnecessary io_uring_enter() syscalls
Xiaoguang Wang
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
Make it clear we're now on the 0.6 base
Jens Axboe
2020-02-25
Add IORING_OP_PROVIDE_BUFFERS and helper
Jens Axboe
2020-02-24
Reinstate io_uring_unregister_eventfd()
Jens Axboe
2020-02-24
splice: add splice(2) helpers
Pavel Begunkov
2020-02-23
Sync io_uring.h with 5.7-pre
Jens Axboe
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
[next]