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
ring-buf-alloc
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-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
2020-02-11
Add SPDX license identifiers
Jens Axboe
2020-02-11
io_uring.h: make GPL-2.0 OR MIT
Jens Axboe
2020-02-12
liburing.map: Fix LIBURING_0.3 shared library version node
Guillem Jover
2020-02-07
Fix liburing.so symlink source if libdir != libdevdir
Stefan Metzmacher
2020-02-06
io_uring_sq_ready: check shared head for SQPOLL ring
Jens Axboe
2020-02-06
configure/Makefile: introduce libdevdir defaults to $(libdir)
Stefan Metzmacher
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-30
Sync io_uring.h with 5.6-rc
Jens Axboe
2020-01-29
io_uring.h: remove dead IOSQE_PERSONALITY flag
Jens Axboe
2020-01-28
Add sqe personality member/flag
Jens Axboe
[next]