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
registered-ring
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
2021-11-09
test: Add kworker-hang test
issue448
Ammar Faizi
2021-11-06
test/io-cancel: -ECANCELED is a valid return value
Jens Axboe
2021-11-05
Merge branch 'pr1' of https://github.com/GalaxySnail/liburing
Jens Axboe
2021-11-05
man/io_uring_setup.2: add missing `wq_fd` field
GalaxySnail
2021-10-31
test/Makefile: Refactor the Makefile
Ammar Faizi
2021-10-31
examples/Makefile: Fix missing clean up
Ammar Faizi
2021-10-30
Merge branch 'pr-template' of https://github.com/ammarfaizi2/liburing
Jens Axboe
2021-10-30
.github: Create pull_request_template.md
Ammar Faizi
2021-10-25
Merge branch 'fix463' of https://github.com/tchaloupka/liburing
Jens Axboe
2021-10-24
Fix invalid opcode used in io_uring_unregister_iowq_aff
Tomáš Chaloupka
2021-10-21
Merge branch 'pr2' of https://github.com/romange/liburing
Jens Axboe
2021-10-21
Add io_uring_prep_readv2 and io_uring_prep_writev2 helpers
Roman Gershman
2021-10-18
Revert "examples/ucontext-cp.c: Do not use SIGSTKSZ"
Jens Axboe
2021-10-18
test/timeout-overflow: Fix `-Werror=maybe-uninitialized`
Ammar Faizi
2021-10-18
test/timeout: Fix `-Werror=maybe-uninitialized`
Ammar Faizi
2021-10-11
Merge branch 'master' of https://github.com/Tindarid/liburing
Jens Axboe
2021-10-12
setup.c: rewrite `__fls()`
Nursan Valeyev
2021-10-11
src/nolibc: Fix `malloc()` alignment
Ammar Faizi
2021-10-10
Merge branch 'add-ci-nolibc-x86-64' of https://github.com/ammarfaizi2/liburing
Jens Axboe
2021-10-11
.github/workflows/build.yml: Add nolibc build x86-64 for CI
Ammar Faizi
2021-10-10
configure: Add `CONFIG_NOLIBC` variable and macro
Ammar Faizi
2021-10-10
Add nolibc build support
Ammar Faizi
2021-10-10
Add arch dependent directory and files
Ammar Faizi
2021-10-10
test/thread-exit: Fix use after free bug
Ammar Faizi
2021-10-07
test/cq-size: Don't use `errno` to check liburing's functions
Ammar Faizi
2021-10-07
test/{iopoll,read-write}: Use `io_uring_free_probe()` instead of `free()`
Ammar Faizi
2021-10-06
configure: add openat2.h for open_how and RESOLVE_* flags
Jens Axboe
2021-10-05
Fix typo "timout" -> "timeout"
Ammar Faizi
2021-10-04
liburing: Add io_uring_submit_and_wait_timeout function in API
Olivier Langlois
2021-10-03
src/syscall: Add `close` syscall wrapper
Ammar Faizi
2021-10-03
Wrap all syscalls in a kernel style return value
Ammar Faizi
2021-10-03
src/{queue,register,setup}: Don't use `__sys_io_uring*`
Ammar Faizi
2021-10-03
src/syscall: Wrap `errno` for `__sys_io_uring_{register,setup,enter{2,}}`
Ammar Faizi
2021-10-03
io_uring: fix SQPOLL timeout-new test
Pavel Begunkov
2021-10-03
io_uring: test IORING_TIMEOUT_ETIME_SUCCESS
Pavel Begunkov
2021-10-03
test/probe: Use `io_uring_free_probe()` instead of `free()`
Ammar Faizi
2021-09-27
test: Fix endianess issue on `bind()` and `connect()`
Ammar Faizi
2021-09-26
Merge branch 'master' of https://github.com/CarterLi/liburing
Jens Axboe
2021-09-26
liburing.h: add io_uring_prep_close_direct
李通洲
2021-09-24
man/io_uring_enter.2: add direct close description
Jens Axboe
2021-09-24
tests: test close with fixed file table
Pavel Begunkov
2021-09-24
tests: match kernel and pass fds in s32[]
Pavel Begunkov
2021-09-24
tests: improve multicqe_drain
Pavel Begunkov
2021-09-23
src/queue: only enter the kernel if both submit and need_enter are true
Jens Axboe
2021-09-23
Merge branch 'fix-tests' of https://github.com/godzie44/liburing
Jens Axboe
2021-09-23
test/probe.c: fix typo in assert output
godzie44
2021-09-23
test/nop-all-sizes.c: del some unnecessary checks
godzie44
2021-09-19
src/register: improve RLIMIT_NOFILE increase
Jens Axboe
2021-09-19
man/io_uring_enter.2: correct IORING_OP_SHUTDOWN description
Jens Axboe
2021-09-18
src/register: automatically increase RLIMIT_NOFILE, if necessary
Jens Axboe
[next]