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
2020-02-02
Add test for sharing uring across fork
Andres Freund
2020-02-01
man/io_uring_enter.2: clarify how/when IOSQE_IO_LINK are terminated
Jens Axboe
2020-02-01
test/read-write: skip eventfd read if we know we don't have READ
Jens Axboe
2020-02-01
Merge branch 'eventfd_test' of https://github.com/cor3ntin/liburing
Jens Axboe
2020-02-01
Use stderr consistently in test/ cases
Jens Axboe
2020-02-01
test/send_recv: use stderr for errors
Jens Axboe
2020-02-01
Merge branch 'dev' of https://github.com/CarterLi/liburing
Jens Axboe
2020-02-02
test: add test for send_recv
Carter Li
2020-01-31
Add eventfd test case
Jens Axboe
2020-01-31
add another helper for probing existing opcodes
Glauber Costa
2020-01-30
man/io_uring_enter.2: add IOSQE_ASYNC
Jens Axboe
2020-01-30
man/io_uring_enter.2: add credentials personality field
Jens Axboe
2020-01-30
man/io_uring_register.2: add missing registration opcodes
Jens Axboe
2020-01-30
man/io_uring_enter.2: add fadvise/madvise
Jens Axboe
2020-01-30
test/probe: add test csae for io_uring_get_probe()
Jens Axboe
2020-01-30
test/probe: split verification into helper
Jens Axboe
2020-01-30
add helper functions to verify io_uring supported opcodes
Glauber Costa
2020-01-30
Update README to mention regressions tests
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-29
test/personality: update to modified API
Jens Axboe
2020-01-29
man/io_uring_enter.2: add IORING_OP_{SEND,RECV}
Jens Axboe
2020-01-29
man/io_uring_enter.2: add notes on kernel version availability
Jens Axboe
2020-01-29
Add test/personality to .gitignore
Jens Axboe
2020-01-29
.gitignore: add missing tests to ignore
Stefano Garzarella
2020-01-28
test/shared-wq: remove debug sleep
Jens Axboe
2020-01-28
test/personality: test invalid unregister ID
Jens Axboe
2020-01-28
test/personality: test invalid personality
Jens Axboe
2020-01-28
Add personality test case
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-28
test/shared-wq: use normal init
Jens Axboe
2020-01-28
test/read-write: fixed output, and added 'nonvec', when VERBOSE
Simon A. F. Lund
2020-01-27
Update shared workqueue support and test case
Jens Axboe
2020-01-27
Merge branch 'fix-man' of https://github.com/quininer/liburing
Jens Axboe
2020-01-27
Fix IORING_OP_CONNECT document
quininer
2020-01-26
Add a test for reading from eventfd
Corentin Jabot
2020-01-26
test/read-write: skip non-vectored read/write if not supported
Jens Axboe
2020-01-26
test/madvise: don't fail on "suspicious timings"
Jens Axboe
2020-01-25
Rename io_uring_params 'id' to 'wq_id'
Jens Axboe
2020-01-24
test/read-write: add non-vectored read/write testing
Jens Axboe
2020-01-24
Add test case for IORING_SETUP_ATTACH_WQ
Jens Axboe
2020-01-24
IORING_SETUP_SHARED got renamed to IORING_SETUP_ATTACH_WQ
Jens Axboe
2020-01-23
Add probe test case
Jens Axboe
2020-01-23
Add io_uring_register_probe()
Jens Axboe
2020-01-23
Update io_uring.h
Jens Axboe
2020-01-21
Include MIT notice in rpm spec and debian package file
Jens Axboe
2020-01-21
Merge branch 'mit'
Jens Axboe
2020-01-20
Add MIT license
Jens Axboe
[next]