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
Age
Commit message (
Expand
)
Author
2019-07-24
src/Makefile: keep private headers in <liburing/*.h>
Stefan Hajnoczi
2019-07-24
src/Makefile: honor the caller's includedir and libdir
Stefan Hajnoczi
2019-07-10
Use __typeof() instead of typeof()
Hrvoje Zeba
2019-07-08
Optimize i386 memory barriers
Bart Van Assche
2019-07-08
Change __x86_64 into __x86_64__
Bart Van Assche
2019-07-08
Makefiles: Support specifying CFLAGS on the command line
Bart Van Assche
2019-07-02
Fix the use of memory barriers
Bart Van Assche
2019-07-02
__io_uring_get_cqe(): Use io_uring_for_each_cqe()
Bart Van Assche
2019-06-17
src/queue: cleanup sq_ring_needs_enter()
Jens Axboe
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-29
liburing: export io_uring_queue_mmap symbol
Austin Seipp
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
queue: always fill in sq->array on io_uring_submit()
Roman Penyaev
2019-05-27
liburing,queue,setup: handle IORING_SQ_NEED_WAKEUP for io_uring_submit()
Roman Penyaev
2019-05-27
setup: return -errno explicitly from io_uring_queue_init()
Roman Penyaev
2019-05-23
io_uring.h: add send/recvmsg parts
Jens Axboe
2019-05-21
io_uring_submit: fix head/tail wrap issue
Jens Axboe
2019-05-20
Fix leak of fd in io_uring_queue_init() on failure
Jens Axboe
2019-05-20
fix harmless typo in sq_entries in io_uring_mmap
Weiping Zhang
2019-05-20
Add missing symbols to linker version map
Hrvoje Zeba
2019-05-20
syscall: add support of non-x86 architectures
Dmitry V. Levin
2019-05-20
syscall: fix names of __NR_* macros
Dmitry V. Levin
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-18
io_uring.h: sync with kernel
Jens Axboe
2019-05-13
Add link SQE support
Jens Axboe
2019-05-06
liburing: add extern "C" to liburing.h
Kevin Vigor
2019-05-06
liburing: do not build static library with -fPIC
Kevin Vigor
2019-05-06
liburing: improve 'make install'
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-10
test/fsync: update for IOSQE_IO_DRAIN approach
Jens Axboe
2019-04-07
Add io_uring_cqe_get_data()
Zach Bjornson
2019-04-06
Add barrier fsync test case
Jens Axboe
2019-03-19
Remove IOCQE_FLAG_CACHEHIT
Jens Axboe
2019-03-13
queue: ensure io_uring_submit() returns the system call value
Jens Axboe
2019-03-05
queue: ensure io_uring_submit() returns the right error
Jens Axboe
2019-02-28
Add read/write fixed prep support
Jens Axboe
2019-02-15
src/queue: kill bogus ktail_next == head check
Jens Axboe
2019-02-10
Sync io_uring.h with the kernel
Jens Axboe
2019-02-10
src/queue: add comments on the read and write barriers
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
[next]