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-12-20
src/include/liburing.h: style cleanups
xattr-getdents64
Jens Axboe
2021-12-20
32-bit build warning cleanups
Jens Axboe
2021-12-20
test/xattr: don't fail on kernels not supporting the feature
Jens Axboe
2021-12-20
test/getdents: don't fail on kernels not supporting the feature
Jens Axboe
2021-12-20
test/getdents: style fixups
Jens Axboe
2021-12-20
test/xattr: style fixups
Jens Axboe
2021-12-20
test/xattr: specify file mode with O_CREAT
Jens Axboe
2021-12-20
liburing: Add new test program to verify xattr support
Stefan Roesch
2021-12-20
liburing: Add helper functions for fgetxattr and getxattr
Stefan Roesch
2021-12-20
liburing: add helper functions for setxattr and fsetxattr
Stefan Roesch
2021-12-20
liburing: Update io_uring in liburing
Stefan Roesch
2021-12-20
liburing: Add man page for io_uring_prep_getdents call
Stefan Roesch
2021-12-20
liburing: Add test program for getdents call
Stefan Roesch
2021-12-20
liburing: add prepare function for getdents64
Stefan Roesch
2021-12-20
liburing: update io_uring.h header file
Stefan Roesch
2021-12-10
test/exit-no-cleanup: skip file based run
Jens Axboe
2021-12-10
test/skip-cqe: skip file based run
Jens Axboe
2021-12-07
man/io_uring_enter.2: notes about cqe-skip & drain interoperability
Pavel Begunkov
2021-12-04
Don't truncate addr fields to 32-bit on 32-bit
Jens Axboe
2021-12-04
liburing.h: don't truncate timeout_update/remove user data value
Jens Axboe
2021-12-02
Add test case for hang condition on exit without cleanup
Jens Axboe
2021-11-27
man/io_uring_enter.2: document IOSQE_CQE_SKIP_SUCCESS
Pavel Begunkov
2021-11-27
test/skip-cqe: use correct index for write side of pipe
Jens Axboe
2021-11-27
test: skip-cqe with hardlinks
Pavel Begunkov
2021-11-27
test: poll cancellation with offset timeouts
Pavel Begunkov
2021-11-24
tests: add tests for IOSQE_CQE_SKIP_SUCCESS
Pavel Begunkov
2021-11-24
io_uring.h: update to reflect cqe-skip feature
Pavel Begunkov
2021-11-18
Rename man page
Jens Axboe
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
[next]