summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-04man/io_uring_enter: update connect to note use of constJens Axboe
2020-07-04Merge branch 'master' of https://github.com/KayEss/liburingJens Axboe
2020-07-04Take `sockaddr` immutably in io_uring_prep_connectKirit Sælensminde
2020-07-03test/ce593a6c480a-test: ignore argumentsJens Axboe
2020-07-03Add regression test case for task_work regressionJens Axboe
2020-07-03Merge branch 'dev' of https://github.com/CarterLi/liburingJens Axboe
2020-07-02Merge branch 'fix-splice-docs' of https://github.com/gerow/liburingJens Axboe
2020-07-02man: fix description of splice offsetsMike Gerow
2020-06-30test: various missing return checks from io_uring_wait_cqe()Jens Axboe
2020-06-28.travis.yml: Run tests as root and ignore test resultsBart Van Assche
2020-06-28.travis.yml: Change the language from C to C++Bart Van Assche
2020-06-28configure: Use $CC and $CXX as default compilers if setBart Van Assche
2020-06-28Add a C++ unit testBart Van Assche
2020-06-28Make the liburing header files again compatible with C++Bart Van Assche
2020-06-28src/include/liburing/barrier.h: Restore clang compatibilityBart Van Assche
2020-06-28src/Makefile: Only specify -shared at link timeBart Van Assche
2020-06-28configure: test for presence of C++ compilerJens Axboe
2020-06-22Merge branch 'openat_o_path' of https://github.com/MaxKellermann/liburingJens Axboe
2020-06-22test/lfs-openat: open dfd with O_PATHMax Kellermann
2020-06-22test/timeout-overflow: use #X for the timeout numberJens Axboe
2020-06-21test/runtests.sh: make default timeout be 60 secondsJens Axboe
2020-06-21Convert __io_uring_get_sqe() from a macro into an inline functionBart Van Assche
2020-06-21src/include/liburing/barrier.h: Use C11 atomicsBart Van Assche
2020-06-21Makefiles: Enable -WextraBart Van Assche
2020-06-18Bump version to 1.0.7Jens Axboe
2020-06-17change poll_events to 32 bits to cover EPOLLEXCLUSIVEJiufei Xue
2020-06-16test/stdout: fix strcmp non-\0 stringPavel Begunkov
2020-06-15Add test/iopoll to .gitignoreJens Axboe
2020-06-15test/runtests.sh: add dmesg checkJens Axboe
2020-06-10test/send_recv: add SQPOLL test caseJens Axboe
2020-06-10examples/ucontext-cp.c: use IORING_OP_TIMEOUTCarter Li
2020-06-10man/io_uring_enter: correct the description ofCarter Li
2020-06-09Add test/close-opath.cJens Axboe
2020-06-01test/runtests.sh: improve failed listJens Axboe
2020-05-29test/iopoll: skip test if file/device/fs doesn't supported polled IOJens Axboe
2020-05-23test/file-register: ensure write vs read is orderedJens Axboe
2020-05-23test/runtests.sh: include argument for failed test concatenationJens Axboe
2020-05-20test/eventfd-disable: ignore test when an argument is givenJens Axboe
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