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
off_t
registered-ring
ring-buf-alloc
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
2022-04-21
queue: include IORING_SQ_TW flag in checking if we need to enter the kernel
no-ipi
Jens Axboe
2022-04-21
arch/x86/syscall: Remove TODO comment
Ammar Faizi
2022-04-18
arch/x86/syscall: Add x86 32-bit native syscall support
Ammar Faizi
2022-04-18
arch/x86/lib: Provide `get_page_size()` function for x86 32-bit
Ammar Faizi
2022-04-18
arch/syscall-defs: Use `__NR_mmap2` instead of `__NR_mmap` for x86 32-bit
Ammar Faizi
2022-04-17
tests: add more file registration tests
Pavel Begunkov
2022-04-17
tests: extend scm cycle breaking tests
Pavel Begunkov
2022-04-17
tests: reduce multicqe_drain waiting time
Pavel Begunkov
2022-04-16
Add eventfd register/unregister man pages
Jens Axboe
2022-04-16
man/io_uring_register.2: clarify eventfd notification counts
Jens Axboe
2022-04-14
Merge tag 'test-fixes-2022-04-15' of https://github.com/ammarfaizi2/liburing
Jens Axboe
2022-04-15
test/submit-reuse: Fix `-Wunused-but-set-variable` warning from clang-15
Ammar Faizi
2022-04-15
test/35fa71a030ca: Fix `-Wunused-but-set-variable` warning from clang-15
Ammar Faizi
2022-04-15
test/rw_merge_test: Fix the wrong assertion condition and unlink testfile
Ammar Faizi
2022-04-14
man/io_uring_setup.2: document recent FEAT flag additions
Jens Axboe
2022-04-14
io_uring.h: add IORING_FEAT_LINKED_FILE
Jens Axboe
2022-04-14
Revert "make: let src/Makefile set *dir vars properly"
Stefan Hajnoczi
2022-04-11
test/timeout: fix exec-target naming
Jens Axboe
2022-04-09
src/queue: protect io_uring_get_sqe() with LIBURING_INTERNAL
Jens Axboe
2022-04-08
man/io_uring_register_ring_fd.3: try to improve NOTES section
Jens Axboe
2022-04-04
Merge branch 'changes-3' of https://github.com/ewyler/liburing
Jens Axboe
2022-04-04
Review and update .3 and .7 man pages
Eric Wyler
2022-04-04
Merge branch 'dankamongmen/remove-double-cast' of https://github.com/dankamon...
Jens Axboe
2022-04-04
remove double casts
nick black
2022-04-03
test/Makefile: fixup sq-full-cpp target
Jens Axboe
2022-04-03
test/Makefile
Jens Axboe
2022-04-03
test/Makefile: Append `.t` to the test binary
Ammar Faizi
2022-04-03
test/Makefile: Append `-lpthread` to `LDFLAGS` for all tests
Ammar Faizi
2022-04-03
test: Rename `[0-9a-f]-test.c` to `[0-9a-f].c`
Ammar Faizi
2022-04-03
src/int_flags.h: Add missing SPDX-License-Identifier
Ammar Faizi
2022-04-01
Merge tag 'liburing-2022-05-01' of https://github.com/ammarfaizi2/liburing
Jens Axboe
2022-04-01
configure: Allow the configure script to fail with a non-zero exit code
Ammar Faizi
2022-03-30
test/fixed-reuse: test that linked file slot reuse is correct
Jens Axboe
2022-03-30
helpers: add file creation with pattern
Jens Axboe
2022-03-30
test/submit-link-fail: set invalid ioprio to force request to be dropped
Jens Axboe
2022-03-30
test/drop-submit: set invalid ioprio to force request to be dropped
Jens Axboe
2022-03-29
man/io_uring.7: line breaks
Jens Axboe
2022-03-29
test/open-direct-link: add IOSQE_ASYNC
Jens Axboe
2022-03-29
test/open-direct-link: don't test if CQE_SKIP isn't available
Jens Axboe
2022-03-29
test/open-direct-link: add test case for linked open+read+close
Jens Axboe
2022-03-29
Merge branch 'master' of https://github.com/rojkov/liburing
Jens Axboe
2022-03-29
Add SECURITY.md
Dmitry Rozhkov
2022-03-29
man/io_uring_prep_cancel.3: add io_uring_prep_poll_remove(3) to see also
Jens Axboe
2022-03-25
Add test for multiple concurrent accepts
Dylan Yudaken
2022-03-24
add tests for nonblocking accept sockets
Dylan Yudaken
2022-03-24
man/io_uring_queue_init.3: add note on CQ ring sizing
Jens Axboe
2022-03-24
Remove IORING_CQE_F_MSG
Jens Axboe
2022-03-24
test/test/msg-ring: don't test for IORING_CQE_F_MSG
Jens Axboe
2022-03-23
test/recv-msgall-stream: remove nonblocking connect code
Jens Axboe
2022-03-23
Actually wire up recv-msgall-stream test case
Jens Axboe
[next]