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
path:
root
/
.gitignore
Age
Commit message (
Expand
)
Author
2022-04-03
test/Makefile: Append `.t` to the test binary
Ammar Faizi
2022-04-03
test: Rename `[0-9a-f]-test.c` to `[0-9a-f].c`
Ammar Faizi
2022-03-30
test/fixed-reuse: test that linked file slot reuse is correct
Jens Axboe
2022-03-29
test/open-direct-link: add test case for linked open+read+close
Jens Axboe
2022-03-23
Actually wire up recv-msgall-stream test case
Jens Axboe
2022-03-23
Add test case for recv/recvmsg MSG_WAITALL
Jens Axboe
2022-03-22
test/tty-write-dpoll: add test case for double poll write
Jens Axboe
2022-03-19
.gitignore: Add `test/drop-submit` to .gitignore
Haiyue Wang
2022-03-18
Add regression case for fixed buffers and non-iterator files
Jens Axboe
2022-03-10
test/msg-ring: add test cases for IORING_OP_MSG_RING
wakeup-ring
Jens Axboe
2022-03-10
src/Makefile: Add header files as dependency
Alviro Iskandar Setiawan
2022-02-25
.gitignore: Add `/test/fpos` to .gitignore
Ammar Faizi
2022-02-04
test/eventfd-reg.c: add basic test case to exercise reg+unreg
Jens Axboe
2022-01-14
Add pollfree test case
Jens Axboe
2021-12-23
Add test case for socket read with offset == -1
Jens Axboe
2021-12-02
Add test case for hang condition on exit without cleanup
Jens Axboe
2021-11-24
tests: add tests for IOSQE_CQE_SKIP_SUCCESS
Pavel Begunkov
2021-09-16
.gitignore: add `test/file-verify`
Ammar Faizi
2021-09-15
.gitignore: add `/test/output/`
Ammar Faizi
2021-09-11
tests: add no-op executable for exec
Pavel Begunkov
2021-08-31
tests: test early-submit link fails
Pavel Begunkov
2021-08-14
Add test case for empty submit/wait SQPOLL EOWNERDEAD failure case
Jens Axboe
2021-08-09
.gitignore: add several untracked test files
Ammar Faizi
2021-06-22
Revert "Add mknod test case"
Jens Axboe
2021-06-21
Add mknod test case
Dmitry Kadashev
2021-06-21
Add linkat test case
Dmitry Kadashev
2021-06-21
Add symlinkat test case
Dmitry Kadashev
2021-06-21
Add mkdirat test case
Dmitry Kadashev
2021-02-28
Add test case for exiting with SQPOLL and rings created disabled
Jens Axboe
2021-02-16
.gitignore: add sendmsg_fs_cve
Jens Axboe
2021-02-10
Add test case for circular reference SQPOLL hang
Jens Axboe
2021-01-24
Add .gitignore entries for recent tests
Jens Axboe
2020-12-12
test/timeout-new: test for timeout feature
Hao Xu
2020-11-24
Add test case for SQPOLL going to sleep properly
Jens Axboe
2020-10-30
test/self: add /proc/self/ open+read test case
Jens Axboe
2020-10-30
.gitignore: add missing test cases
Jens Axboe
2020-09-19
.gitignore: Add sq-poll-dup
Guillem Jover
2020-09-08
.gitignore: add pipe-reuse
Jens Axboe
2020-09-08
.gitignore: Add missing test programs
Guillem Jover
2020-09-08
.gitignore: Sort test program entries
Guillem Jover
2020-08-29
.gitignore: add a few missing tests
Jens Axboe
2020-08-27
Add test/register-restrictions.c test case
Stefano Garzarella
2020-08-15
Add test case for double poll crash
Jens Axboe
2020-08-13
Add test cases for file table exit hang
Jens Axboe
2020-08-13
.gitignore: add test/wakeup-hang
Jens Axboe
2020-07-28
.gitignore: add test/nop-all-sizes
Stefano Garzarella
2020-07-10
.gitignore: add test/cq-overflow-peek
liburing-0.7
Jens Axboe
2020-07-08
.gitignore: add new test binaries
Tobias Klauser
2020-06-15
Add test/iopoll to .gitignore
Jens Axboe
2020-06-15
test/runtests.sh: add dmesg check
Jens Axboe
[next]