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
2019-12-21
liburing-0.3
liburing-0.3
Jens Axboe
2019-12-21
Only use -fPIC for the shared library
Jens Axboe
2019-12-21
Sync io_uring.h header with 5.6 kernel bits
Jens Axboe
2019-12-19
Merge branch 'poll-getevents' of https://github.com/glommer/liburing
Jens Axboe
2019-12-19
__io_uring_flush_sq: avoid extra shared ktail read, if we can avoid it
Jens Axboe
2019-12-19
for polled IO, do not miss the opportunity of getting completions when going ...
Glauber Costa
2019-12-17
spec: additional Fedora RPM cleanups
Stefan Hajnoczi
2019-12-17
test/accept-reuse: check that we get SQE reuse right
Jens Axboe
2019-12-17
test/open-close: accept a passed in file
Jens Axboe
2019-12-16
Merge branch 'fix_redef' of https://github.com/cor3ntin/liburing
Jens Axboe
2019-12-16
Fix redefinition of statx_timestamp
Corentin Jabot
2019-12-16
__io_uring_get_cqe: use internal stable pointer for cqe
Jens Axboe
2019-12-16
test/link_drain: print what test failed
Jens Axboe
2019-12-14
Add IORING_OP_STATX definition and simple test case
Jens Axboe
2019-12-14
io_uring_wait_cqe*(): don't call into the kernel if we peek an event
Jens Axboe
2019-12-13
Test wait after under-consuming
Pavel Begunkov
2019-12-13
test/file-update: register files in multiple rings
Jens Axboe
2019-12-12
Sync io_uring.h with 5.6 kernel bits
Jens Axboe
2019-12-11
Add IORING_OP_OPENAT/IORING_OP_CLOSE helpers and test case
Jens Axboe
2019-12-11
__io_uring_flush_sq: kill dead variable
Jens Axboe
2019-12-10
Add IORING_OP_FALLOCATE test case
Jens Axboe
2019-12-10
Add prep helpers for IORING_OP_FILES_UPDATE and IORING_OP_FALLOCATE
Jens Axboe
2019-12-10
Sync io_uring with 5.6
Jens Axboe
2019-12-10
test/link: add a few IOSQE_IO_HARDLINK test cases
Jens Axboe
2019-12-07
Merge branch 'fix-git-ignore' of https://github.com/bgianfo/liburing
Jens Axboe
2019-12-07
Fix .gitignore to omit new test binaries
Brian Gianforcaro
2019-12-04
test/poll-cancel-ton: improve test case
Jens Axboe
2019-12-04
test/link-timeout: update for allowed link timeouts
Jens Axboe
2019-12-04
test/timeout: remove copied (and wrong) comments
Jens Axboe
2019-12-04
test/timeout: add test cases for sqe->flags being set on timeouts
Jens Axboe
2019-12-04
test/fsync: use 'stderr' for errors, and remove bogus EINVAL check
Jens Axboe
2019-12-04
liburing.h: correct some > 80 char lines
Jens Axboe
2019-12-03
Sync io_uring.h with the kernel
Jens Axboe
2019-12-03
test/connect: don't rely on -EINPROGRESS being returned
Jens Axboe
2019-12-02
Add test case for -EFAULT triggered by iov reuse
Jens Axboe
2019-12-02
test/poll-cancel-ton: remove set-but-unused variable
Jens Axboe
2019-12-02
Merge branch 'master' of https://github.com/CarterLi/liburing
Jens Axboe
2019-12-02
queue.c: Silence compiler warnings
李通洲
2019-12-01
liburing.map: remove export of (now dead) syscall exports
Jens Axboe
2019-12-01
io_uring_wait_cqes: use cqe related return codes
Jens Axboe
2019-12-01
io_uring_wait_cqes: return right submission count on flush
Jens Axboe
2019-12-01
Update micro level to 3 in prep for 0.3
Jens Axboe
2019-12-01
Merge branch 'issue25'
Jens Axboe
2019-12-01
Split out system call bits from library interface
Jens Axboe
2019-12-01
Add test case for commit 7ad0e4b2f83c
issue25
Jens Axboe
2019-12-01
Fix flush/submit with internal timeout
Jens Axboe
2019-11-29
Remove C99'ism from certain tests
liming wu
2019-11-28
test/connect: fixup a few style issues
Jens Axboe
2019-11-28
liburing: create an installation target for tests
Johannes Thumshirn
2019-11-27
Add a simple connect test
Hrvoje Zeba
[next]