summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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