Sign in
◑
Theme
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
axboe
/
liburing
/
HEAD
78dce99
Merge branch 'harden/sanitize-second-pointers' of github.com:StressTestor/liburing
by Jens Axboe
· 5 days ago
master
e9e4ac2
Merge branch 'liburing-noexcept-inline-helpers' of github.com:businessarshgoyal/liburing
by Jens Axboe
· 5 days ago
3cd017e
liburing.h: add missing LIBURING_NOEXCEPT to inline helpers
by Arsh Goyal
· 8 days ago
4cf7343
test/iowait.t: Skip if system is not quiesced for too long
by Gabriel Krisman Bertazi
· 2 weeks ago
914062b
man/io_uring_submit*.3: Point to error code documentation
by Gabriel Krisman Bertazi
· 2 weeks ago
88add76
man: Fix FUTEX_WAIT/FUTEX_WAKE explanation
by Gabriel Krisman Bertazi
· 2 weeks ago
ae61c97
setup: dynamically detect default huge page size
by Prateek
· 3 months ago
b041e95
src/register: check the tags array in the buffers registration helpers
by Joe Grey
· 3 weeks ago
86e9fbc
src/sanitize: check the timespec of a timeout update
by Joe Grey
· 3 weeks ago
8ec38e3
src/sanitize: check the statx output buffer too
by Joe Grey
· 3 weeks ago
27255f4
Merge branch 'fix/reg-wait-feature-check' of github.com:srkyn/liburing
by Jens Axboe
· 4 weeks ago
e620d33
queue: check EXT_ARG support before flushing registered waits
by David Sarkisyan
· 4 weeks ago
6bfe0f9
test: add zone_reset_all command test
by Christoph Hellwig
· 4 weeks ago
9d17991
man: add io_uring_prep_cmd_zone_reset_all.3 man page
by Christoph Hellwig
· 4 weeks ago
fae2028
liburing: add io_uring_prep_cmd_zone_reset
by Christoph Hellwig
· 4 weeks ago
9698053
man: fixups for io_uring_prep_cmd_discard.3
by Christoph Hellwig
· 4 weeks ago
1639082
configure: shorten the message for the discard command
by Christoph Hellwig
· 4 weeks ago
5cdb10f
Merge branch 'man-page-fixes' of github.com:cmazakas/liburing
by Jens Axboe
· 7 weeks ago
b12a090
liburing{{,-ffi}.pc.in,.spec}: Replace dead git tree links with the new one
by Ammar Faizi
· 8 weeks ago
4acaaec
ci: Upgrade clang version to 23
by Ammar Faizi
· 8 weeks ago
3a6320a
ci: Fix the wrong `cc_pkg` comparison
by Ammar Faizi
· 8 weeks ago
ca274ec
test: Remove unused global variables found by clang-23
by Ammar Faizi
· 8 weeks ago
639d05b
Merge branch 'reg_fd_only' of github.com:chrehrhardt/liburing
by Jens Axboe
· 8 weeks ago
14f0c69
Merge branch 'connect' of github.com:Flowdalic/liburing
by Jens Axboe
· 8 weeks ago
d332e4d
Merge branch 'fix-open-direct-link' of github.com:Flowdalic/liburing
by Jens Axboe
· 8 weeks ago
7394b07
test/open-direct-link: fix sporadic -EBADF failure
by Florian Schmaus
· 8 weeks ago
1136bf2
Merge branch 'man_page' of github.com:jiv4/liburing
by Jens Axboe
· 8 weeks ago
374139a
clarify registered buffers iovec lifetime
by jiva
· 8 weeks ago
7cbb2b3
test/connect: fix sporadic "Address already in use" failures
by Florian Schmaus
· 9 weeks ago
99f87a6
man: Fixup dead links in man pages
by Christian Mazakas
· 10 weeks ago
e50e32a
Merge branch 'user/cge/improve-zcrx-test' of https://github.com/zeehha/liburing
by Jens Axboe
· 3 months ago
e9909c7
test/zcrx: Fix return values of test_area()
by Chris Gellermann
· 3 months ago
0dab19a
test/zcrx: Fix error message
by Chris Gellermann
· 3 months ago
140d47c
test/zcrx: Fix contradicting mmap call
by Chris Gellermann
· 3 months ago
d41bf92
Merge branch 'fix-typo' of https://github.com/sleiphan/liburing
by Jens Axboe
· 3 months ago
liburing-2.15
36eab8b
man: Fix one typo
by Håkon F. Fjellanger
· 3 months ago
72d5caf
test/reg-fd-only: Relax io_uring_submit() return value check
by Christian A. Ehrhardt
· 3 months ago
650d8fb
Merge branch 'harden-ci-workflow-security' of https://github.com/Alb3e3/liburing
by Jens Axboe
· 3 months ago
16fe1c0
Merge branch 'man' of https://github.com/jiripospisil/liburing
by Jens Axboe
· 3 months ago
81ab27d
man: Fix a few typos
by Jiri Pospisil
· 3 months ago
66c8aed
test/nop-fixed-file-leak.c: add fixed file leak test
by Jens Axboe
· 3 months ago
500c7b4
Harden CI workflow security
by Alb3e3
· 3 months ago
2750b94
Merge branch 'poll-update-trigger' of https://github.com/schlad/liburing
by Jens Axboe
· 3 months ago
liburing-2.15-rc1
a6566d5
test/poll-update-trigger: fix poll mask byte order
by Sebastian Chlad
· 3 months ago
b7fc10a
examples/echo-server: add to .gitignore
by Jens Axboe
· 3 months ago
41533f6
Merge branch 'add-multishot-echo-server' of https://github.com/Kprateek283/liburing
by Jens Axboe
· 3 months ago
395f27d
examples: add minimal multishot echo server
by Prateek
· 3 months ago
5290dd8
Merge branch 'fixes'
by Jens Axboe
· 3 months ago
cd78157
liburing.h: avoid OOL round trip in io_uring_peek_cqe() on empty CQ
by Jens Axboe
· 3 months ago
fixes
a4d619a
liburing.h: drop acquire ordering on CQ head load in __io_uring_peek_cqe()
by Jens Axboe
· 3 months ago
37297be
src/setup: explicitly request 2MB huge pages
by Jens Axboe
· 3 months ago
284b1a8
src/arch: use sysconf() for page size on aarch64/riscv64 libc builds
by Jens Axboe
· 3 months ago
a0d356e
src/setup: account SQ array in rings_size()
by Jens Axboe
· 3 months ago
835f697
src/sanitize: check secondary user pointers as well
by Jens Axboe
· 3 months ago
107b149
src/sanitize: initialize the handler table at compile time
by Jens Axboe
· 3 months ago
80f3558
src/queue: io_uring_wait_cqes_min_timeout() should -EINVAL if unsupported
by Jens Axboe
· 3 months ago
7e01907
liburing.h: don't return stale CQE pointer with timeout error
by Jens Axboe
· 3 months ago
80664fa
src/arch: use prlimit64 for the rlimit syscall wrappers
by Jens Axboe
· 3 months ago
692585d
src/setup: account SQ array in the rings region in io_uring_alloc_huge()
by Jens Axboe
· 3 months ago
435e6b2
src/setup: restore ring fd and flags init in io_uring_queue_mmap()
by Jens Axboe
· 3 months ago
705bf68
test/cq-peek-batch-mixed: add peek-batch test for mixed CQE rings
by Jens Axboe
· 3 months ago
4279ae3
src/queue: handle mixed CQEs in io_uring_peek_batch_cqe()
by Jens Axboe
· 3 months ago
fb2a15d
src/register: fix mmap leak in io_uring_resize_rings()
by Jens Axboe
· 3 months ago
eed315f
test/min-timeout-wait: tweak max allowed time when having events
by Jens Axboe
· 3 months ago
7a8cb83
Merge branch 'register-zcrx-ctrl-and-query' of https://github.com/wokron/liburing
by Jens Axboe
· 3 months ago
6a31331
Merge branch 'fix/register-resize-mmap-cleanup' of https://github.com/bohmiiidd/liburing
by Jens Axboe
· 3 months ago
b735b3b
Merge branch 'proxy-free-cd1-buckets' of https://github.com/rootvector2/liburing
by Jens Axboe
· 3 months ago
53034ce
Merge branch 'link-cp-aligned-iodata' of https://github.com/rootvector2/liburing
by Jens Axboe
· 3 months ago
2e042cf
Merge branch 'opcode-supported-negative-op' of https://github.com/rootvector2/liburing
by Jens Axboe
· 3 months ago
c45f103
Merge branch 'udp-buffer-shift-size_t' of https://github.com/rootvector2/liburing
by Jens Axboe
· 3 months ago
fc9119e
Merge branch 'ucontext-cp-coro-uaf' of https://github.com/rootvector2/liburing
by Jens Axboe
· 3 months ago
e93eebe
Merge branch 'fix-conn-unreach' of https://github.com/mannkafai/liburing
by Jens Axboe
· 3 months ago
ca5d6a8
Merge branch 'fix-fallocate' of https://github.com/mannkafai/liburing
by Jens Axboe
· 3 months ago
269ad67
test/min-timeout: move ring exit post pipe closing
by Jens Axboe
· 3 months ago
a75935e
test/recv-bundle-buf-len: add truncated bundle buffer test case
by Jens Axboe
· 3 months ago
299dbc5
Merge branch 'min_timeout_fix' of https://github.com/chrehrhardt/liburing
by Jens Axboe
· 3 months ago
e6852bc
man/io_uring_prep_recv.3: mention 'length' cap
by Jens Axboe
· 3 months ago
62d781d
test: min-timeout: Call io_uring_queue_exit
by Christian A. Ehrhardt
· 3 months ago
864cebd
test/fallocate: Accept -EOPNOTSUPP as unsupported
by KaFai Wan
· 3 months ago
8249dbd
test/conn-unreach: Accept -ENOTCONN from shutdown on unconnected socket
by KaFai Wan
· 3 months ago
d9fe09c
ucontext-cp: don't free coroutine stack and context in use
by rootvector2
· 3 months ago
237976b
examples/io_uring-udp: compute buffer size and offset in size_t
by rootvector2
· 4 months ago
afff594
liburing.h: reject negative op in io_uring_opcode_supported
by rootvector2
· 4 months ago
2401be9
examples/link-cp: avoid misaligned struct io_data access
by rootvector2
· 4 months ago
e8b85a2
examples/proxy: free cd[1] stat buckets in handle_close
by rootvector2
· 4 months ago
a33a770
Merge branch 'ringbuf-read-fname-bound' of https://github.com/rootvector2/liburing
by Jens Axboe
· 4 months ago
06161b8
test/ringbuf-read: bound strcpy of argv[1] into fname
by rootvector2
· 4 months ago
63bf649
Merge branch 'fix/submit-and-wait-reg-sigsegv' of https://github.com/XananasX7/liburing
by Jens Axboe
· 4 months ago
19903c3
queue: fix NULL deref in _io_uring_get_cqe() for EXT_ARG_REG path
by XananasX
· 4 months ago
ee133f0
src/register: clean up ring state on failed resize mmap
by Ahmed Abdelmoemen
· 4 months ago
a3c6bcd
man: add io_uring_register_query.3 man page
by Yitang Yang
· 6 months ago
e3242e3
src/register: add io_uring_register_query() helper
by Yitang Yang
· 6 months ago
8af06c9
man: add io_uring_register_zcrx_ctrl.3 man page
by Yitang Yang
· 6 months ago
af80c9f
src/register: add io_uring_register_zcrx_ctrl() helper
by Yitang Yang
· 6 months ago
40999f5
Merge branch 'fix/transactional-ring-resize-remap' of https://github.com/uwezkhan/liburing
by Jens Axboe
· 4 months ago
6019e55
tests: add regression test for failed mmap remap on resize
by uwezkhan06
· 4 months ago
c077e6a
resize: preserve old ring state on failed mmap remap
by uwezkhan06
· 4 months ago
9d707e2
tests: improve zcrx ro params testing
by Pavel Begunkov
· 4 months ago
65ead1f
tests: test abnormal zcrx removal
by Pavel Begunkov
· 4 months ago
52a1c4c
tests: improve zcrx export tests
by Pavel Begunkov
· 4 months ago
Next »