summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-09-06liburing/test: There are now 4 reserved fieldsHristo Venev
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
2019-05-14Add chain failure handling test caseJens Axboe
2019-05-13Add link SQE supportJens Axboe
2019-05-01test/eeed8b54e0df-test: define RWF_NOWAIT if we don't have itJens Axboe
2019-05-01test/io_uring_setup: don't fail SQPOLL test case for non-rootJens Axboe
2019-05-01test/eeed8b54e0df-test: check write(2) return valueJens Axboe
2019-05-01liburing: improve output for test/io_uring_setup.cShenghui Wang
2019-04-30Update tests for 'sqe submit always posts a cqe'Jens Axboe
2019-04-30test/runtests.sh: list all failed tests when doneJens Axboe
2019-04-25Add test case for -EAGAIN issueJens Axboe
2019-04-23Add regression test cases for three recent issuesJens Axboe
2019-04-23Actually add test/runtests.shJens Axboe
2019-04-18Rename completion helpersJens Axboe
2019-04-17Separate test cases from examplesJens Axboe
2019-04-17Add io_uring_cqe_seen()Jens Axboe
2019-04-17Add SQ/CQ overflow testsJens Axboe
2019-04-11test/nop: add NOP test caseJens Axboe
2019-04-11test/fsync: error out if we submit less than we wantedJens Axboe
2019-04-10test/fsync: update for IOSQE_IO_DRAIN approachJens Axboe
2019-04-07Use io_uring_cqe_get_data() internallyJens Axboe
2019-04-06Add barrier fsync test caseJens Axboe
2019-03-06test/io_uring-cp: add some commentsJens Axboe
2019-03-05test/io_uring-cp: make it more efficientJens Axboe
2019-03-04add syscall unit testsJeff Moyer
2019-02-08test/fsync: add simple fsync testerJens Axboe
2019-02-08test/ring-leak: silence "sending fd" messageJens Axboe
2019-02-07test/ring-leak: add test app demonstrating leak of io_uring instanceJens Axboe
2019-01-18test/poll: ignore parent dyingJens Axboe
2019-01-18test/poll: simply test caseJens Axboe
2019-01-18test/poll-cancel: improve test caseJens Axboe
2019-01-18Switch to IORING_OP_POLL_ADD/REMOVEJens Axboe
2019-01-1732-bit fixesJens Axboe
2019-01-17Add sqe prep helpersJens Axboe
2019-01-17Update POLL APIJens Axboe