summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-20Test support for timed waittimeoutJens Axboe
2019-09-20Get rid of memset() for command prep helpersJens Axboe
2019-09-20Add TIMEOUT supportJens Axboe
2019-09-20examples/ucontext-cp: style fixupsJens Axboe
2019-09-20Merge branch 'master' of https://github.com/CarterLi/liburingJens Axboe
2019-09-20examples/ucontext-cp: use ucontext with liburing李通洲
2019-09-19Remove TIMEOUT codeJens Axboe
2019-09-17test/timeout: check if we always get a wakeup from timeoutJens Axboe
2019-09-17test/timeout: include some notion of verifying length of timeoutJens Axboe
2019-09-17Add basic IORING_OP_TIMEOUT test caseJens Axboe
2019-09-17Add IORING_OP_TIMEOUT opcodeJens Axboe
2019-09-15Merge branch 'master' of https://github.com/CarterLi/liburingJens Axboe
2019-09-16liburing: add io_uring_prep_{recv,send}msg李通洲
2019-09-10test/io_uring_enter.c: unlink temp file when doneJens Axboe
2019-09-06src/setup: unify ring munmap()Jens Axboe
2019-09-06liburing: Use the single mmap featureHristo Venev
2019-09-06test/io_uring_setup: add support for io_uring_params->featuresJens Axboe
2019-09-06test/cq-full: handle io_uring_peek_cqe() -EAGAINJens Axboe
2019-09-06Sync io_uring.h with the kernelJens Axboe
2019-08-30examples/io_uring-cp: handle io_uring_peek_cqe() -EAGAINJens Axboe
2019-08-30Fixed address prep helpers should include buf_indexJens Axboe
2019-08-29Add test case for poll hangJens Axboe
2019-08-28Make io_uring_peek_cqe() return -EAGAIN for no CQEsJens Axboe
2019-08-28liburing: specifying --prefix to configure script was ineffective, fix.Kevin Vigor
2019-08-20liburing/barrier.h: Add prefix to arm barriersJulia Suvorova
2019-08-19liburing/barrier.h: Add prefix io_uring to barriersJulia Suvorova
2019-08-08Add arm64 memory barriers supportJackie Liu
2019-08-05Add basic READMEJens Axboe
2019-08-03spec: fix <liburing/*.h> permissionsliburing-0.1Stefan Hajnoczi
2019-08-03spec: add URL tagStefan Hajnoczi
2019-08-03spec: use Fedora "LGPLv2+" license identifierStefan Hajnoczi
2019-08-03COPYING: update to latest LGPL v2.1 textStefan Hajnoczi
2019-07-24src/Makefile: keep private headers in <liburing/*.h>Stefan Hajnoczi
2019-07-24src/Makefile: honor the caller's includedir and libdirStefan Hajnoczi
2019-07-24spec: invoke ./configure with argumentsStefan Hajnoczi
2019-07-24pkgconfig: add missing config-host.mak dependencyStefan Hajnoczi
2019-07-16Don't take ownership of %{_mandir}/man2 directoryHrvoje Zeba
2019-07-15man: add IOSQE_IO_DRAIN and IOSQE_IO_LINKJens Axboe
2019-07-10Use __typeof() instead of typeof()Hrvoje Zeba
2019-07-09Add regression test cases for kthread stuckJackie Liu
2019-07-08Make runtests.sh output test to dmesgJens Axboe
2019-07-08Optimize i386 memory barriersBart Van Assche
2019-07-08Change __x86_64 into __x86_64__Bart Van Assche
2019-07-08Fix the 32-bit buildBart Van Assche
2019-07-08Makefiles: Support specifying CFLAGS on the command lineBart Van Assche
2019-07-02Fix the use of memory barriersBart Van Assche
2019-07-02__io_uring_get_cqe(): Use io_uring_for_each_cqe()Bart Van Assche
2019-06-17src/queue: cleanup sq_ring_needs_enter()Jens Axboe
2019-06-17Add support for eventfd registrationJens Axboe
2019-06-17Make io_uring registration arguments constJens Axboe