aboutsummaryrefslogtreecommitdiff
path: root/src/liburing.map
AgeCommit message (Expand)Author
2022-05-18Merge branch 'buf-ring'Jens Axboe
2022-05-18Add io_uring_unregister_buf_ring()Jens Axboe
2022-05-18Add ring based registered buffersJens Axboe
2022-05-18Add helper for sparse buffer registrationJens Axboe
2022-05-14Add sparse registration helper and kernel definitionJens Axboe
2022-03-10Export ring fd registration symbolsJens Axboe
2021-10-05Fix typo "timout" -> "timeout"Ammar Faizi
2021-10-04liburing: Add io_uring_submit_and_wait_timeout function in APIOlivier Langlois
2021-08-29Change IORING_REGISTER_IOWQ_MAX_UNBOUND_WORKERSJens Axboe
2021-08-28Add io_uring_register_iowq_max_unbound() helperJens Axboe
2021-08-28Add (UN)REGISTER_IOWQ_AFF helpersJens Axboe
2021-08-27register: add tagging and buf update helpersPavel Begunkov
2021-04-10setup: provide helpers to inquire about necessary mlock sizesJens Axboe
2020-09-09probes: provide our own free functionGlauber Costa
2020-09-08Fold versioned symbols into LIBURING_2.0 version nodeGuillem Jover
2020-09-08Remove versioned symbols not provided by the shared library anymoreGuillem Jover
2020-09-06Bump major version to 2Jens Axboe
2020-09-05Add io_uring_sqring_wait()Jens Axboe
2020-06-18Bump version to 1.0.7Jens Axboe
2020-04-12Utility function io_uring_register_eventfd_asyncMark Papadakis
2020-02-25Make it clear we're now on the 0.6 baseJens Axboe
2020-02-12liburing.map: Fix LIBURING_0.3 shared library version nodeGuillem Jover
2020-01-31add another helper for probing existing opcodesGlauber Costa
2020-01-30add helper functions to verify io_uring supported opcodesGlauber Costa
2020-01-28Add io_uring_{register,unregister}_personality() helpersJens Axboe
2020-01-23Add io_uring_register_probe()Jens Axboe
2019-12-27Add io_uring_ring_dontfork()Jens Axboe
2019-12-01liburing.map: remove export of (now dead) syscall exportsJens Axboe
2019-12-01Split out system call bits from library interfaceJens Axboe
2019-10-08Add io_uring_register_files_update()Jens Axboe
2019-10-04Add io_uring_queue_init_params()Jens 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-26liburing.map: move newer exported symbols to 0.2Jens Axboe
2019-09-26io_uring_peek_batch_cqe(): fixup style and add to exportsJens Axboe
2019-09-21Add io_uring_wait_cqes_timeout()Jens Axboe
2019-09-21Add io_uring_wait_cqe_timeout()Jens Axboe
2019-06-17Add support for eventfd registrationJens Axboe
2019-06-06Add io_uring_submit_and_wait()Jens Axboe
2019-06-04Add basic helpers for file/buffer registrationJens Axboe
2019-05-29liburing: export io_uring_queue_mmap symbolAustin Seipp
2019-05-20Add missing symbols to linker version mapHrvoje Zeba
2019-04-18Rename completion helpersJens Axboe
2019-01-13io_uring_get_iocb() -> io_uring_get_sqe()Jens Axboe
2019-01-08Add option for getting a completion without waitingJens Axboe
2019-01-08Initial commitJens Axboe