aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
4 daysMerge branch 'pu/test-clean' of https://github.com/guillemj/liburingupstream-masterJens Axboe
4 daysMerge branch 'pu/libffi-symbols' of https://github.com/guillemj/liburingJens Axboe
4 daystest: Remove the coredump if coredump.t managed to generate oneGuillem Jover
4 daysliburing-ffi.map: Add comments for symbols added in wrong version nodeGuillem Jover
5 daysman: fix IORING_REGISTER_RING_FDS docsJeff Moyer
8 daystest/buf-ring: skip on older kernels that don't support mmap'ed ringsJens Axboe
8 daystest: skip test case if underlying filesystem doesn't support O_DIRECTJens Axboe
9 daysCHANGELOG: minor updatesJens Axboe
13 daysexamples/proxy: correct sendmsg + bundles messageJens Axboe
13 daysFix portability issues in configure scriptArthur Williams
2024-04-22examples/proxy: increment open_conns early for sink modeJens Axboe
2024-04-20test/msg-ring: synchronize remote test case with a pthread barrierJens Axboe
2024-04-20examples/proxy: re-arm receive if no new send is preparedJens Axboe
2024-04-19t/socket-io-cmd: do single retry for SIOCINQJens Axboe
2024-04-19test/socket-io-cmd: don't use CQE after io_uring_cqe_seen()Jens Axboe
2024-04-19test/sqpoll-cancel-hang: remove testJens Axboe
2024-04-17register: use do_register() for NAPI register/unregisterJens Axboe
2024-04-14Merge branch 'fix_clear_flags' of https://github.com/gxuu/liburingJens Axboe
2024-04-14Add initialization function of io_uring_sqegxu
2024-04-08examples/sendzc: test background pollingPavel Begunkov
2024-04-08io_uring/sendzc: add DEFER_TASKRUN testingPavel Begunkov
2024-04-08test/sendzc: improve zc support probingPavel Begunkov
2024-04-08test: handle test_send_faults()'s cases one by onePavel Begunkov
2024-04-05man/io_uring_setup.2: Improve IORING_SETUP_REGISTERED_FD_ONLY documentationGabriel Krisman Bertazi
2024-04-05man/io_uring_enter.2: Move poll update behavior to poll removeGabriel Krisman Bertazi
2024-04-02test/msg-ring-fd: fix bugs in test caseJens Axboe
2024-04-02test: update for older kernelsJens Axboe
2024-04-02Add test case for creation/teardown of memory mapped provided buffersJens Axboe
2024-03-29test/msg-ring-fd: add test case for FD passing with MSG_RINGJens Axboe
2024-03-29examples/proxy: be a bit smarter in handling send/sendmsg zerocopyJens Axboe
2024-03-28test/msg-ring: test DEFER_TASKRUN as wellJens Axboe
2024-03-28test/send_recv: set IORING_SETUP_SUBMIT_ALLJens Axboe
2024-03-28test/connect: add SQPOLL as wellJens Axboe
2024-03-26Merge branch 'memory-ordering-and-atomicity' of https://github.com/shachaf/li...Jens Axboe
2024-03-26test/file-register: ensure the fail case allocates enoughJens Axboe
2024-03-23examples/proxy: don't include NOTIF cqes as errors for sendJens Axboe
2024-03-22examples/proxy: include disconnected clients in byte countJens Axboe
2024-03-22examples/proxy: don't mark connection disconnected too soonJens Axboe
2024-03-22examples/proxy: use MSG_MORE for non-sendmsg based sendsJens Axboe
2024-03-22examples/proxy: be a bit smarter about recv rearmJens Axboe
2024-03-22examples/proxy: wire up new opcodesJens Axboe
2024-03-21examples/proxy: remove dead parametersJens Axboe
2024-03-21examples/proxy: note if send zero copy is usedJens Axboe
2024-03-21examples/proxy: add zerocopy send supportJens Axboe
2024-03-21examples/proxy: handle each connection in a seperate threadJens Axboe
2024-03-18test/connect: add IOSQE_ASYNC testJens Axboe
2024-03-15test/buf-ring: test mmap'ed rings tooJens Axboe
2024-03-15test/read-mshot: fix overflow checkingJens Axboe
2024-03-14man/io_uring_prep_poll_update: note on event masks that can be updatedJens Axboe
2024-03-12examples/proxy: add extended statsJens Axboe