summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-04test/orc: soft fail if filename isn't givenfd-selectJens Axboe
2020-03-04test/accept: add SOCK_SPECIFIC_FD test caseJens Axboe
2020-03-04Add sample open-read-close chainJens Axboe
2020-03-02test/send_recvmsg: cleanup on abortJens Axboe
2020-03-02test/splice: don't use memfdJens Axboe
2020-03-02test/splice: include <linux/memfd.h>Jens Axboe
2020-03-02__io_uring_get_cqe: fix spurious -EAGAINJens Axboe
2020-03-02__io_uring_get_cqe: don't subtract negative error from 'submit'Jens Axboe
2020-03-02__io_uring_get_cqe: eliminate unnecessary io_uring_enter() syscallsXiaoguang Wang
2020-02-29test/across-fork: have child wait for write finishJens Axboe
2020-02-29test/send_recvmsg: ensure that we get -ENOBUFS for no buffersJens Axboe
2020-02-28test/send_recvmsg: add missing socket closeJens Axboe
2020-02-28test/read-write: ensure SQPOLL for non-root just warnsJens Axboe
2020-02-28io_uring_prep_splice: fix 32-bit compat off_in truncationJens Axboe
2020-02-27test/send_recvmsg: add support for BUF_SELECTJens Axboe
2020-02-27Fix 32-bit warning for io_uring_prep_splice()Jens Axboe
2020-02-26Merge branch 'patch-1' of https://github.com/YoSTEALTH/liburing-CJens Axboe
2020-02-26Needs an line breakYoSTEALTH
2020-02-26test/poll-link: don't error out on connect failureJens Axboe
2020-02-25Make it clear we're now on the 0.6 baseJens Axboe
2020-02-25test/read-write: fix non-root failureJens Axboe
2020-02-25test/link: fix typoJens Axboe
2020-02-25test/read-write: add test case for selectable buffersJens Axboe
2020-02-25Add IORING_OP_PROVIDE_BUFFERS and helperJens Axboe
2020-02-25test/sq-poll-kthread: include grace period before thread checkJens Axboe
2020-02-24configure: sync struct open_how with kernel APIJens Axboe
2020-02-24Reinstate io_uring_unregister_eventfd()Jens Axboe
2020-02-24test/splice: fix-up test case on kernels not supporting spliceJens Axboe
2020-02-24test/splice: add basic splice testsPavel Begunkov
2020-02-24splice: add splice(2) helpersPavel Begunkov
2020-02-23test/accept-link: update for FAST_POLLJens Axboe
2020-02-23Sync io_uring.h with 5.7-preJens Axboe
2020-02-21test: add sq-poll-kthread test caseliburing-0.4Stefano Garzarella
2020-02-20configure: fix mis-generation of compat.h for no __kernel_rwf_tJens Axboe
2020-02-20Merge branch 'dev' of https://github.com/CarterLi/liburingJens Axboe
2020-02-20man/io_uring_setup.2: fix 'sq_thread_idle' descriptionStefano Garzarella
2020-02-20liburing.h: add const type qualifierCarter Li
2020-02-19Merge branch 'dev' of https://github.com/CarterLi/liburingJens Axboe
2020-02-19man/io_uring_enter.2: correct IORING_OP_STATXCarter Li
2020-02-14Merge branch 'pu/test-suite' of https://github.com/guillemj/liburingJens Axboe
2020-02-14test: Initialize the data struct to set stop member to 0Guillem Jover
2020-02-14test: Distinguish failure messages for accept-linkGuillem Jover
2020-02-14test: Expect fail values from io_uring calls to be -errno instead of -1Guillem Jover
2020-02-14test: Handle NULL sqe and cqe in testsGuillem Jover
2020-02-14test: Unify queue init failed error messageGuillem Jover
2020-02-14test: Cleanup file artifacts on early exitsGuillem Jover
2020-02-14test: Skip tests where the kernel lacks supportGuillem Jover
2020-02-14Add src/include/liburing/compat.h to .gitignoreGuillem Jover
2020-02-13test/poll-cancel-ton: reap events after submitJens Axboe
2020-02-12man/io_uring_register.2: add note of ring quiesce for file/buffers registrationJens Axboe