index
:
liburing
accept-multi
arch
big-sqe
buf-ring
cancel-fd-all
cancel-op
cqring-nodrop
fd-select
futex
huge
huge.2
issue25
issue448
libaio-wrapper
link-timeout
master
mlock-size
next
no-ipi
off_t
read-mshot
registered-ring
ring-buf-alloc
sq-khead
submit-and-wait-ts
timeout
v0.5
waitid
wakeup-ring
xattr
xattr-getdents64
io_uring library
axboe@kernel.dk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
liburing.map
Age
Commit message (
Expand
)
Author
2022-05-18
Add io_uring_unregister_buf_ring()
Jens Axboe
2022-05-18
Add ring based registered buffers
Jens Axboe
2022-05-14
Add sparse registration helper and kernel definition
Jens Axboe
2022-03-10
Export ring fd registration symbols
Jens Axboe
2021-10-05
Fix typo "timout" -> "timeout"
Ammar Faizi
2021-10-04
liburing: Add io_uring_submit_and_wait_timeout function in API
Olivier Langlois
2021-08-29
Change IORING_REGISTER_IOWQ_MAX_UNBOUND_WORKERS
Jens Axboe
2021-08-28
Add io_uring_register_iowq_max_unbound() helper
Jens Axboe
2021-08-28
Add (UN)REGISTER_IOWQ_AFF helpers
Jens Axboe
2021-08-27
register: add tagging and buf update helpers
Pavel Begunkov
2021-04-10
setup: provide helpers to inquire about necessary mlock sizes
mlock-size
Jens Axboe
2020-09-09
probes: provide our own free function
Glauber Costa
2020-09-08
Fold versioned symbols into LIBURING_2.0 version node
Guillem Jover
2020-09-08
Remove versioned symbols not provided by the shared library anymore
Guillem Jover
2020-09-06
Bump major version to 2
Jens Axboe
2020-09-05
Add io_uring_sqring_wait()
Jens Axboe
2020-06-18
Bump version to 1.0.7
Jens Axboe
2020-04-12
Utility function io_uring_register_eventfd_async
Mark Papadakis
2020-02-25
Make it clear we're now on the 0.6 base
Jens Axboe
2020-02-12
liburing.map: Fix LIBURING_0.3 shared library version node
Guillem Jover
2020-01-31
add another helper for probing existing opcodes
Glauber Costa
2020-01-30
add helper functions to verify io_uring supported opcodes
Glauber Costa
2020-01-28
Add io_uring_{register,unregister}_personality() helpers
Jens Axboe
2020-01-23
Add io_uring_register_probe()
Jens Axboe
2019-12-27
Add io_uring_ring_dontfork()
Jens Axboe
2019-12-01
liburing.map: remove export of (now dead) syscall exports
Jens Axboe
2019-12-01
Split out system call bits from library interface
Jens Axboe
2019-10-08
Add io_uring_register_files_update()
Jens Axboe
2019-10-04
Add io_uring_queue_init_params()
Jens Axboe
2019-09-28
Inline fast-path of io_uring_{wait,peek}_cqe()
Jens Axboe
2019-09-27
Fold io_uring_wait_cqes_timeout() with io_uring_wait_cqes()
Jens Axboe
2019-09-27
Add io_uring_wait_cqes()
Jens Axboe
2019-09-26
liburing.map: move newer exported symbols to 0.2
Jens Axboe
2019-09-26
io_uring_peek_batch_cqe(): fixup style and add to exports
Jens Axboe
2019-09-21
Add io_uring_wait_cqes_timeout()
Jens Axboe
2019-09-21
Add io_uring_wait_cqe_timeout()
Jens Axboe
2019-06-17
Add support for eventfd registration
Jens Axboe
2019-06-06
Add io_uring_submit_and_wait()
Jens Axboe
2019-06-04
Add basic helpers for file/buffer registration
Jens Axboe
2019-05-29
liburing: export io_uring_queue_mmap symbol
Austin Seipp
2019-05-20
Add missing symbols to linker version map
Hrvoje Zeba
2019-04-18
Rename completion helpers
Jens Axboe
2019-01-13
io_uring_get_iocb() -> io_uring_get_sqe()
Jens Axboe
2019-01-08
Add option for getting a completion without waiting
Jens Axboe
2019-01-08
Initial commit
Jens Axboe