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