index
:
liburing
accept-multi
advise
arch
big-sqe
buf-copy
buf-ring
cancel-fd-all
cancel-op
cqring-nodrop
fd-select
for_each_cqe
futex
huge
huge.2
init-mem
iowait
issue25
issue448
libaio-wrapper
link-timeout
master
min-wait
mlock-size
napi
napi-test
next
no-ipi
off_t
pbuf-ring-inc
pbuf-status
pipe
proxy
read-mshot
recvsend-bundle
reg-wait
registered-ring
reserve-sqes
resize-rings
ring-buf-alloc
send-mshot
sq-khead
submit-and-wait-ts
sync-msg
timeout
v0.5
waitid
wakeup-ring
xattr
xattr-getdents64
zcrx
io_uring library
axboe@kernel.dk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-09-27
man/io_uring_register_sync_msg_ring.3: document it
sync-msg
Jens Axboe
2024-09-27
test/msg-ring-sync: ensure test is skipped on older kernels
Jens Axboe
2024-09-27
test/msg-ring-sync: mix in IO for remote testing
Jens Axboe
2024-09-27
test/helpers: add t_destroy_buffers() helper
Jens Axboe
2024-09-27
Add basic support for a sync MSG_RING without having a source ring
Jens Axboe
2024-09-27
test/poll-mshot-update: ensure 'nfiles' doesn't exceed NFILES
Jens Axboe
2024-09-27
test/poll-many: ensure 'nfiles' doesn't exceed NFILES
Jens Axboe
2024-09-26
test/napi-test: skip on older kernels if ring init fails
Jens Axboe
2024-09-26
test/msg-ring: skip on older kernels for ring setup
Jens Axboe
2024-09-26
test/sq-poll-share: skip if O_DIRECT is not available
Jens Axboe
2024-09-26
test/recvsend_bundle: don't fail on missing buffer ring support
Jens Axboe
2024-09-26
test/msg-ring: handle the skip case for older kernels
Jens Axboe
2024-09-26
test/file-verify: handle missing O_DIRECT support more gracefully
Jens Axboe
2024-09-26
test/poll-mshot-update: make the test behave a bit better with file limits
Jens Axboe
2024-09-26
test/poll-many: make the test behave a bit better with file limits
Jens Axboe
2024-09-26
test/runtests.sh: only do dmesg file check if dmesg logging is enabled
Jens Axboe
2024-09-26
test/poll-v-poll: don't mixup SKIP and FAIL
Jens Axboe
2024-09-25
test/runtests.sh: use double quotes for filenames
Jens Axboe
2024-09-25
test/runtests.sh: dump dmesg failure contents after test runs
Jens Axboe
2024-09-25
test/runtests.sh: revert to only checking dmesg for root
Jens Axboe
2024-09-25
test/runtests.sh: correct a shell check complaint
Jens Axboe
2024-09-25
test/runtests.sh: perform dmesg check as a normal user
Jens Axboe
2024-09-25
test/waitid: be nice and wait for unrepeaped forks
Jens Axboe
2024-09-25
test/file-update: allow -EBADF as well as an error
Jens Axboe
2024-09-25
test/io_uring_register: skip file-backed test on virtual file systems
Jens Axboe
2024-09-24
test: update a few tests for older kernels
Jens Axboe
2024-09-24
Merge branch 'master' of https://github.com/Oipo/liburing
Jens Axboe
2024-09-24
Merge branch 'fix-man-pages2' of https://github.com/aconz2/liburing
Jens Axboe
2024-09-24
include/liburing.h: Remove redundant sanitize check
Michael de Lang
2024-09-24
src/sanitize: don't sanitize opcodes with non-pointer inputs
Michael de Lang
2024-09-24
src/sanitize: Remove unused ifdef guard
Michael de Lang
2024-09-24
Fix some syscall name typos in man pages
Andrew Consroe
2024-09-22
man/io_uring_register_ring_fd: add note about kernel availability
Jens Axboe
2024-09-20
Merge branch 'io_uring_setup_man' of https://github.com/CPestka/liburing
Jens Axboe
2024-09-20
man/io_uring_setup: Add doc for IORING_FEAT_RECVSEND_BUNDLE
CPestka
2024-09-20
man/io_uring_setup: Add missing error code
CPestka
2024-09-20
man/io_uring_setup: Fix formatting errors/inconsistencies
CPestka
2024-09-20
man/io_uring_setup: Add remark about SQ poll thread with ATTACH_WQ
CPestka
2024-09-20
test/linked-defer-close: ignore argument passed in
Jens Axboe
2024-09-20
test: don't set IOSQE_IO_LINK on the last request
Jens Axboe
2024-09-19
Merge branch 'linked-defer-close' of https://github.com/Cydox/liburing
Jens Axboe
2024-09-19
test/linked-defer-close: make test work without improper IOSQE_IO_LINK
Jan Hendrik Farr
2024-09-18
test/linked-defer-close: add test case for linked close
Jens Axboe
2024-09-17
Merge branch 'kraj/musl' of https://github.com/kraj/liburing
Jens Axboe
2024-09-17
ooo-file-unreg.c: Include poll.h instead of sys/poll.h
Khem Raj
2024-09-17
test: Drop including error.h header
Khem Raj
2024-09-16
Merge branch 'kraj/nolibc' of https://github.com/kraj/liburing
Jens Axboe
2024-09-16
test: Compile nolibc.c only when CONFIG_NOLIBC is set
Khem Raj
2024-09-16
Merge branch 'io_uring_register_man' of https://github.com/CPestka/liburing
Jens Axboe
2024-09-16
man/io_uring_register: Various formatting fixes
CPestka
[next]