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-03-08
test/sq-poll-dup: modify ring fd hack to work with enter_ring_fd
registered-ring
Jens Axboe
2022-03-08
Add ring fd registration helpers
Jens Axboe
2022-03-08
Add preliminary support for using a registered ring fd
Jens Axboe
2022-03-05
io_uring.h: sync with kernel for registered ring feature
Jens Axboe
2022-03-05
src/queue: don't keep looping for IOPOLL peek operation
Jens Axboe
2022-02-25
src/Makefile: Don't use stack protector for all builds by default
Ammar Faizi
2022-02-25
.gitignore: Add `/test/fpos` to .gitignore
Ammar Faizi
2022-02-25
queue, liburing.h: Avoid `io_uring_get_sqe()` code duplication
Ammar Faizi
2022-02-24
Remove fpos tests without linking
Dylan Yudaken
2022-02-23
test/fpos: fix for 32-bit compiles
Jens Axboe
2022-02-23
Test consistent file position updates
Dylan Yudaken
2022-02-23
queue: provide io_uring_get_sqe() symbol again
Jens Axboe
2022-02-23
man: ensure that -1 is always bold
Jens Axboe
2022-02-23
man: read/write page updates
Jens Axboe
2022-02-23
Merge tag 'liburing-2022-02-23' of https://github.com/ammarfaizi2/liburing
Jens Axboe
2022-02-23
Merge tag 'liburing-2022-02-23_2' of https://github.com/ammarfaizi2/liburing
Jens Axboe
2022-02-23
test: Add missing SPDX-License-Identifier
Ammar Faizi
2022-02-23
arch/syscall-defs.h: Add missing SPDX-License-Identifier
Ammar Faizi
2022-02-23
man/io_uring_get_probe.3: Trivial man cleanup
Ammar Faizi
2022-02-23
configure: Fix clang-12 warning `-Wdeprecated`
Alviro Iskandar Setiawan
2022-02-23
configure: Fix _GNU_SOURCE redefinition warning
Alviro Iskandar Setiawan
2022-02-22
Merge tag 'multiarch-gh-ci-20220222' of https://github.com/ammarfaizi2/liburing
Jens Axboe
2022-02-22
.github/workflows: Add multiarch GitHub CI build support
Ammar Faizi
2022-02-21
test/pollfree: fix compile on 32-bit x86
Jens Axboe
2022-02-21
Add generic syscall definitions
Jens Axboe
2022-02-21
Move io_uring_get_sqe() inline in the liburing.h header
Jens Axboe
2022-02-21
Add direct syscall support for aarch64
Jens Axboe
2022-02-21
Merge branch 'fix_madvise_syscall' of https://github.com/Spasi/liburing
Jens Axboe
2022-02-21
Fix madvise syscall wrapper
Ioannis Tsakpinis
2022-02-21
test/pollfree: use mmap(2) instead of a manual syscall
Jens Axboe
2022-02-20
liburing.h: fix some overly long lines
Jens Axboe
2022-02-20
Merge branch 'alpine-linux-compile-fix' of https://github.com/mrakh/liburing
Jens Axboe
2022-02-19
Fix warnings/errors when compiling on Alpine Linux
Mahdi Rakhshandehroo
2022-02-18
man/io_uring_get_probe.3: make a note of returning NULL if not supported
Jens Axboe
2022-02-15
arch/x86: Create syscall __do_syscall{0..6} macros
Alviro Iskandar Setiawan
2022-02-15
configure: Support busybox mktemp
Nugra
2022-02-13
man/io_uring_prep_{read,write}v2.3: formatting and style fixes
Jens Axboe
2022-02-13
man/io_uring_register_buffers.3: mention why registered buffers are useful
Jens Axboe
2022-02-13
man/io_uring_prep_write_fixed.3: fix typo
Jens Axboe
2022-02-13
Add man pages for the prep_{read,write}_fixed helpers
Jens Axboe
2022-02-13
man/io_uring_prep_write.3: correct passed in buffer argument
Jens Axboe
2022-02-11
Merge branch 'master' of ssh://git.kernel.dk/data/git/liburing
Jens Axboe
2022-02-11
Fix __io_uring_get_cqe() for IORING_SETUP_IOPOLL
Akinobu Mita
2022-02-11
test/pollfree: ignore run if argument is given
Jens Axboe
2022-02-11
Merge branch 'arch'
Jens Axboe
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
[next]