summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-25pkgconfig: install a liburing.pc fileStefan Hajnoczi
2019-05-24test/send_recvmsg: code cleanups and error handlingJens Axboe
2019-05-23Add send/recvmsg test caseJens Axboe
2019-05-23io_uring.h: add send/recvmsg partsJens Axboe
2019-05-22examples/io_uring-cp: fix a NULL pointer dereferencezhangliguang
2019-05-21clean examples when make cleanWeiping Zhang
2019-05-21io_uring_submit: fix head/tail wrap issueJens Axboe
2019-05-20Fix leak of fd in io_uring_queue_init() on failureJens Axboe
2019-05-20io_uring_register.2: fix multiple formatting issuesDmitry V. Levin
2019-05-20io_uring_enter.2: fix multiple formatting issuesDmitry V. Levin
2019-05-20io_uring_setup.2: fix multiple formatting issuesDmitry V. Levin
2019-05-20fix harmless typo in sq_entries in io_uring_mmapWeiping Zhang
2019-05-20Add missing symbols to linker version mapHrvoje Zeba
2019-05-20syscall: add support of non-x86 architecturesDmitry V. Levin
2019-05-20syscall: fix names of __NR_* macrosDmitry V. Levin
2019-05-19Merge branch 'const-matching' of https://github.com/flamingcow66/liburingJens Axboe
2019-05-19Match const signatures in io_uring_prep_* to native functionsIan Gulliver
2019-05-18Merge branch 'missing-header' of https://github.com/flamingcow66/liburingJens Axboe
2019-05-18Fix liburing.h memset() missing declarationIan Gulliver
2019-05-18io_uring.h: sync with kernelJens Axboe
2019-05-18Fix manpage mmap() syntaxIan Gulliver
2019-05-16Include man dir/pages in spec file installJens Axboe
2019-05-15examples/link-cp: improve memory useJens Axboe
2019-05-15examples/link-cp: improvementsJens Axboe
2019-05-14examples/link-cp: fix a few issuesJens Axboe
2019-05-14test/io_uring_register: don't fail max fd test if we run out of memJens Axboe
2019-05-14Add chain failure handling test caseJens Axboe
2019-05-13Add link SQE supportJens Axboe
2019-05-06liburing: add extern "C" to liburing.hKevin Vigor
2019-05-06liburing: do not build static library with -fPICKevin Vigor
2019-05-06liburing: improve 'make install'Kevin Vigor
2019-05-01test/eeed8b54e0df-test: define RWF_NOWAIT if we don't have itJens Axboe
2019-05-01test/io_uring_setup: don't fail SQPOLL test case for non-rootJens Axboe
2019-05-01man/io_uring_enter.2: clarify io_uring_enter(2) return valuesJens Axboe
2019-05-01test/eeed8b54e0df-test: check write(2) return valueJens Axboe
2019-05-01liburing: improve output for test/io_uring_setup.cShenghui Wang
2019-04-30Update tests for 'sqe submit always posts a cqe'Jens Axboe
2019-04-30test/runtests.sh: list all failed tests when doneJens Axboe
2019-04-26liburing: install man pages on running 'make install'Shenghui Wang
2019-04-25Add test case for -EAGAIN issueJens Axboe
2019-04-23Add regression test cases for three recent issuesJens Axboe
2019-04-23Actually add test/runtests.shJens Axboe
2019-04-23man/io_uring_enter.2: add another ENOTSUPP instanceJens Axboe
2019-04-22man/io_uring_register.2: add another ENXIO caseJens Axboe
2019-04-18Rename completion helpersJens Axboe
2019-04-17Separate test cases from examplesJens Axboe
2019-04-17Add io_uring_cqe_seen()Jens Axboe
2019-04-17Add SQ/CQ overflow testsJens Axboe
2019-04-11test/nop: add NOP test caseJens Axboe
2019-04-11test/fsync: error out if we submit less than we wantedJens Axboe