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
2021-04-10
setup: provide helpers to inquire about necessary mlock sizes
mlock-size
Jens Axboe
2021-04-06
test/poll-mshot-update: test live updates of triggering requests
Jens Axboe
2021-04-04
tests: test CQE ordering on early submission fail
Pavel Begunkov
2021-04-03
test/rw_merge_test: code cleanups
Jens Axboe
2021-03-31
Merge branch 'io_merge_testcase' of https://github.com/dmonakhov/liburing
Jens Axboe
2021-03-31
test: get rid of x86_64'isms in the test code
Jens Axboe
2021-03-31
test/ring-leak: get rid of warning on unchecked read
Jens Axboe
2021-03-31
test/pipe-reuse: ignore short read
Jens Axboe
2021-03-29
test/connect: randomize connect port
Jens Axboe
2021-03-29
test/socket-rw*: don't fatally error on failure to bind
Jens Axboe
2021-03-26
tests: more cancellation tests
Pavel Begunkov
2021-03-26
examples/io_uring-cp: wait for pending writes before exit copy loop
Jens Axboe
2021-03-19
add test case for 5.4 io merge regression logic
Dmitry Monakhov
2021-03-18
tests: test that ring exit cancels io-wq
Pavel Begunkov
2021-03-18
tests: add more IORING_OP_ASYNC_CANCEL tests
Pavel Begunkov
2021-03-09
spec: add explicit build dependency on make
Stefan Hajnoczi
2021-03-09
spec: bump version to 2.0
Stefan Hajnoczi
2021-03-04
man/io_uring_enter.2: note that -EBUSY can also happen for getevents
Jens Axboe
2021-02-28
Sync io_uring.h API file with Linux 5.12
liburing-2.0
Jens Axboe
2021-02-28
Add test case for exiting with SQPOLL and rings created disabled
Jens Axboe
2021-02-24
Merge branch 'test-io-after-child-exit' of https://github.com/anarazel/liburing
Jens Axboe
2021-02-24
test: use ring creation helpers where appropriate
Jens Axboe
2021-02-24
test/helpers: add ring creation helpers
Jens Axboe
2021-02-24
helpers: prefix any helper with t_ instead of io_uring_
Jens Axboe
2021-02-23
tests: add test for using ring after a forked child exits.
Andres Freund
2021-02-23
test/helpers: remove extra whitespace
Jens Axboe
2021-02-23
Merge branch 'add-memalign-helper' of https://github.com/ZhiqiangLiu26/liburing
Jens Axboe
2021-02-23
test/Makefile: ensure dependencies and build of helpers.[ch] is sane
Jens Axboe
2021-02-23
helpers: add io_uring_create_buffers() helper
Zhiqiang Liu
2021-02-23
helpers: add io_uring_create_file() helper
Zhiqiang Liu
2021-02-23
helpers: add io_uring_calloc helper
Zhiqiang Liu
2021-02-22
Merge branch 'add-memalign-helper' of https://github.com/ZhiqiangLiu26/liburing
Jens Axboe
2021-02-23
helpers: add io_uring_posix_memalign helper
Zhiqiang Liu
2021-02-22
Merge branch 'fix-check-malloc' of https://github.com/ZhiqiangLiu26/liburing
Jens Axboe
2021-02-23
tests: add helpers.h to harden the tests
Zhiqiang Liu
2021-02-19
setup: cleanup probe code
Jens Axboe
2021-02-19
Merge branch 'master' of https://github.com/ZhiqiangLiu26/liburing
Jens Axboe
2021-02-19
setup: check whether malloc succ before using it
Zhiqiang Liu
2021-02-18
test: don't expect links to be partially executed
Pavel Begunkov
2021-02-17
test: use random port in range for socket tests
Jens Axboe
2021-02-17
test/fsync: use new io_uring_prep_sync_file_range() helper
Jens Axboe
2021-02-17
io_uring_prep_sync_file_range: cleanups
Jens Axboe
2021-02-17
Merge branch 'master' of https://github.com/FletcherJ1/liburing
Jens Axboe
2021-02-17
test/read-write: skip too-big test on non-root
Jens Axboe
2021-02-16
.gitignore: add sendmsg_fs_cve
Jens Axboe
2021-02-14
Added prep function for sync_file_range op
james
2021-02-13
Merge branch 'Pr1' of https://github.com/romange/liburing
Jens Axboe
2021-02-13
Merge branch 'uman/man7-install' of https://github.com/UmanShahzad/liburing
Jens Axboe
2021-02-13
Install man7 pages
Uman Shahzad
2021-02-12
a test for CVE-2020-29373 (AF_UNIX path resolution)
Pavel Begunkov
[next]