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
Age
Commit message (
Expand
)
Author
2020-07-07
src/compat_libaio: silence fallthrough cases
libaio-wrapper
Jens Axboe
2020-07-07
compat_libaio.c: get correct io_event data from cqe->user_data
Hongnan Li
2020-07-07
ring jazz
Jens Axboe
2020-07-07
Add libaio wrapper
Jens Axboe
2020-07-06
man/io_uring_enter.2: updated io_uring_sqe and fixed incorrect flag references.
Alex Nash
2020-07-06
Removed misplaced periods from io_uring_enter(2).
Alex Nash
2020-07-06
Merge branch 'readme' of https://github.com/jobs-git/liburing
Jens Axboe
2020-07-06
Make readme sensible
Jobs Gate
2020-07-04
man/io_uring_enter: update connect to note use of const
Jens Axboe
2020-07-04
Merge branch 'master' of https://github.com/KayEss/liburing
Jens Axboe
2020-07-04
Take `sockaddr` immutably in io_uring_prep_connect
Kirit Sælensminde
2020-07-03
test/ce593a6c480a-test: ignore arguments
Jens Axboe
2020-07-03
Add regression test case for task_work regression
Jens Axboe
2020-07-03
Merge branch 'dev' of https://github.com/CarterLi/liburing
Jens Axboe
2020-07-02
Merge branch 'fix-splice-docs' of https://github.com/gerow/liburing
Jens Axboe
2020-07-02
man: fix description of splice offsets
Mike Gerow
2020-06-30
test: various missing return checks from io_uring_wait_cqe()
Jens Axboe
2020-06-28
.travis.yml: Run tests as root and ignore test results
Bart Van Assche
2020-06-28
.travis.yml: Change the language from C to C++
Bart Van Assche
2020-06-28
configure: Use $CC and $CXX as default compilers if set
Bart Van Assche
2020-06-28
Add a C++ unit test
Bart Van Assche
2020-06-28
Make the liburing header files again compatible with C++
Bart Van Assche
2020-06-28
src/include/liburing/barrier.h: Restore clang compatibility
Bart Van Assche
2020-06-28
src/Makefile: Only specify -shared at link time
Bart Van Assche
2020-06-28
configure: test for presence of C++ compiler
Jens Axboe
2020-06-22
Merge branch 'openat_o_path' of https://github.com/MaxKellermann/liburing
Jens Axboe
2020-06-22
test/lfs-openat: open dfd with O_PATH
Max Kellermann
2020-06-22
test/timeout-overflow: use #X for the timeout number
Jens Axboe
2020-06-21
test/runtests.sh: make default timeout be 60 seconds
Jens Axboe
2020-06-21
Convert __io_uring_get_sqe() from a macro into an inline function
Bart Van Assche
2020-06-21
src/include/liburing/barrier.h: Use C11 atomics
Bart Van Assche
2020-06-21
Makefiles: Enable -Wextra
Bart Van Assche
2020-06-18
Bump version to 1.0.7
Jens Axboe
2020-06-17
change poll_events to 32 bits to cover EPOLLEXCLUSIVE
Jiufei Xue
2020-06-16
test/stdout: fix strcmp non-\0 string
Pavel Begunkov
2020-06-15
Add test/iopoll to .gitignore
Jens Axboe
2020-06-15
test/runtests.sh: add dmesg check
Jens Axboe
2020-06-10
test/send_recv: add SQPOLL test case
Jens Axboe
2020-06-10
examples/ucontext-cp.c: use IORING_OP_TIMEOUT
Carter Li
2020-06-10
man/io_uring_enter: correct the description of
Carter Li
2020-06-09
Add test/close-opath.c
Jens Axboe
2020-06-01
test/runtests.sh: improve failed list
Jens Axboe
2020-05-29
test/iopoll: skip test if file/device/fs doesn't supported polled IO
Jens Axboe
2020-05-23
test/file-register: ensure write vs read is ordered
Jens Axboe
2020-05-23
test/runtests.sh: include argument for failed test concatenation
Jens Axboe
2020-05-20
test/eventfd-disable: ignore test when an argument is given
Jens Axboe
2020-05-20
Add test/eventfd-disable.c test case
Stefano Garzarella
2020-05-20
man/io_uring_register.2: add IORING_CQ_EVENTFD_DISABLED description
Stefano Garzarella
2020-05-20
Add helpers to set and get eventfd notification status
Stefano Garzarella
2020-05-20
man/io_uring_setup.2: add 'flags' field in the struct io_cqring_offsets
Stefano Garzarella
[next]