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-09-09
liburing 2.1
liburing-2.1
Jens Axboe
2021-09-07
Ignore spurious fadvise/madvise failures
Jens Axboe
2021-09-07
Revert "test/empty-eownerdead: Only expect EOWNERDEAD as test success"
Jens Axboe
2021-09-07
test/runtests.sh: align at 55 wide
Jens Axboe
2021-09-07
Merge branch 'pu/test-suite-shellcheck' of https://github.com/guillemj/liburing
Jens Axboe
2021-09-07
test: Disable shellcheck checks
Guillem Jover
2021-09-07
test: Declare and assign shell variable separately to not mask return value
Guillem Jover
2021-09-07
test: Do not use $ in variables within $(())
Guillem Jover
2021-09-07
test: Add missing quotes around variables
Guillem Jover
2021-09-07
test: Pass an array to run_tests instead of an undefined variable
Guillem Jover
2021-09-07
test: Use an array instead of interpolating into a string via $@
Guillem Jover
2021-09-07
test: Use -z instead of ! -n
Guillem Jover
2021-09-07
test: Use -n instead of ! -z
Guillem Jover
2021-09-06
Merge branch 'pu/test-suite-fixes' of https://github.com/guillemj/liburing
Jens Axboe
2021-09-07
test/empty-eownerdead: Only expect EOWNERDEAD as test success
Guillem Jover
2021-09-07
test/io_uring_register: Expect ENOMEM or EFAULT from __sys_io_uring_register
Guillem Jover
2021-09-07
test/timeout-new: Explicitly note that we are skipping the test
Guillem Jover
2021-09-07
test: Print timed out tests also on failure
Guillem Jover
2021-09-07
test: Fix runner output to avoid concatenated strings
Guillem Jover
2021-09-07
test: Namespace core files with the test name
Guillem Jover
2021-09-07
test: Fix build failure with gcc -O0
Guillem Jover
2021-09-03
test: add basic time measurement
Jens Axboe
2021-09-02
test/runtests.sh: remove old manager/worker checks
Jens Axboe
2021-09-01
Merge branch 'uman/gnu-source-def' of https://github.com/mslmdev/liburing
Jens Axboe
2021-09-02
build: add -D_GNU_SOURCE to all CPPFLAGS/CFLAGS.
Uman Shahzad
2021-08-31
Merge branch 'man-page-fixes' of https://github.com/ammarfaizi2/liburing
Jens Axboe
2021-09-01
man: clean up spelling
Ammar Faizi
2021-08-31
man/io_uring_enter.2: add notes about direct open/accept
Pavel Begunkov
2021-08-31
io_uring.h: sync with 5.15 kernel
Jens Axboe
2021-08-31
Fix IORING_REGISTER_IOWQ_MAX_WORKERS name
Jens Axboe
2021-08-31
man: document new register/update API
Pavel Begunkov
2021-08-31
test/submit-link-fail: fix unchecked write(2) return
Jens Axboe
2021-08-31
tests: test early-submit link fails
Pavel Begunkov
2021-08-31
tests: use helpers for direct open/accept
Pavel Begunkov
2021-08-31
liburing: add helpers for direct open/accept
Pavel Begunkov
2021-08-30
liburing.h: correct max_worker name
Jens Axboe
2021-08-29
Change IORING_REGISTER_IOWQ_MAX_UNBOUND_WORKERS
Jens Axboe
2021-08-28
src/syscall.h: get rid of useless externs
Jens Axboe
2021-08-28
man/io_uring_enter.2: document IORING_ENTER_EXT_ARG
Jens Axboe
2021-08-28
Add io_uring_register_iowq_max_unbound() helper
Jens Axboe
2021-08-28
Get rid of useless 'extern' on function declarations in liburing.h
Jens Axboe
2021-08-28
Add (UN)REGISTER_IOWQ_AFF helpers
Jens Axboe
2021-08-28
man/io_uring_register.2: note when MAX_UNBOUND became available
Jens Axboe
2021-08-28
man/io_uring_register.2: add missing punctuation
Jens Axboe
2021-08-28
man/io_uring_register.2: document IORING_REGISTER_IOWQ_MAX_UNBOUND
Jens Axboe
2021-08-28
man/io_uring_enter.2: add IORING_OP_TIMEOUT clock sources
Jens Axboe
2021-08-28
man/io_uring_enter.2: improve timeout entry
Jens Axboe
2021-08-28
man/io_uring_enter.2: update SQE
Jens Axboe
2021-08-28
man/io_uring_enter.2: note that not all requests support fixed files
Jens Axboe
2021-08-28
man/io_uring_enter.2: add new 5.15 opcodes
Jens Axboe
[next]