index
:
liburing
accept-multi
arch
big-sqe
buf-ring
cancel-fd-all
cqring-nodrop
fd-select
huge
issue25
issue448
libaio-wrapper
link-timeout
master
mlock-size
next
no-ipi
registered-ring
sq-khead
submit-and-wait-ts
timeout
v0.5
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
2020-02-25
Update versions to 0.5
liburing-0.5
v0.5
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