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
path:
root
/
examples
Age
Commit message (
Expand
)
Author
2023-03-07
io_uring-udp: Fix the wrong `inet_ntop()` argument
Ammar Faizi
2023-03-05
examples/send-zerocopy: cast 'ret' to unsigned long for comparison
Jens Axboe
2023-03-05
examples/send-zerocopy: cleanups
Jens Axboe
2023-03-05
examples/send-zc: kill sock bufs configuration
Pavel Begunkov
2023-03-05
examples/send-zc: add the receive part
Pavel Begunkov
2023-03-05
examples/send-zc: add multithreading
Pavel Begunkov
2023-03-05
examples/send-zc: add affinity / CPU pinning
Pavel Begunkov
2023-03-05
examples/send-zc: add defer taskrun support
Pavel Begunkov
2023-02-21
examples/zc: add a hugetlb option
Pavel Begunkov
2023-02-21
Merge branch 'registered-ring-close' of https://github.com/joshtriplett/liburing
Jens Axboe
2023-02-19
Add example of closing a ring fd and using it via registered index
Josh Triplett
2023-02-18
examples,test: Remove unused linux/errqueue.h
Khem Raj
2023-02-13
examples: Use t_error instead of glibc's error.
Steffen
2022-11-25
ucontext-cp: Mark a non-exported function as static
Ammar Faizi
2022-11-25
ucontext-cp: Remove an unused function
Ammar Faizi
2022-09-21
examples: fix sendzc notif handling
Pavel Begunkov
2022-09-02
examples: adjust zc bench to the new uapi
Pavel Begunkov
2022-08-05
io_uring-udp: make more obvious what kernel version is required
Dylan Yudaken
2022-07-26
examples/io_uring-udp: Use a proper cast for `(struct sockaddr *)` argument
Ammar Faizi
2022-07-26
add an example for a UDP server
Dylan Yudaken
2022-07-25
examples: add a zerocopy send example
Pavel Begunkov
2022-07-22
examples: add a simple single-shot poll benchmark
Pavel Begunkov
2022-03-10
examples/Makefile: Add liburing.a as a dependency
Alviro Iskandar Setiawan
2022-02-19
Fix warnings/errors when compiling on Alpine Linux
Mahdi Rakhshandehroo
2022-01-28
examples/link-cp.c: fix the last file-block retry may overflow
Mingqiang Sun
2021-12-23
examples/io_uring_cp: fix bug while re-queuing
monte
2021-10-31
examples/Makefile: Fix missing clean up
Ammar Faizi
2021-10-18
Revert "examples/ucontext-cp.c: Do not use SIGSTKSZ"
Jens Axboe
2021-09-17
Merge branch 'master' of https://github.com/kraj/liburing
Jens Axboe
2021-09-15
examples: Fix warnings for comparison of integers with different signedness
Guillem Jover
2021-09-13
build: Fix build flags support
Guillem Jover
2021-09-02
build: add -D_GNU_SOURCE to all CPPFLAGS/CFLAGS.
Uman Shahzad
2021-05-04
examples/ucontext-cp.c: Do not use SIGSTKSZ
Khem Raj
2021-04-20
examples/link-cp: fix a couple of strerror negations
David Disseldorp
2021-04-13
examples/ucontext-cp.c: cope with variable SIGSTKSZ
Stefan Hajnoczi
2021-03-26
examples/io_uring-cp: wait for pending writes before exit copy loop
Jens Axboe
2020-10-28
examples: disable ucontext-cp if ucontext.h is not available
Simon Zeni
2020-09-20
Fix build flag settings
Guillem Jover
2020-08-20
examples/io_uring-test: don't error on shorter files
Jens Axboe
2020-06-10
examples/ucontext-cp.c: use IORING_OP_TIMEOUT
Carter Li
2020-02-11
Add SPDX license identifiers
Jens Axboe
2019-12-23
configure: allow to set host CC
Jens Axboe
2019-12-23
Makefile: quiet down rm
Jens Axboe
2019-11-19
Avoid redefined warning of "SIGSTKSZ"
Jackie Liu
2019-10-01
examples/ucontext-cp.c: get rid of c99 style declarations
Jens Axboe
2019-09-22
Makefile: handle quiet AR/RANLIB
Jens Axboe
2019-09-21
Makefile: add pretty/quiet CC/LN output
Jens Axboe
2019-09-22
examples/ucontext-cp: more complex example to show how ucontext works
李通洲
2019-09-21
Generalize Makefiles for examples and test.
James Rouzier
2019-09-20
examples/ucontext-cp: style fixups
Jens Axboe
[next]