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-16
test/nop: make less verbose and don't fail on older kernels
big-sqe
Jens Axboe
2022-05-16
liburing: Update io_uring.h
Krishna Kanth Reddy
2022-05-16
liburing: Test all configurations with NOP test
Stefan Roesch
2022-05-16
liburing: add large CQE tests to nop test
Stefan Roesch
2022-05-16
liburing: index large CQE's correctly
Stefan Roesch
2022-05-16
liburing: return correct ring size for large CQE's
Stefan Roesch
2022-05-16
liburing: increase mmap size for large CQE's
Stefan Roesch
2022-05-16
liburing: Update io_uring.h with large CQE kernel changes
Stefan Roesch
2022-05-16
test/nop: add basic IORING_SETUP_SQE128 tests
Jens Axboe
2022-05-16
setup: add basic support for SQE128
Jens Axboe
2022-05-16
io_uring.h: add IORING_SETUP_SQE128
Jens Axboe
2022-05-16
Merge branch 'xattr'
Jens Axboe
2022-05-14
test/send_recvmsg.c: only check buffer group ID if set
Jens Axboe
2022-05-14
io_uring.h: add IORING_RECVSEND_POLL_FIRST
Jens Axboe
2022-05-14
io_uring.h: add IORING_CQE_F_SOCK_NONEMPTY
Jens Axboe
2022-05-14
test/open-direct-pick.c: add test case for open direct with alloc
Jens Axboe
2022-05-14
Merge branch 'cancel-fd-all'
Jens Axboe
2022-05-14
Add sparse registration helper and kernel definition
Jens Axboe
2022-05-14
queue: add new IORING_SQ_TASKRUN flag
Jens Axboe
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
test/poll-cancel-all: add async read test case
cancel-fd-all
Jens Axboe
2022-04-16
test/poll-cancel-all: test IORING_ASYNC_CANCEL_ANY
Jens Axboe
2022-04-16
io_uring.h: add IORING_ASYNC_CANCEL_ANY
Jens Axboe
2022-04-16
test/poll-cancel-all: abort test if cancel flags not supported
Jens Axboe
2022-04-16
test/poll-cancel-all: add test case canceling a subset of pending
Jens Axboe
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
[next]