summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-01Add test case for commit 7ad0e4b2f83cissue25Jens Axboe
2019-12-01Fix flush/submit with internal timeoutJens Axboe
2019-11-29Remove C99'ism from certain testsliming wu
2019-11-28test/connect: fixup a few style issuesJens Axboe
2019-11-28liburing: create an installation target for testsJohannes Thumshirn
2019-11-27Add a simple connect testHrvoje Zeba
2019-11-27__io_uring_get_cqe: add safety for SQPOLLJens Axboe
2019-11-27Add regression test for the bug fix in d77a67ed5f27Jens Axboe
2019-11-27__io_uring_submit: always check sq_ring_needs_enter()Jens Axboe
2019-11-26test/runtests.sh: improve alive worker detectionJens Axboe
2019-11-25Add io_uring_prep_connect() helperHrvoje Zeba
2019-11-25test/accept-test: add test case for accept() with addr/addrlenHrvoje Zeba
2019-11-25Add a regression test for behavior before commit b5837bd5311dHrvoje Zeba
2019-11-25Don't cap wait_nr in __io_uring_submit()Hrvoje Zeba
2019-11-25test/timeout: test_single_timeout_nr should wait for 3, not 4Jens Axboe
2019-11-24test/fc2a85cb02ef-test: make sure we skip on non-rootJens Axboe
2019-11-24test/read-write: remove debug messageJens Axboe
2019-11-24test/stdout: add fixed buffer testsJens Axboe
2019-11-22Make __io_uring_submit_and_wait() do the right thing for flushed ring stateJens Axboe
2019-11-22Revert "Fix io_uring_sq_ready()"Jens Axboe
2019-11-22Add io_uring_wait_cqe_nr()Jens Axboe
2019-11-22Don't let io_uring_wait_cqes() submit IOJens Axboe
2019-11-22test/cq-overflow: add test case for c5bc0ed798e0Jens Axboe
2019-11-22Fix io_uring_sq_ready()Jens Axboe
2019-11-22Update link_drain with new kernel methodJackie Liu
2019-11-22Add test/poll-many.cJens Axboe
2019-11-20Merge branch 'debian_build' of https://github.com/changchengx/liburingJens Axboe
2019-11-21script to build liburing into debian packageChangcheng Liu
2019-11-21debian rules to package liburingChangcheng Liu
2019-11-20test/read-write: add linked test caseJens Axboe
2019-11-20test/teardowns: lighten load and wait for childrenJens Axboe
2019-11-20Update poll cancellation return codesJens Axboe
2019-11-20test/link-timeout: add a few more test casesJens Axboe
2019-11-19built liburing.so and test binary first when runtestsJackie Liu
2019-11-19Avoid redefined warning of "SIGSTKSZ"Jackie Liu
2019-11-19mktemp is dangerous, better use mkostempJackie Liu
2019-11-19linked-timeout: check invalid linked timeoutsPavel Begunkov
2019-11-19Add teardown test caseJens Axboe
2019-11-14test/link-timeout: add more chained linked timeout casesJens Axboe
2019-11-14Add test/poll-cancel-tonJens Axboe
2019-11-14test/fixed-link: fix transposed error argumentsJens Axboe
2019-11-13Fix 32-bit compile warningsJens Axboe
2019-11-13test: add test for READ_FIXED & IOSQE_IO_LINKCarter Li
2019-11-13test/fc2a85cb02ef-test: set fail slab/page_alloc verbose to 0Jens Axboe
2019-11-13io_uring: invalid fd for file-less operationsPavel Begunkov
2019-11-12test: fix up dead code bugsJeff Moyer
2019-11-12Always use bundled liburing.h for test casesJens Axboe
2019-11-12test/poll-link: use mask check for completion successJens Axboe
2019-11-11Improve reliability of poll/accept-link testsJens Axboe
2019-11-11test/accept-link: add test case for accept linked with timersJens Axboe