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-02-11
Change all syscall function name prefix to __sys
arch
Ammar Faizi
2022-02-11
lib.h: Split off lib header for arch specific and generic
Ammar Faizi
2022-02-11
arch/x86, syscall: Refactor arch specific and generic syscall wrappers
Alviro Iskandar Setiawan
2022-02-11
arch/generic: Create arch generic syscall wrappers
Alviro Iskandar Setiawan
2022-02-10
test/read-write: update EFBIG to work with 256M files
Jens Axboe
2022-02-09
test/read-write: work on 4kb blocksize devices
Jens Axboe
2022-02-09
test/double-poll-crash: only run on x86/x86-64
Jens Axboe
2022-02-04
test/eventfd-reg.c: add basic test case to exercise reg+unreg
Jens Axboe
2022-02-03
man/io_uring_enter.2: correct kernel version for IORING_OP_ACCEPT
Jens Axboe
2022-01-28
Merge branch 'fix-statx' of https://github.com/JonKohler/liburing
Jens Axboe
2022-01-28
fix statx configure and build on !CONFIG_HAVE_STATX toolchains
Jon Kohler
2022-01-28
Merge branch 'master' of https://github.com/DavidMusk93/liburing
Jens Axboe
2022-01-28
examples/link-cp.c: fix the last file-block retry may overflow
Mingqiang Sun
2022-01-26
man page typos
Jens Axboe
2022-01-26
liburing: add man pages for helper functions.
Stefan Roesch
2022-01-23
nolibc: Don't use `malloc()` and `free()` as the function name
Ammar Faizi
2022-01-19
man/io_uring_enter.2: make it clear that chains terminate at submit
Jens Axboe
2022-01-14
Add pollfree test case
Jens Axboe
2022-01-09
test/socket-rw-offset: Fix UB, accessing dead object
Ammar Faizi
2022-01-09
test/socket-rw: Fix UB, accessing dead object
Ammar Faizi
2022-01-09
test/socket-rw-eagain: Fix UB, accessing dead object
Ammar Faizi
2022-01-05
Remove getdents support
Jens Axboe
2021-12-23
test/socket-rw-offset: skip for kernels without cur position rw
Jens Axboe
2021-12-23
Add test case for socket read with offset == -1
Jens Axboe
2021-12-23
test: remove dead code
Jens Axboe
2021-12-23
Merge branch 'man-page-offset-clarification' of https://github.com/ioquatix/l...
Jens Axboe
2021-12-23
Merge branch 'issue503' of https://github.com/aprilweet/liburing
Jens Axboe
2021-12-23
Clarify behaviour of offset in `prep_read`/`prep_write`.
Samuel Williams
2021-12-23
examples/io_uring_cp: fix bug while re-queuing
monte
2021-12-22
Don't clear sqe->user_data as part of command prep
Jens Axboe
2021-12-22
test/getdents: ignore run if argument specified
Jens Axboe
2021-12-22
test/getdents: don't fail on kernels not supporting the feature
Jens Axboe
2021-12-22
test/getdents: style fixups
Jens Axboe
2021-12-22
liburing: Add man page for io_uring_prep_getdents call
Stefan Roesch
2021-12-22
liburing: Add test program for getdents call
Stefan Roesch
2021-12-22
liburing: add prepare function for getdents64
Stefan Roesch
2021-12-22
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
[next]