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-02-25
Update versions to 0.5
liburing-0.5
v0.5
Jens Axboe
2020-02-25
Reinstate io_uring_unregister_eventfd()
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
2020-01-28
Add io_uring_{register,unregister}_personality() helpers
Jens Axboe
2020-01-28
Remove EPOLL_CTL for now
Jens Axboe
2020-01-27
Update shared workqueue support and test case
Jens Axboe
2020-01-25
Rename io_uring_params 'id' to 'wq_id'
Jens Axboe
2020-01-24
IORING_SETUP_SHARED got renamed to IORING_SETUP_ATTACH_WQ
Jens Axboe
2020-01-23
Add io_uring_register_probe()
Jens Axboe
2020-01-23
Update io_uring.h
Jens Axboe
2020-01-15
Fix 32-bit compile warning in io_uring_prep_openat2()
Jens Axboe
2020-01-15
Update struct io_uring_files_update struct
Jens Axboe
2020-01-09
Add helpers for IORING_OP_{RECV,SEND} opcodes
Jens Axboe
2020-01-09
Change EPOLL_CTL and OPENAT2 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-26
io_uring.h: add IORING_FEAT_RW_CUR_POS flag
Carter Li
2019-12-23
configure: allow to set host CC
Jens Axboe
2019-12-23
Makefile: quiet down rm
Jens Axboe
2019-12-23
Add non-vectored read/write
Jens Axboe
2019-12-21
Only use -fPIC for the shared library
Jens Axboe
2019-12-21
Sync io_uring.h header with 5.6 kernel bits
Jens Axboe
2019-12-19
Merge branch 'poll-getevents' of https://github.com/glommer/liburing
Jens Axboe
2019-12-19
__io_uring_flush_sq: avoid extra shared ktail read, if we can avoid it
Jens Axboe
2019-12-19
for polled IO, do not miss the opportunity of getting completions when going ...
Glauber Costa
2019-12-16
__io_uring_get_cqe: use internal stable pointer for cqe
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-12
Sync io_uring.h with 5.6 kernel bits
Jens Axboe
2019-12-11
Add IORING_OP_OPENAT/IORING_OP_CLOSE helpers and test case
Jens Axboe
2019-12-11
__io_uring_flush_sq: kill dead variable
Jens Axboe
2019-12-10
Add prep helpers for IORING_OP_FILES_UPDATE and IORING_OP_FALLOCATE
Jens Axboe
2019-12-10
Sync io_uring with 5.6
Jens Axboe
[next]