summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-09-06liburing: Use the single mmap featureHEADmasterHristo Venev
2019-09-06Sync io_uring.h with the kernelJens Axboe
2019-08-30Fixed address prep helpers should include buf_indexJens Axboe
2019-08-28Make io_uring_peek_cqe() return -EAGAIN for no CQEsJens Axboe
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-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-10Use __typeof() instead of typeof()Hrvoje Zeba
2019-07-08Optimize i386 memory barriersBart Van Assche
2019-07-08Change __x86_64 into __x86_64__Bart 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-06Add io_uring_submit_and_wait()Jens Axboe
2019-06-04Add basic helpers for file/buffer registrationJens 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-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-23io_uring.h: add send/recvmsg partsJens Axboe
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-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-19Match const signatures in io_uring_prep_* to native functionsIan Gulliver
2019-05-18Fix liburing.h memset() missing declarationIan Gulliver
2019-05-18io_uring.h: sync with kernelJens 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-04-18Rename completion helpersJens Axboe
2019-04-17Add io_uring_cqe_seen()Jens Axboe
2019-04-11test/nop: add NOP test caseJens Axboe
2019-04-10test/fsync: update for IOSQE_IO_DRAIN approachJens Axboe
2019-04-07Add io_uring_cqe_get_data()Zach Bjornson
2019-04-06Add barrier fsync test caseJens Axboe
2019-03-19Remove IOCQE_FLAG_CACHEHITJens Axboe
2019-03-13queue: ensure io_uring_submit() returns the system call valueJens Axboe
2019-03-05queue: ensure io_uring_submit() returns the right errorJens Axboe