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
Age
Commit message (
Expand
)
Author
2020-02-25
Add IORING_OP_PROVIDE_BUFFERS and helper
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-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-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
Update io_uring.h
Jens Axboe
2020-01-15
Update struct io_uring_files_update struct
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-26
Add fadvise/madvise prep helpers
Jens Axboe
2019-12-26
io_uring.h: add IORING_FEAT_RW_CUR_POS flag
Carter Li
2019-12-23
Add non-vectored read/write
Jens Axboe
2019-12-21
Sync io_uring.h header with 5.6 kernel bits
Jens Axboe
2019-12-14
Add IORING_OP_STATX definition and simple test case
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-10
Sync io_uring with 5.6
Jens Axboe
2019-12-10
test/link: add a few IOSQE_IO_HARDLINK test cases
Jens Axboe
2019-12-03
Sync io_uring.h with the kernel
Jens Axboe
2019-11-25
Add io_uring_prep_connect() helper
Hrvoje Zeba
2019-11-09
test/cq-overflow: update for IORING_FEAT_NODROP
Jens Axboe
2019-11-08
Merge branch 'cqring-nodrop'
Jens Axboe
2019-11-06
Add test case for IORING_SETUP_CQ_NODROP
cqring-nodrop
Jens Axboe
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-29
Add IORING_OP_ASYNC_CANCEL and prep 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
Add test case for absolute timeouts
Jens Axboe
2019-10-04
io_uring.h: add IORING_SETUP_CQSIZE
Jens Axboe
2019-10-03
Add test/file-register
Jens Axboe
2019-09-25
io_uring.h: sync with kernel header
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-06
Sync io_uring.h with the kernel
Jens Axboe
2019-08-20
liburing/barrier.h: Add prefix to arm barriers
Julia Suvorova
2019-08-19
liburing/barrier.h: Add prefix io_uring to barriers
Julia Suvorova
2019-08-08
Add arm64 memory barriers support
Jackie Liu
2019-07-24
src/Makefile: keep private headers in <liburing/*.h>
Stefan Hajnoczi