summaryrefslogtreecommitdiff
path: root/src/include/liburing.h
AgeCommit message (Expand)Author
2019-10-29Add IORING_OP_ASYNC_CANCEL and prep helperJens Axboe
2019-10-17Add io_uring_prep_accept() helperJens Axboe
2019-10-16Add IORING_OP_TIMEOUT_REMOVEJens Axboe
2019-10-15Make io_uring_prep_timeout() take timeout flagsJens Axboe
2019-10-08Add io_uring_register_files_update()Jens Axboe
2019-10-04Add io_uring_queue_init_params()Jens Axboe
2019-10-01Switch to 32/64-bit agnostic timeout formatJens Axboe
2019-10-01Fix timeout detectionJens Axboe
2019-09-28Inline fast-path of io_uring_{wait,peek}_cqe()Jens Axboe
2019-09-27Fold io_uring_wait_cqes_timeout() with io_uring_wait_cqes()Jens Axboe
2019-09-27Add io_uring_wait_cqes()Jens Axboe
2019-09-25Add io_uring_peek_batch_cqe()James Rouzier
2019-09-25Add io_uring_cq_ready()James Rouzier
2019-09-21Add io_uring_wait_cqes_timeout()Jens Axboe
2019-09-21Add io_uring_sq_space_left()James Rouzier
2019-09-21Add io_uring_wait_cqe_timeout()Jens Axboe
2019-09-20Get rid of memset() for command prep helpersJens Axboe
2019-09-20Add TIMEOUT supportJens Axboe
2019-09-19Remove TIMEOUT codeJens Axboe
2019-09-17Add IORING_OP_TIMEOUT opcodeJens Axboe
2019-09-16liburing: add io_uring_prep_{recv,send}msg李通洲
2019-08-30Fixed address prep helpers should include buf_indexJens Axboe
2019-08-19liburing/barrier.h: Add prefix io_uring to barriersJulia Suvorova
2019-07-24src/Makefile: keep private headers in <liburing/*.h>Stefan Hajnoczi