aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-06-23test/io_uring_setup: quiet it downJens Axboe
2022-06-20test/io_uring_register: kill another expected printf()Jens Axboe
2022-06-20test: cleanup some legacy testsJens Axboe
2022-06-19test/Makefile: ensure statx is only added onceJens Axboe
2022-06-17test/accept: clean code of accept testHao Xu
2022-06-17test/accept: fix minus one error when calculating multishot_maskHao Xu
2022-06-17Fix incorrect close in test for multishot acceptDonald Hunter
2022-06-17tests: fix and improve nop testsPavel Begunkov
2022-06-17Revert "test/nop: kill cqe32 test code"Pavel Begunkov
2022-06-16test/ringbuf-read: expand test caseJens Axboe
2022-06-15test/ringbuf-read: add provided ring buffer read test caseJens Axboe
2022-06-15test/nop: kill cqe32 test codeJens Axboe
2022-06-15convert buf-ring nop test to use readDylan Yudaken
2022-06-15Add io_uring_prep_cancel64()Jens Axboe
2022-06-15Remove IORING_CLOSE_FD_AND_FILE_SLOTJens Axboe
2022-06-13test/buf-ring: ensure cqe isn't used uninitializedJens Axboe
2022-06-13buf-ring: add tests that cycle through the provided buffer ringDylan Yudaken
2022-06-13add io_uring_buf_ring_initDylan Yudaken
2022-06-13add mask parameter to io_uring_buf_ring_addDylan Yudaken
2022-06-01test/socket: fix argument order for socket prepJens Axboe
2022-06-01io_uring: add prep functions for current working directoryUsama Arif
2022-05-30Tweaks to close+unregister of direct descriptorJens Axboe
2022-05-30Let IORING_OP_FILES_UPDATE support to choose fixed file slotsXiaoguang Wang
2022-05-26test/socKet: add socket test caseJens Axboe
2022-05-22test/accept: don't be too verbose or fail if multishot not availableJens Axboe
2022-05-18Add basic buffer ring test caseJens Axboe
2022-05-18Merge branch 'buf-ring'Jens Axboe
2022-05-18Change io_uring_buf_ring_add() to take ring and buffer offsetJens Axboe
2022-05-18Change io_uring_register_buf_ring() to take a flags argumentJens Axboe
2022-05-18Add combined cq+buf ring advance helperJens Axboe
2022-05-18test/send_recvmsg.c: use buffer ring helpersJens Axboe
2022-05-18test/send_recvmsg: add buffer ring test casesJens Axboe
2022-05-18Add regression test case for IO submit before exitJens Axboe
2022-05-17test/msg-ring.c: add IOPOLL testJens Axboe
2022-05-16Merge branch 'accept-multi'Jens Axboe
2022-05-16test/nop: make less verbose and don't fail on older kernelsJens Axboe
2022-05-16liburing: Test all configurations with NOP testStefan Roesch
2022-05-16liburing: add large CQE tests to nop testStefan Roesch
2022-05-16test/nop: add basic IORING_SETUP_SQE128 testsJens Axboe
2022-05-16Merge branch 'xattr'Jens Axboe
2022-05-14test/send_recvmsg.c: only check buffer group ID if setJens Axboe
2022-05-14test/open-direct-pick.c: add test case for open direct with allocJens Axboe
2022-05-14Merge branch 'cancel-fd-all'Jens Axboe
2022-05-14test/accept.c: test for multishot direct accept with wrong argHao Xu
2022-05-14test/accept.c: add test for multishot mode acceptHao Xu
2022-05-14test/accept.c: close the listen fd at the end of the testHao Xu
2022-05-02test/statx: use regular stat includeJens Axboe
2022-04-22test/double-poll-crash: Skip this test if the `mmap()` failsAmmar Faizi
2022-04-22test/Makefile: Sort the test file list alphabeticallyAmmar Faizi
2022-04-22test/Makefile: Remove `.PHONY` variableAmmar Faizi