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
off_t
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
Age
Commit message (
Expand
)
Author
2022-05-18
man/io_uring_register_buffers.3: add reference to buffer rings
buf-ring
Jens Axboe
2022-05-18
Add man pages for shared provided buffer rings
Jens Axboe
2022-05-18
Change io_uring_buf_ring_add() to take ring and buffer offset
Jens Axboe
2022-05-18
Change io_uring_register_buf_ring() to take a flags argument
Jens Axboe
2022-05-18
Add io_uring_unregister_buf_ring()
Jens Axboe
2022-05-18
Add combined cq+buf ring advance helper
Jens Axboe
2022-05-18
test/send_recvmsg.c: use buffer ring helpers
Jens Axboe
2022-05-18
liburing.c: add buffer ring supply/commit helpers
Jens Axboe
2022-05-18
test/send_recvmsg: add buffer ring test cases
Jens Axboe
2022-05-18
Add ring based registered buffers
Jens Axboe
2022-05-17
test/msg-ring.c: add IOPOLL test
Jens Axboe
2022-05-17
Merge branch 'fix/configure-statx' of https://github.com/safl/liburing
Jens Axboe
2022-05-17
configure: fix compile-checks for statx
Simon A. F. Lund
2022-05-17
io_uring.h: sync with 5.19 io_uring release
Jens Axboe
2022-05-17
io_uring.h: fix merge error
Jens Axboe
2022-05-16
man/io_uring_prep_accept.3: note availability of the multishot variants
Jens Axboe
2022-05-16
Merge branch 'accept-multi'
Jens Axboe
2022-05-16
man/io_uring_prep_recv{msg}.3: add new 5.19 flags
Jens Axboe
2022-05-16
man/io_uring_prep_cancel.3: document new 5.19 cancelation flags
Jens Axboe
2022-05-16
man/io_uring_setup.2: document 5.19 ring setup flags
Jens Axboe
2022-05-16
Merge branch 'big-sqe'
Jens Axboe
2022-05-16
test/nop: make less verbose and don't fail on older kernels
big-sqe
Jens Axboe
2022-05-16
liburing: Update io_uring.h
Krishna Kanth Reddy
2022-05-16
liburing: Test all configurations with NOP test
Stefan Roesch
2022-05-16
liburing: add large CQE tests to nop test
Stefan Roesch
2022-05-16
liburing: index large CQE's correctly
Stefan Roesch
2022-05-16
liburing: return correct ring size for large CQE's
Stefan Roesch
2022-05-16
liburing: increase mmap size for large CQE's
Stefan Roesch
2022-05-16
liburing: Update io_uring.h with large CQE kernel changes
Stefan Roesch
2022-05-16
test/nop: add basic IORING_SETUP_SQE128 tests
Jens Axboe
2022-05-16
setup: add basic support for SQE128
Jens Axboe
2022-05-16
io_uring.h: add IORING_SETUP_SQE128
Jens Axboe
2022-05-16
Merge branch 'xattr'
Jens Axboe
2022-05-14
test/send_recvmsg.c: only check buffer group ID if set
Jens Axboe
2022-05-14
io_uring.h: add IORING_RECVSEND_POLL_FIRST
Jens Axboe
2022-05-14
io_uring.h: add IORING_CQE_F_SOCK_NONEMPTY
Jens Axboe
2022-05-14
test/open-direct-pick.c: add test case for open direct with alloc
Jens Axboe
2022-05-14
Merge branch 'cancel-fd-all'
Jens Axboe
2022-05-14
Add sparse registration helper and kernel definition
Jens Axboe
2022-05-14
queue: add new IORING_SQ_TASKRUN flag
Jens Axboe
2022-05-14
open/openat2: update man page to include IORING_FILE_INDEX_ALLOC
accept-multi
Jens Axboe
2022-05-14
liburing.h: use helper for io_uring_prep_multishot_accept()
Jens Axboe
2022-05-14
man/io_uring_prep_accept.3: fixup some phrasing
Jens Axboe
2022-05-14
man/io_uring_prep_accept.3: add man info for multishot accept
Hao Xu
2022-05-14
test/accept.c: test for multishot direct accept with wrong arg
Hao Xu
2022-05-14
test/accept.c: add test for multishot mode accept
Hao Xu
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-05-14
test/accept.c: close the listen fd at the end of the test
Hao Xu
2022-05-10
man: update man pages for waiting on a CQE with a timeout
Jens Axboe
[next]