summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-06liburing: Use the single mmap featureHEADmasterHristo Venev
2019-09-06liburing/test: There are now 4 reserved fieldsHristo Venev
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> permissionsStefan 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
2019-06-13example/io_uring-test.c: Fix iovecs incrementStephen Bates
2019-06-06Add io_uring_submit_and_wait()Jens Axboe
2019-06-04Add basic helpers for file/buffer registrationJens Axboe
2019-06-04test/ring-leak: use static array for io_uring_register()Jens Axboe
2019-06-04test/io_uring_register: don't test buffer size if too largeJens Axboe
2019-06-03Do not assume p->{cq,sq}_off.head is 0Kornilios Kourtis
2019-05-29liburing: export io_uring_queue_mmap symbolAustin Seipp
2019-05-27test/fsync: use io_uring_sqe_set_flags()Jens Axboe
2019-05-27liburing: introduce io_uring_for_each_cqe() and io_uring_cq_advance()Roman Penyaev
2019-05-27liburing: introduce io_uring_cqe_set_flags() helperRoman Penyaev
2019-05-27queue: always fill in sq->array on io_uring_submit()Roman Penyaev
2019-05-27liburing,queue,setup: handle IORING_SQ_NEED_WAKEUP for io_uring_submit()Roman Penyaev
2019-05-27setup: return -errno explicitly from io_uring_queue_init()Roman Penyaev
2019-05-26Add pkgconfig to rpm specHrvoje Zeba
2019-05-25configure: move directory options to ./configureStefan Hajnoczi