summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-05Add IORING_OP_LINK_TIMEOUT test caseslink-timeoutJens Axboe
2019-11-05barrier.h: add generic smp_mb implementationJeff Moyer
2019-11-05spec: Fedora RPM cleanupsJeff Moyer
2019-11-05Makefile: add missing .pc dependency on .spec fileStefan Hajnoczi
2019-11-05spec: update RPM version number to 0.2Stefan Hajnoczi
2019-11-04Printout correct failure locations in test/timeout.cHrvoje Zeba
2019-11-04Use msec parameter instead of TIMEOUT_MSEC in msec_to_ts()Hrvoje Zeba
2019-11-04README: add io-uring@vger.kernel.org list infoJens Axboe
2019-10-30__io_uring_flush_sq(): remove unnecessary checkKornilios Kourtis
2019-10-30sq_ring_needs_enter(): force loading of kflagsKornilios Kourtis
2019-10-30liburing/test: fix build errorsJoseph Qi
2019-10-29Add test/io-cancelJens Axboe
2019-10-29Add IORING_OP_ASYNC_CANCEL and prep helperJens Axboe
2019-10-27Add read/write test that does various combinations of IOJens Axboe
2019-10-25test/file-register: add huge file set test caseJens Axboe
2019-10-25test/defer: Test deferring with drain and linksPavel Begunkov
2019-10-24liburing-0.2liburing-0.2Jens Axboe
2019-10-24Add runtests-loop targetJens Axboe
2019-10-24test/send_recvmsg: hopefully make it reliableJens Axboe
2019-10-24test/send_recvmsg: ensure we exitJens Axboe
2019-10-24test/runtests.sh: only log first test to have alive workers on exitJens Axboe
2019-10-24test/accept: add test to see if we cancel correctly on exitJens Axboe
2019-10-24test/runtests.sh: check for remaining io_uring workers on exitJens Axboe
2019-10-23test/timeout: add multi timeout reqs test with different countzhangyi (F)
2019-10-23test/timeout: add multi timeout reqs test with different timeoutzhangyi (F)
2019-10-21Shorten timeout testsJens Axboe
2019-10-21Add test for overflow of timeout request's sequenceyangerkun
2019-10-18test/accept: fix a few errorsJens Axboe
2019-10-18test/accept: test that we -EINVAL for accept with SQPOLLJens Axboe
2019-10-17Add simple IORING_OP_ACCEPT test caseJens Axboe
2019-10-17test/socket-rw.c: use TCP, not pipesJens Axboe
2019-10-17Add io_uring_prep_accept() helperJens Axboe
2019-10-17Sync with kernel io_uring.h headerJens Axboe
2019-10-17Add deadlock socket read/write test caseJens Axboe
2019-10-17Un-DOSify test/232c93d07b74-test.cJens Axboe
2019-10-17Add test case for non-blocking socket reads/writesJens Axboe
2019-10-16Add IORING_OP_TIMEOUT_REMOVEJens Axboe
2019-10-16test/timeout: cleanup cqe seen and error printsJens Axboe
2019-10-15Make io_uring_prep_timeout() take timeout flagsJens Axboe
2019-10-15Add test case for absolute timeoutsJens Axboe
2019-10-14Add test case for skb/socket ref count issues with fully sparse file setJens Axboe
2019-10-09Add regression test case for commit 8a9973408177Jens Axboe
2019-10-08test/runtests.sh: distinguish between failed and OK timeoutsJens Axboe
2019-10-08test/cq-size: use 'ret', not 'errno' directlyJens Axboe
2019-10-08b/test/file-register: convert to library functions and clean upJens Axboe
2019-10-08Add io_uring_register_files_update()Jens Axboe
2019-10-08test/runtests.sh: check for root before using /dev/kmsgJens Axboe
2019-10-07test/file-register: close/unlink test_shrink() filesJens Axboe
2019-10-07test/file-register: catch succeeding with too many fdsJens Axboe
2019-10-04Add test case for application specified cq ring sizeJens Axboe