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
Age
Commit message (
Expand
)
Author
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
2020-05-20
Add CQ ring 'flags' field
Stefano Garzarella
2020-05-20
test: use config.local for runtests.sh
Jens Axboe
2020-05-20
Add test case for SQPOLL -EBUSY bug
Jens Axboe
2020-05-19
test/runtests.sh: check if configured test files exist
Jens Axboe
2020-05-19
test/fadvise: support configured test files
Jens Axboe
2020-05-19
test/madvise: support configured test files
Jens Axboe
2020-05-19
test/read-write: support configured test files
Jens Axboe
2020-05-19
test/iopoll: add buf_select test case
Jens Axboe
[next]