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-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
2020-05-19
test/iopoll: add polled IO test case
Jens Axboe
2020-05-19
test: add option to run with defined test files / devices
Jens Axboe
2020-05-19
test: add potential argument, ignore if unused
Jens Axboe
2020-05-19
remove duplicate call to __io_uring_peek_cqe()
Bijan Mottahedeh
2020-05-19
update wait_nr to account for completed event
Bijan Mottahedeh
2020-05-19
preseve wait_nr if SETUP_IOPOLL is set
Bijan Mottahedeh
2020-05-19
man/io_uring_enter.2: add IORING_OP_TEE entry
Jens Axboe
2020-05-17
splice/tee/tests: test len=0 splice/tee
Pavel Begunkov
2020-05-17
tee/test: add test for tee(2)
Pavel Begunkov
2020-05-17
update io_uring.h with tee()
Pavel Begunkov
2020-05-17
splice/test: improve splice tests
Pavel Begunkov
2020-05-15
test/open-close: fix race with closing ring itself
Jens Axboe
2020-05-01
Merge branch 'master' of https://github.com/shuveb/liburing
Jens Axboe
2020-05-02
Adding section to describe IORING_OP_EPOLL_CTL
Shuveb Hussain
2020-05-01
test/sfr: basic test for sync_file_range
Pavel Begunkov
2020-04-30
test/link-timeout: FASTPOLL kernels can cancel successfully
Jens Axboe
2020-04-30
fix missing '#include <sys/stat.h>' in 'src/include/liburing.h
Milan P. Stanić
2020-04-29
fix build on musl libc
Milan P. Stanić
2020-04-29
Use uint64_t for splice offsets
Jens Axboe
2020-04-29
Use __off64_t for offsets
Jens Axboe
2020-04-29
Merge branch 'master' of https://github.com/shuveb/liburing
Jens Axboe
2020-04-29
Adding description for the IORING_OP_SPLICE operation
Shuveb Hussain
2020-04-27
Merge branch 'master' of https://github.com/shuveb/liburing
Jens Axboe
2020-04-27
Adding section describing IORING_OP_OPENAT2
Shuveb Hussain
2020-04-27
test/statx: add test case for AT_EMPTY_PATH + valid fd
Jens Axboe
2020-04-24
Fix 32-bit warnings on compile
Jens Axboe
2020-04-24
test: use mmap() directly in syzbot generated code
Jens Axboe
2020-04-22
__io_uring_get_cqe: silence signed vs unsigned comparison warning
Jens Axboe
2020-04-22
io_uring_get_sqe: always use khead
Jens Axboe
2020-04-13
sq_ring_needs_enter: check whether there are sqes when SQPOLL is not enabled
liburing-0.6
Xiaoguang Wang
2020-04-12
.gitignore: add lfs-openat and lfs-openat-write
Jens Axboe
2020-04-12
Merge branch 'master' of https://github.com/markpapadakis/liburing
Jens Axboe
2020-04-12
Utility function io_uring_register_eventfd_async
Mark Papadakis
2020-04-11
Merge branch 'pu/readme-license' of https://github.com/guillemj/liburing
Jens Axboe
2020-04-11
README: Update license information
Guillem Jover
2020-04-11
Merge branch 'pu/licenses' of https://github.com/guillemj/liburing
Jens Axboe
2020-04-11
spec: Correct License field
Guillem Jover
2020-04-11
man: Switch to use SPDX tag markers
Guillem Jover
[next]