summaryrefslogtreecommitdiff
path: root/src/queue.c
AgeCommit message (Expand)Author
2019-08-19liburing/barrier.h: Add prefix io_uring to barriersJulia Suvorova
2019-07-24src/Makefile: keep private headers in <liburing/*.h>Stefan Hajnoczi
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-06Add io_uring_submit_and_wait()Jens Axboe
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-21io_uring_submit: fix head/tail wrap issueJens Axboe
2019-04-18Rename completion helpersJens Axboe
2019-04-17Add io_uring_cqe_seen()Jens 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
2019-02-15src/queue: kill bogus ktail_next == head checkJens Axboe
2019-02-10src/queue: add comments on the read and write barriersJens Axboe
2019-02-08io_uring_enter: don't expose sigset_size argumentJens Axboe
2019-02-08Add sigmask parameter to io_uring_enterJeff Moyer
2019-01-17Split src/io_uring.c upJens Axboe