summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-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
2019-10-04test/file-register: add test case for zero initial fdsJeff Moyer
2019-10-03test/runtests.sh: make default timeout 30s, not 10sJens Axboe
2019-10-03test/file-register: add grow/shrink casesJens Axboe
2019-10-03Add test/file-registerJens Axboe
2019-10-01Switch to 32/64-bit agnostic timeout formatJens Axboe
2019-09-27Fold io_uring_wait_cqes_timeout() with io_uring_wait_cqes()Jens Axboe
2019-09-25Add io_uring_peek_batch_cqe()James Rouzier
2019-09-25Add io_uring_cq_ready()James Rouzier
2019-09-23Add STDOUT write testJens Axboe
2019-09-22Makefile: handle quiet AR/RANLIBJens Axboe
2019-09-21Makefile: add pretty/quiet CC/LN outputJens Axboe
2019-09-21Generalize Makefiles for examples and test.James Rouzier
2019-09-21test/timeout: use io_uring_wait_cqes_timeout()Jens Axboe
2019-09-21io_uring_wait_cqe_timeout: document that io_uring_submit() not neededJens Axboe
2019-09-21Add io_uring_sq_space_left()James Rouzier
2019-09-21Add io_uring_wait_cqe_timeout()Jens Axboe
2019-09-20Add TIMEOUT supportJens Axboe
2019-09-19Remove TIMEOUT codeJens Axboe
2019-09-17test/timeout: check if we always get a wakeup from timeoutJens Axboe
2019-09-17test/timeout: include some notion of verifying length of timeoutJens Axboe
2019-09-17Add basic IORING_OP_TIMEOUT test caseJens Axboe
2019-09-16liburing: add io_uring_prep_{recv,send}msg李通洲
2019-09-10test/io_uring_enter.c: unlink temp file when doneJens Axboe
2019-09-06test/io_uring_setup: add support for io_uring_params->featuresJens Axboe
2019-09-06test/cq-full: handle io_uring_peek_cqe() -EAGAINJens Axboe
2019-08-29Add test case for poll hangJens Axboe
2019-08-19liburing/barrier.h: Add prefix io_uring to barriersJulia Suvorova
2019-07-24src/Makefile: keep private headers in <liburing/*.h>Stefan Hajnoczi
2019-07-09Add regression test cases for kthread stuckJackie Liu
2019-07-08Make runtests.sh output test to dmesgJens Axboe
2019-07-08Fix the 32-bit buildBart Van Assche
2019-07-08Makefiles: Support specifying CFLAGS on the command lineBart Van Assche
2019-07-02Fix the use of memory barriersBart Van Assche
2019-06-04Add basic helpers for file/buffer registrationJens Axboe
2019-06-04test/ring-leak: use static array for io_uring_register()Jens Axboe
2019-06-04test/io_uring_register: don't test buffer size if too largeJens Axboe
2019-05-27test/fsync: use io_uring_sqe_set_flags()Jens Axboe
2019-05-24test/send_recvmsg: code cleanups and error handlingJens Axboe
2019-05-23Add send/recvmsg test caseJens Axboe
2019-05-14test/io_uring_register: don't fail max fd test if we run out of memJens Axboe