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-05-14
open/openat2: update man page to include IORING_FILE_INDEX_ALLOC
accept-multi
Jens Axboe
2022-05-14
liburing.h: use helper for io_uring_prep_multishot_accept()
Jens Axboe
2022-05-14
man/io_uring_prep_accept.3: fixup some phrasing
Jens Axboe
2022-05-14
man/io_uring_prep_accept.3: add man info for multishot accept
Hao Xu
2022-05-14
test/accept.c: test for multishot direct accept with wrong arg
Hao Xu
2022-05-14
test/accept.c: add test for multishot mode accept
Hao Xu
2022-05-14
liburing.h: add api to support multishot accept direct
Hao Xu
2022-05-14
liburing.h: support multishot accept
Hao Xu
2022-05-14
test/accept.c: close the listen fd at the end of the test
Hao Xu
2022-05-10
man: update man pages for waiting on a CQE with a timeout
Jens Axboe
2022-05-02
test/statx: use regular stat include
Jens Axboe
2022-04-22
test/double-poll-crash: Skip this test if the `mmap()` fails
Ammar Faizi
2022-04-22
.github/workflows: Run the nolibc build for x86 32-bit
Ammar Faizi
2022-04-22
test/Makefile: Sort the test file list alphabetically
Ammar Faizi
2022-04-22
test/Makefile: Remove `.PHONY` variable
Ammar Faizi
2022-04-22
Makefile: Make sure we build everything before runtests
Ammar Faizi
2022-04-22
test/runtests-quiet.sh: Fixup redirection
Ammar Faizi
2022-04-22
test/runtests-quiet.sh: fixup redirection
Jens Axboe
2022-04-22
test/runtests-quiet.sh: quote file names
Jens Axboe
2022-04-22
test: use remove_buffers instead of nop to generate error codes
Dylan Yudaken
2022-04-22
test: add make targets for each test
Dylan Yudaken
2022-04-22
test: mkdir -p output folder
Dylan Yudaken
2022-04-22
test: use unique filenames
Dylan Yudaken
2022-04-22
test: use unique ports
Dylan Yudaken
2022-04-22
test: use unique path for socket
Dylan Yudaken
2022-04-22
test: handle mmap return failures in pollfree test
Dylan Yudaken
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
[next]