Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
axboe
/
liburing
/
HEAD
e6852bc
man/io_uring_prep_recv.3: mention 'length' cap
by Jens Axboe
· 21 minutes ago
master
a33a770
Merge branch 'ringbuf-read-fname-bound' of https://github.com/rootvector2/liburing
by Jens Axboe
· 9 days ago
06161b8
test/ringbuf-read: bound strcpy of argv[1] into fname
by rootvector2
· 9 days ago
63bf649
Merge branch 'fix/submit-and-wait-reg-sigsegv' of https://github.com/XananasX7/liburing
by Jens Axboe
· 11 days ago
19903c3
queue: fix NULL deref in _io_uring_get_cqe() for EXT_ARG_REG path
by XananasX
· 11 days ago
40999f5
Merge branch 'fix/transactional-ring-resize-remap' of https://github.com/uwezkhan/liburing
by Jens Axboe
· 3 weeks ago
6019e55
tests: add regression test for failed mmap remap on resize
by uwezkhan06
· 3 weeks ago
c077e6a
resize: preserve old ring state on failed mmap remap
by uwezkhan06
· 3 weeks ago
9d707e2
tests: improve zcrx ro params testing
by Pavel Begunkov
· 3 weeks ago
65ead1f
tests: test abnormal zcrx removal
by Pavel Begunkov
· 3 weeks ago
52a1c4c
tests: improve zcrx export tests
by Pavel Begunkov
· 3 weeks ago
f4b781e
tests: add cBPF filter tests for IORING_OP_CONNECT
by Shouvik Kar
· 3 weeks ago
ce320c7
test/bind-listen: ensure 'ts' is set before io_uring_wait_cqe_timeout()
by Jens Axboe
· 4 weeks ago
d6b7e99
Merge branch 'abs-timer-test'
by Jens Axboe
· 4 weeks ago
eb8dd98
test: add timens-abs-timer regression test
by Maoyi Xie
· 4 weeks ago
abs-timer-test
5dfc30a
test/nop-flags: don't fail on kernels without IORING_SETUP_SUBMIT_ALL
by Jens Axboe
· 5 weeks ago
43cd356
test/io_uring_passthrough: fix incorrect ring setup code
by Jens Axboe
· 5 weeks ago
7a70403
test/file-alloc-range-hint: skip on old kernels
by Jens Axboe
· 5 weeks ago
3089bbb
Merge branch 'buf-inc-left'
by Jens Axboe
· 5 weeks ago
d473a0d
man: update struct io_uring_buf_reg documentation
by Jens Axboe
· 6 weeks ago
buf-inc-left
3891a21
Add test case for minimum length left for incremental buffers
by Jens Axboe
· 6 weeks ago
8e87a9b
Merge branch 'bpf-ops-fixes'
by Jens Axboe
· 6 weeks ago
4330d09
.gitignore: add new test build output
by Haiyue Wang
· 6 weeks ago
bpf-ops-fixes
49f1a2a
tests: fix bpf ops build error
by Haiyue Wang
· 6 weeks ago
04b7460
Merge branch 'master' of https://github.com/andrew-sayers/liburing
by Jens Axboe
· 6 weeks ago
aadabf5
man: Minor language improvements
by Andrew Sayers
· 6 weeks ago
d3c0b5f
man: Explain transfer size limits in miscellaneous functions
by Andrew Sayers
· 6 weeks ago
4b2bb82
man: Explain transfer size limits in send() and recv() functions
by Andrew Sayers
· 6 weeks ago
b40f2cb
man: Explain transfer size limits in all write() functions
by Andrew Sayers
· 6 weeks ago
38df002
man: Explain transfer size limits in all read() functions
by Andrew Sayers
· 6 weeks ago
0fbff3e
Merge branch 'master' of https://github.com/andrew-sayers/liburing
by Jens Axboe
· 6 weeks ago
e65a2a0
man/io_uring_prep_read.3: Explain unsigned input vs. __s32 output
by Andrew Sayers
· 6 weeks ago
457d6b0
test/fd-pass: skip on older kernels without DEFER_TASKRUN
by Jens Axboe
· 7 weeks ago
f527d9b
test/iopoll-sync: fix buggy old kernel check
by Jens Axboe
· 7 weeks ago
e77085d
Merge branch 'poll-mshot-wake'
by Jens Axboe
· 7 weeks ago
bcc86d6
test/poll-mshot-wake: ensure multishot is terminated for nested wakes
by Jens Axboe
· 7 weeks ago
poll-mshot-wake
c107b35
test/large-resize: run SQE_MIXED test last
by Jens Axboe
· 7 weeks ago
9949c2d
Merge branch 'large-resize'
by Jens Axboe
· 7 weeks ago
e4590f3
test/large-resize: test resizing with pending large CQEs/SQEs
by Jens Axboe
· 7 weeks ago
large-resize
e2a21ad
test/mshot-shutdown-race: increase stuck timeout
by Jens Axboe
· 7 weeks ago
4bc9f50
test/zcrx: cast u64 to uintptr_t to silence 32-bit warnings
by Jens Axboe
· 7 weeks ago
6dc578d
examples/zcrx: fix just allocated sock struct checks
by Pavel Begunkov
· 8 weeks ago
b195ba2
tests: don't assume tail/head layout in bpf
by Pavel Begunkov
· 8 weeks ago
d8583c5
tests: fix zcrx tests
by Pavel Begunkov
· 8 weeks ago
533a772
test/bpf_cp: use proper SKIP exit code
by Jens Axboe
· 9 weeks ago
8d812f8
test/bpf_nops: skip test if argument is given
by Jens Axboe
· 9 weeks ago
7ba4409
Merge branch 'fix-recvmsg-validate' of https://github.com/YooLCD/liburing
by Jens Axboe
· 9 weeks ago
05513e1
Merge branch 'td-register-unused-params' of https://github.com/travisdowns/liburing
by Jens Axboe
· 9 weeks ago
2a50814
register: remove spurious __maybe_unused on buf_ring flags
by Travis Downs
· 9 weeks ago
521974a
register: suppress unused parameter warnings in wait_reg stub
by Travis Downs
· 9 weeks ago
4dd113a
liburing.h: fix integer overflow in recvmsg_validate and payload_length wraparound
by YooLCD
· 10 weeks ago
20b3fe6
Merge branch 'master' of https://github.com/andrew-sayers/liburing
by Jens Axboe
· 2 months ago
f692734
Explain -ENOMEM return value from io_uring_queue_init()
by Andrew Sayers
· 2 months ago
18c4159
Merge branch 'buf-upgrade'
by Jens Axboe
· 2 months ago
26c5409
Merge branch 'td-out-of-source-builds' of https://github.com/travisdowns/liburing
by Jens Axboe
· 2 months ago
ebbd32e
README: document out-of-source builds
by Travis Downs
· 2 months ago
0f51d60
ci: add out-of-source build job
by Travis Downs
· 2 months ago
7ddc675
configure: support out-of-source builds
by Travis Downs
· 2 months ago
2c7b9da
test/read-inc-buf-more: test EOF and !pollable cases
by Jens Axboe
· 3 months ago
f7f36b3
configure: check for clang as well for BPF
by Jens Axboe
· 3 months ago
92fd30e
configure:
by Jens Axboe
· 3 months ago
ce99cb3
configure: actually fix Alpine mktemp issue
by Jens Axboe
· 3 months ago
1b9d216
Merge branch 'feature/mixed-iopoll' of https://github.com/calebsander/liburing
by Jens Axboe
· 3 months ago
e20dcbb
man: update comments about non-polled requests with IORING_SETUP_IOPOLL
by Caleb Sander Mateos
· 3 months ago
6138f0a
man: remove note about IORING_SETUP_IOPOLL + IORING_OP_NOP
by Caleb Sander Mateos
· 3 months ago
ebb6af2
test: test non-iopoll uring_cmds on IORING_SETUP_IOPOLL rings
by Caleb Sander Mateos
· 3 months ago
a46158b
Make mktemp happy on Alpine Linux
by Jens Axboe
· 3 months ago
9b6450e
Ensure bpftool is found even if not in path
by Jens Axboe
· 3 months ago
fd8a6e6
tests: test io_uring bpf ops
by Pavel Begunkov
· 3 months ago
1e9a937
test/fdinfo: don't use io_uring_submit() return value for SQPOLL
by Jens Axboe
· 3 months ago
041c20f
Merge branch 'master' of https://github.com/BearLee001/liburing
by Jens Axboe
· 3 months ago
28600a5
examples: remove unused linux/dma-buf.h include
by Zile Xiong
· 3 months ago
0b0f0fc
test/mshot-shutdown-race: abort if stalled for >= 1 second
by Jens Axboe
· 3 months ago
560fac7
Update headers with ZCRX_CTRL opcode
by Pavel Begunkov
· 3 months ago
bd648bc
test/mshot-shutdown-race: alternate sending 1 or 2 buffers
by Jens Axboe
· 3 months ago
cb8cf3b
Update uapi headers
by Pavel Begunkov
· 3 months ago
27e25a1
Add test case testing socket send + immediate shutdown
by Jens Axboe
· 3 months ago
a6e7bd5
test/cbpf_filter: fix build when openat2.h is not available
by Yang Xiuwei
· 3 months ago
b6a45c8
examples/send-zerocopy: fix -Wstringop-truncation on ifr.ifr_name
by Yang Xiuwei
· 3 months ago
3466681
test: more old kernel fixes
by Jens Axboe
· 3 months ago
c41172e
Update a few tests to properly skip on older kernels
by Jens Axboe
· 3 months ago
f795f40
test/buf-ring-upgrade: test upgrade of buffer group with recycling
by Jens Axboe
· 3 months ago
ffe4a41
test/nop-flags: more old stable kernel fixes
by Jens Axboe
· 3 months ago
7c9a14d
test/nop-flags: more IORING_NOP_FILE skip fixes
by Jens Axboe
· 3 months ago
75188ba
test/nop-flags: allow -EINVAL for newer flags
by Jens Axboe
· 3 months ago
ca4fe84
test/task-restrict: handle -EBADF for blind registration
by Jens Axboe
· 3 months ago
a35e494
test/sqe-mixed-boundary: validate physical SQE index for 128-byte ops
by Tom Ryan
· 3 months ago
6f8e3c6
man/io_uring_prep_cmd_sock.3: document missing opcodes
by Jens Axboe
· 3 months ago
3b7c68a
test/timestamp-bug: remove compatability define
by Jens Axboe
· 3 months ago
829c805
tests/timeout: add abs imm timeout test
by Pavel Begunkov
· 3 months ago
e3117ad
man: document that immediate abs timeouts are allowed
by Pavel Begunkov
· 3 months ago
83c2308
Merge branch 'overflow_in__uring_malloc' of https://github.com/rootvector2/liburing
by Jens Axboe
· 3 months ago
8d8200d
nolibc: fix integer overflow in __uring_malloc
by rootvector2
· 3 months ago
bb65e00
Merge branch 'master' of https://github.com/mag1c1an1/liburing
by Jens Axboe
· 3 months ago
6e7d75b
change description for IORING_SETUP_TASKRUN_FLAG in iouring.h
by mag1c1an1
· 3 months ago
0931f6e
Ensure __io_uring_peek_cqe() is exported for FFI purposes
by Jens Axboe
· 3 months ago
a762f95
man: fix timeout update flags to match kernel
by Jens Axboe
· 3 months ago
daa2bcf
man: document IORING_TIMEOUT_IMMEDIATE_ARG flag
by Jens Axboe
· 3 months ago
ac9b8d0
tests: test timeout with immediate arguments
by Pavel Begunkov
· 3 months ago
565aae8
configure: force -Wno-error=unused-variable for tests
by Jens Axboe
· 3 months ago
Next »