summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-05-20Add test/eventfd-disable.c test caseStefano Garzarella
2020-05-20test: use config.local for runtests.shJens Axboe
2020-05-20Add test case for SQPOLL -EBUSY bugJens Axboe
2020-05-19test/runtests.sh: check if configured test files existJens Axboe
2020-05-19test/fadvise: support configured test filesJens Axboe
2020-05-19test/madvise: support configured test filesJens Axboe
2020-05-19test/read-write: support configured test filesJens Axboe
2020-05-19test/iopoll: add buf_select test caseJens Axboe
2020-05-19test/iopoll: add polled IO test caseJens Axboe
2020-05-19test: add option to run with defined test files / devicesJens Axboe
2020-05-19test: add potential argument, ignore if unusedJens Axboe
2020-05-17splice/tee/tests: test len=0 splice/teePavel Begunkov
2020-05-17tee/test: add test for tee(2)Pavel Begunkov
2020-05-17splice/test: improve splice testsPavel Begunkov
2020-05-15test/open-close: fix race with closing ring itselfJens Axboe
2020-05-01test/sfr: basic test for sync_file_rangePavel Begunkov
2020-04-30test/link-timeout: FASTPOLL kernels can cancel successfullyJens Axboe
2020-04-27test/statx: add test case for AT_EMPTY_PATH + valid fdJens Axboe
2020-04-24Fix 32-bit warnings on compileJens Axboe
2020-04-24test: use mmap() directly in syzbot generated codeJens Axboe
2020-04-09configure: check for struct statxJens Axboe
2020-04-08test/lfs-openat-write: return the correct errorJens Axboe
2020-04-08Coding style cleanupsJens Axboe
2020-04-08test/lfs-openat-write: test LFS writes with OPENAT fileJens Axboe
2020-04-08test/lfs-openat: unlink the right fileJens Axboe
2020-04-08Add LFS openat testJens Axboe
2020-03-23test/read-write: skip IOSQE_ASYNC if not supportedJens Axboe
2020-03-20test/read-write: add RLIMIT_SIZE test caseJens Axboe
2020-03-20test/fallocate: add test case for exceeding RLIMIT_FSIZEJens Axboe
2020-03-14test/link-timeout: accept -ECANCELED for bad address write as wellJens Axboe
2020-03-14test/read-write: add test case for links with async/drainJens Axboe
2020-03-13test/test/sq-space_left: test kernel vs liburing side sync on short submitJens Axboe
2020-03-11Change 'gid' to 'bgid' for providing buffersJens Axboe
2020-03-10test/read-write: add more buffer select testsJens Axboe
2020-03-08Fix warnings when compiling testsTaylor
2020-03-02test/send_recvmsg: cleanup on abortJens Axboe
2020-03-02test/splice: don't use memfdJens Axboe
2020-03-02test/splice: include <linux/memfd.h>Jens Axboe
2020-02-29test/across-fork: have child wait for write finishJens Axboe
2020-02-29test/send_recvmsg: ensure that we get -ENOBUFS for no buffersJens Axboe
2020-02-28test/send_recvmsg: add missing socket closeJens Axboe
2020-02-28test/read-write: ensure SQPOLL for non-root just warnsJens Axboe
2020-02-27test/send_recvmsg: add support for BUF_SELECTJens Axboe
2020-02-26test/poll-link: don't error out on connect failureJens Axboe
2020-02-25test/read-write: fix non-root failureJens Axboe
2020-02-25test/link: fix typoJens Axboe
2020-02-25test/read-write: add test case for selectable buffersJens Axboe
2020-02-25test/sq-poll-kthread: include grace period before thread checkJens Axboe
2020-02-24test/splice: fix-up test case on kernels not supporting spliceJens Axboe
2020-02-24test/splice: add basic splice testsPavel Begunkov