index
:
liburing
accept-multi
arch
big-sqe
buf-ring
cancel-fd-all
cancel-op
cqring-nodrop
fd-select
futex
huge
huge.2
issue25
issue448
libaio-wrapper
link-timeout
master
mlock-size
next
no-ipi
off_t
read-mshot
registered-ring
ring-buf-alloc
sq-khead
submit-and-wait-ts
timeout
v0.5
waitid
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
/
io_uring.h
Age
Commit message (
Expand
)
Author
2022-05-14
liburing.h: add api to support multishot accept direct
Hao Xu
2022-05-14
liburing.h: support multishot accept
Hao Xu
2022-04-14
io_uring.h: add IORING_FEAT_LINKED_FILE
Jens Axboe
2022-03-24
Remove IORING_CQE_F_MSG
Jens Axboe
2022-03-10
Merge branch 'registered-ring'
Jens Axboe
2022-03-10
test/drop-submit: test function of IORING_SETUP_SUBMIT_ALL flag
Jens Axboe
2022-03-10
Add io_uring_prep_msg_ring() helper
Jens Axboe
2022-03-05
io_uring.h: sync with kernel for registered ring feature
Jens Axboe
2022-01-05
Remove getdents support
Jens Axboe
2021-12-22
liburing: update io_uring.h header file
Stefan Roesch
2021-11-24
io_uring.h: update to reflect cqe-skip feature
Pavel Begunkov
2021-10-03
io_uring: test IORING_TIMEOUT_ETIME_SUCCESS
Pavel Begunkov
2021-09-18
io_uring.h: include recent 5.15-git addition of exported worker type
Jens Axboe
2021-08-31
io_uring.h: sync with 5.15 kernel
Jens Axboe
2021-08-31
Fix IORING_REGISTER_IOWQ_MAX_WORKERS name
Jens Axboe
2021-08-28
Add io_uring_register_iowq_max_unbound() helper
Jens Axboe
2021-08-25
Update io_uring.h
Jens Axboe
2021-06-22
Revert "io_uring.h: add mknodat opcode"
Jens Axboe
2021-06-21
io_uring.h: add mknodat opcode
Dmitry Kadashev
2021-06-21
io_uring.h: add linkat opcode
Dmitry Kadashev
2021-06-21
io_uring.h: add symlinkat opcode
Dmitry Kadashev
2021-06-18
update rsrc register/update ABI and tests
Pavel Begunkov
2021-05-07
sync io_uring.h API file with Linux 5.13
Pavel Begunkov
2021-04-27
add tests for drain io with multishot reqs
Hao Xu
2021-02-28
Sync io_uring.h API file with Linux 5.12
liburing-2.0
Jens Axboe
2021-01-26
io_uring.h: 5.12 pending kernel sync
Jens Axboe
2020-11-30
Add timeout update
Pavel Begunkov
2020-11-05
remove zero-size array in io_uring.h
Akinobu Mita
2020-11-04
Rename SIG_IS_DATA -> EXT_ARG
Jens Axboe
2020-11-04
Update SIG_IS_DATA to modified kernel API
Jens Axboe
2020-11-04
io_uring.h: update with 5.11-pending copy
Jens Axboe
2020-10-28
io_uring.h: add renameat and unlinkat opcodes
Jens Axboe
2020-09-06
io_uring.h: fix missing tab
Jens Axboe
2020-09-05
Add IORING_OP_SHUTDOWN and prep helper
Jens Axboe
2020-09-05
io_uring.h: add new definitions from 5.10
Jens Axboe
2020-08-27
io_uring.h: add register restrictions and enable ring defines
Stefano Garzarella
2020-08-27
io_uring.h: use an enumeration for io_uring_register(2) opcodes
Stefano Garzarella
2020-07-10
io_uring.h: sync with kernel
Jens Axboe
2020-07-08
Check cq ring overflow status
Xiaoguang Wang
2020-06-28
Make the liburing header files again compatible with C++
Bart Van Assche
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-17
update io_uring.h with tee()
Pavel Begunkov
2020-03-22
io_uring.h: correct spdx header
Jens Axboe
2020-03-11
Sync io_uring.h header with the 5.7 pending kernel bits
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-23
Sync io_uring.h with 5.7-pre
Jens Axboe
2020-02-11
io_uring.h: make GPL-2.0 OR MIT
Jens Axboe
[next]