index
:
liburing
master
Unnamed repository; edit this file 'description' to name the repository.
Hristo Venev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
liburing.h
Age
Commit message (
Expand
)
Author
2019-07-24
src/Makefile: keep private headers in <liburing/*.h>
Stefan Hajnoczi
2019-07-02
Fix the use of memory barriers
Bart Van Assche
2019-06-17
Add support for eventfd registration
Jens Axboe
2019-06-17
Make io_uring registration arguments const
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-06-03
Do not assume p->{cq,sq}_off.head is 0
Kornilios Kourtis
2019-05-27
liburing: introduce io_uring_for_each_cqe() and io_uring_cq_advance()
Roman Penyaev
2019-05-27
liburing: introduce io_uring_cqe_set_flags() helper
Roman Penyaev
2019-05-27
liburing,queue,setup: handle IORING_SQ_NEED_WAKEUP for io_uring_submit()
Roman Penyaev
2019-05-19
Match const signatures in io_uring_prep_* to native functions
Ian Gulliver
2019-05-18
Fix liburing.h memset() missing declaration
Ian Gulliver
2019-05-06
liburing: add extern "C" to liburing.h
Kevin Vigor
2019-04-18
Rename completion helpers
Jens Axboe
2019-04-17
Add io_uring_cqe_seen()
Jens Axboe
2019-04-11
test/nop: add NOP test case
Jens Axboe
2019-04-07
Add io_uring_cqe_get_data()
Zach Bjornson
2019-04-06
Add barrier fsync test case
Jens Axboe
2019-02-28
Add read/write fixed prep support
Jens Axboe
2019-02-08
test/fsync: add simple fsync tester
Jens Axboe
2019-02-08
add io_uring_queue_mmap
Jeff Moyer
2019-02-08
io_uring_enter: don't expose sigset_size argument
Jens Axboe
2019-02-08
Add sigmask parameter to io_uring_enter
Jeff Moyer
2019-02-05
io_uring_register takes 4 args
Jeff Moyer
2019-01-18
Switch to IORING_OP_POLL_ADD/REMOVE
Jens Axboe
2019-01-17
liburing: ensure prep helpers actually set iovec count
Jens Axboe
2019-01-17
Add sqe prep helpers
Jens Axboe
2019-01-15
Add configure script
Jens Axboe
2019-01-10
io_queue_init: pass in flags, not io_uring_params
Jens Axboe
2019-01-10
Update to newer API
Jens Axboe
2019-01-10
Update API
Jens Axboe
2019-01-09
Update to newer API
Jens Axboe
2019-01-08
liburing: include the ring fd in the io_uring
Jens Axboe
2019-01-08
Change API to provide io_uring struct abstraction
Jens Axboe
2019-01-08
liburing: add io_uring_iocb_from_ev() helper
Jens Axboe
2019-01-08
Add option for getting a completion without waiting
Jens Axboe
2019-01-08
Initial commit
Jens Axboe