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-02-25
Update versions to 0.5
liburing-0.5
v0.5
Jens Axboe
2020-02-25
test/link: fix typo
Jens Axboe
2020-02-25
test/sq-poll-kthread: include grace period before thread check
Jens Axboe
2020-02-25
Reinstate io_uring_unregister_eventfd()
Jens Axboe
2020-02-25
configure: sync struct open_how with kernel API
Jens Axboe
2020-02-21
test: add sq-poll-kthread test case
liburing-0.4
Stefano Garzarella
2020-02-20
configure: fix mis-generation of compat.h for no __kernel_rwf_t
Jens Axboe
2020-02-20
Merge branch 'dev' of https://github.com/CarterLi/liburing
Jens Axboe
2020-02-20
man/io_uring_setup.2: fix 'sq_thread_idle' description
Stefano Garzarella
2020-02-20
liburing.h: add const type qualifier
Carter Li
2020-02-19
Merge branch 'dev' of https://github.com/CarterLi/liburing
Jens Axboe
2020-02-19
man/io_uring_enter.2: correct IORING_OP_STATX
Carter Li
2020-02-14
Merge branch 'pu/test-suite' of https://github.com/guillemj/liburing
Jens Axboe
2020-02-14
test: Initialize the data struct to set stop member to 0
Guillem Jover
2020-02-14
test: Distinguish failure messages for accept-link
Guillem Jover
2020-02-14
test: Expect fail values from io_uring calls to be -errno instead of -1
Guillem Jover
2020-02-14
test: Handle NULL sqe and cqe in tests
Guillem Jover
2020-02-14
test: Unify queue init failed error message
Guillem Jover
2020-02-14
test: Cleanup file artifacts on early exits
Guillem Jover
2020-02-14
test: Skip tests where the kernel lacks support
Guillem Jover
2020-02-14
Add src/include/liburing/compat.h to .gitignore
Guillem Jover
2020-02-13
test/poll-cancel-ton: reap events after submit
Jens Axboe
2020-02-12
man/io_uring_register.2: add note of ring quiesce for file/buffers registration
Jens Axboe
2020-02-12
Auto-generate compat.h
Jens Axboe
2020-02-12
Correctly handle if __kernel_timespec is defined
Jens Axboe
2020-02-11
Add SPDX license identifiers
Jens Axboe
2020-02-11
liburing.spec: use brick.kernel.dk and add the signature
Jens Axboe
2020-02-11
io_uring.h: make GPL-2.0 OR MIT
Jens Axboe
2020-02-11
Merge branch 'pu/version-script' of https://github.com/guillemj/liburing
Jens Axboe
2020-02-12
liburing.map: Fix LIBURING_0.3 shared library version node
Guillem Jover
2020-02-11
man/io_uring_setup.2: document IORING_FEAT_CUR_PERSONALITY
Jens Axboe
2020-02-07
Fix liburing.so symlink source if libdir != libdevdir
Stefan Metzmacher
2020-02-07
Add relative path testing
Jens Axboe
2020-02-06
io_uring_sq_ready: check shared head for SQPOLL ring
Jens Axboe
2020-02-06
liburing.spec move to liburing-0.4
Stefan Metzmacher
2020-02-06
debian: package liburing-0.4 and use a layout as the libaio package
Stefan Metzmacher
2020-02-06
configure/Makefile: introduce libdevdir defaults to $(libdir)
Stefan Metzmacher
2020-02-06
test/poll-v-poll: add variant that uses io_uring for epoll_ctl()
Jens Axboe
2020-02-06
Add io_uring_prep_epoll_ctl() helper
Jens Axboe
2020-02-06
io_uring_cqe_get_data() only requires a const struct io_uring_cqe *cqe
Stefan Metzmacher
2020-02-03
Add test/eventfd-ring to .gitignore
Jens Axboe
2020-02-02
Merge branch 'across-fork-test' of https://github.com/anarazel/liburing
Jens Axboe
2020-02-02
Add circular eventfd test case
Jens Axboe
2020-02-02
test/eventfd: skip on earlier kernels
Jens Axboe
2020-02-02
Merge branch 'typo-fixes' of https://github.com/anarazel/liburing
Jens Axboe
2020-02-02
man: typo fixes
Andres Freund
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
[next]