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-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
2020-04-11
Add COPYING.GPL for the GPL v2 license text
Guillem Jover
2020-04-09
Merge branch 'fix-typo' of https://github.com/xuanyi-fu/liburing
Jens Axboe
2020-04-09
man/io_uring_enter.2: fix typo
xuanyi
2020-04-09
configure: check for struct statx
Jens Axboe
2020-04-08
test/lfs-openat-write: return the correct error
Jens Axboe
2020-04-08
Coding style cleanups
Jens Axboe
2020-04-08
test/lfs-openat-write: test LFS writes with OPENAT file
Jens Axboe
2020-04-08
test/lfs-openat: unlink the right file
Jens Axboe
2020-04-08
Add LFS openat test
Jens Axboe
2020-04-07
man/io_uring_enter.2: add note of EINTR return value
Jens Axboe
2020-03-25
Add test/splice to .gitignore
Stefano Garzarella
2020-03-23
test/read-write: skip IOSQE_ASYNC if not supported
Jens Axboe
2020-03-22
io_uring.h: correct spdx header
Jens Axboe
2020-03-20
test/read-write: add RLIMIT_SIZE test case
Jens Axboe
2020-03-20
test/fallocate: add test case for exceeding RLIMIT_FSIZE
Jens Axboe
2020-03-19
spec: add ./configure --libdevdir= for development package files
Stefan Hajnoczi
2020-03-19
spec: use "or" instead of "/" in License line
Stefan Hajnoczi
2020-03-14
test/link-timeout: accept -ECANCELED for bad address write as well
Jens Axboe
2020-03-14
test/read-write: add test case for links with async/drain
Jens Axboe
2020-03-13
test/test/sq-space_left: test kernel vs liburing side sync on short submit
Jens Axboe
2020-03-13
io_uring_sq_ready: always used shared ring state
Jens Axboe
2020-03-11
Change 'gid' to 'bgid' for providing buffers
Jens Axboe
2020-03-11
Add io_uring_prep_remove_buffers() helper
Jens Axboe
2020-03-11
Sync io_uring.h header with the 5.7 pending kernel bits
Jens Axboe
2020-03-10
test/read-write: add more buffer select tests
Jens Axboe
2020-03-08
Merge branch 'fix-warnings' of https://github.com/taylordotfish/liburing
Jens Axboe
2020-03-08
Fix warnings when compiling tests
Taylor
2020-03-08
Merge branch 'atomic-builtins' of https://github.com/taylordotfish/liburing
Jens Axboe
2020-03-08
Remove unused code in barrier.h
Taylor
2020-03-08
Merge branch 'atomic-builtins' of https://github.com/taylordotfish/liburing
Jens Axboe
2020-03-08
Use __atomic builtins in barrier.h
Taylor
2020-03-06
io_uring_wait_cqes(): correct comment
Jens Axboe
2020-03-04
__io_uring_get_cqe: remove redundant wait_nr clear
Jens Axboe
2020-03-02
test/send_recvmsg: cleanup on abort
Jens Axboe
2020-03-02
test/splice: don't use memfd
Jens Axboe
2020-03-02
test/splice: include <linux/memfd.h>
Jens Axboe
2020-03-02
__io_uring_get_cqe: fix spurious -EAGAIN
Jens Axboe
2020-03-02
__io_uring_get_cqe: don't subtract negative error from 'submit'
Jens Axboe
2020-03-02
__io_uring_get_cqe: eliminate unnecessary io_uring_enter() syscalls
Xiaoguang Wang
2020-02-29
test/across-fork: have child wait for write finish
Jens Axboe
2020-02-29
test/send_recvmsg: ensure that we get -ENOBUFS for no buffers
Jens Axboe
[next]