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
no-ipi
registered-ring
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-17
man/io_uring_get_sqe.3: use "submission queue entry"
Jens Axboe
2021-11-17
liburing: add missing man pages
Stefan Roesch
2021-11-15
Merge branch 'version' of https://github.com/bikallem/liburing
Jens Axboe
2021-11-15
src/Makefile: use VERSION variable consistently
Bikal Lem
2021-11-12
Merge branch 'fix-make-tests' of https://github.com/bikallem/liburing
Jens Axboe
2021-11-12
runtests: use env to find bash
Bikal Lem
2021-11-12
Merge branch 'glibc-statx' of https://github.com/bikallem/liburing
Jens Axboe
2021-11-12
fix 'make' when using glibc >= 2.28
Bikal Lem
2021-11-12
Add more explanations to the github PR template
Jens Axboe
2021-11-12
Merge branch 'unused-var-man' of https://github.com/yinan1048576/liburing
Jens Axboe
2021-11-09
Remove unused variable in man page example
Yinan Zhang
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
[prev]
[next]