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
2022-03-30
32-bit build warning cleanups
xattr
Jens Axboe
2022-03-30
test/xattr: don't fail on kernels not supporting the feature
Jens Axboe
2022-03-30
test/xattr: style fixups
Jens Axboe
2022-03-30
test/xattr: specify file mode with O_CREAT
Jens Axboe
2022-03-30
liburing: Add new test program to verify xattr support
Stefan Roesch
2022-03-30
liburing: Add helper functions for fgetxattr and getxattr
Stefan Roesch
2022-03-30
liburing: add helper functions for setxattr and fsetxattr
Stefan Roesch
2022-03-30
liburing: Update io_uring in liburing
Stefan Roesch
2022-03-30
test/fixed-reuse: test that linked file slot reuse is correct
Jens Axboe
2022-03-30
helpers: add file creation with pattern
Jens Axboe
2022-03-30
test/submit-link-fail: set invalid ioprio to force request to be dropped
Jens Axboe
2022-03-30
test/drop-submit: set invalid ioprio to force request to be dropped
Jens Axboe
2022-03-29
man/io_uring.7: line breaks
Jens Axboe
2022-03-29
test/open-direct-link: add IOSQE_ASYNC
Jens Axboe
2022-03-29
test/open-direct-link: don't test if CQE_SKIP isn't available
Jens Axboe
2022-03-29
test/open-direct-link: add test case for linked open+read+close
Jens Axboe
2022-03-29
Merge branch 'master' of https://github.com/rojkov/liburing
Jens Axboe
2022-03-29
Add SECURITY.md
Dmitry Rozhkov
2022-03-29
man/io_uring_prep_cancel.3: add io_uring_prep_poll_remove(3) to see also
Jens Axboe
2022-03-25
Add test for multiple concurrent accepts
Dylan Yudaken
2022-03-24
add tests for nonblocking accept sockets
Dylan Yudaken
2022-03-24
man/io_uring_queue_init.3: add note on CQ ring sizing
Jens Axboe
2022-03-24
Remove IORING_CQE_F_MSG
Jens Axboe
2022-03-24
test/test/msg-ring: don't test for IORING_CQE_F_MSG
Jens Axboe
2022-03-23
test/recv-msgall-stream: remove nonblocking connect code
Jens Axboe
2022-03-23
Actually wire up recv-msgall-stream test case
Jens Axboe
2022-03-23
test/recv-msgall-stream: add stream based MSG_WAITALL test case
Jens Axboe
2022-03-23
test/msg-recvall: fix test
Jens Axboe
2022-03-23
Add test case for recv/recvmsg MSG_WAITALL
Jens Axboe
2022-03-22
test/tty-write-dpoll: add test case for double poll write
Jens Axboe
2022-03-21
src/Makefile: re-add major version number to soname
Stefan Hajnoczi
2022-03-20
LICENSE: wrap the lines so it's actually readable
Jens Axboe
2022-03-20
Fixup CITATION file
Jens Axboe
2022-03-20
Add citation file
Jens Axboe
2022-03-19
.gitignore: Add `test/drop-submit` to .gitignore
Haiyue Wang
2022-03-19
Style cleanups
Jens Axboe
2022-03-18
Add regression case for fixed buffers and non-iterator files
Jens Axboe
2022-03-18
man/io_uring_prep_accept.3: mention backwards compatability for direct
Jens Axboe
2022-03-17
man: clarifications about direct open/accept
Pavel Begunkov
2022-03-17
tests: don't sleep too much for rsrc tags
Pavel Begunkov
2022-03-14
man: make mention of how direct file descriptors request an existing table
Jens Axboe
2022-03-14
man: updates
Jens Axboe
2022-03-14
man/io_uring_submit.3: add blurb on passed in data being stable
Jens Axboe
2022-03-14
man: add blurb about data passed in structs being stable across submit
Jens Axboe
2022-03-14
man/io_uring_prep_poll_update.3: remove extra 'e'
Jens Axboe
2022-03-14
man/io_uring_prep_poll_add.3: remove extra space
Jens Axboe
2022-03-14
Merge branch 'musl-gnu-source' of https://github.com/thesamesam/liburing
Jens Axboe
2022-03-14
liburing.h: define GNU_SOURCE for cpu_set_t
Sam James
2022-03-13
Add io_uring_register_iowq_max_workers() man page
Jens Axboe
2022-03-13
Add io_uring_register_iowq_aff() man page
Jens Axboe
[next]