summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-20Add test/eventfd-disable.c test caseStefano Garzarella
2020-05-20man/io_uring_register.2: add IORING_CQ_EVENTFD_DISABLED descriptionStefano Garzarella
2020-05-20Add helpers to set and get eventfd notification statusStefano Garzarella
2020-05-20man/io_uring_setup.2: add 'flags' field in the struct io_cqring_offsetsStefano Garzarella
2020-05-20Add CQ ring 'flags' fieldStefano 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-19remove duplicate call to __io_uring_peek_cqe()Bijan Mottahedeh
2020-05-19update wait_nr to account for completed eventBijan Mottahedeh
2020-05-19preseve wait_nr if SETUP_IOPOLL is setBijan Mottahedeh
2020-05-19man/io_uring_enter.2: add IORING_OP_TEE entryJens 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-17update io_uring.h with tee()Pavel Begunkov
2020-05-17splice/test: improve splice testsPavel Begunkov
2020-05-15test/open-close: fix race with closing ring itselfJens Axboe
2020-05-01Merge branch 'master' of https://github.com/shuveb/liburingJens Axboe
2020-05-02Adding section to describe IORING_OP_EPOLL_CTLShuveb Hussain
2020-05-01test/sfr: basic test for sync_file_rangePavel Begunkov
2020-04-30test/link-timeout: FASTPOLL kernels can cancel successfullyJens Axboe
2020-04-30fix missing '#include <sys/stat.h>' in 'src/include/liburing.hMilan P. Stanić
2020-04-29fix build on musl libcMilan P. Stanić
2020-04-29Use uint64_t for splice offsetsJens Axboe
2020-04-29Use __off64_t for offsetsJens Axboe
2020-04-29Merge branch 'master' of https://github.com/shuveb/liburingJens Axboe
2020-04-29Adding description for the IORING_OP_SPLICE operationShuveb Hussain
2020-04-27Merge branch 'master' of https://github.com/shuveb/liburingJens Axboe
2020-04-27Adding section describing IORING_OP_OPENAT2Shuveb Hussain
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-22__io_uring_get_cqe: silence signed vs unsigned comparison warningJens Axboe
2020-04-22io_uring_get_sqe: always use kheadJens Axboe
2020-04-13sq_ring_needs_enter: check whether there are sqes when SQPOLL is not enabledliburing-0.6Xiaoguang Wang
2020-04-12.gitignore: add lfs-openat and lfs-openat-writeJens Axboe
2020-04-12Merge branch 'master' of https://github.com/markpapadakis/liburingJens Axboe
2020-04-12Utility function io_uring_register_eventfd_asyncMark Papadakis
2020-04-11Merge branch 'pu/readme-license' of https://github.com/guillemj/liburingJens Axboe
2020-04-11README: Update license informationGuillem Jover
2020-04-11Merge branch 'pu/licenses' of https://github.com/guillemj/liburingJens Axboe
2020-04-11spec: Correct License fieldGuillem Jover
2020-04-11man: Switch to use SPDX tag markersGuillem Jover