Age | Commit message (Expand) | Author |
2019-08-28 | Make io_uring_peek_cqe() return -EAGAIN for no CQEs | Jens Axboe |
2019-08-28 | liburing: specifying --prefix to configure script was ineffective, fix. | Kevin Vigor |
2019-08-20 | liburing/barrier.h: Add prefix to arm barriers | Julia Suvorova |
2019-08-19 | liburing/barrier.h: Add prefix io_uring to barriers | Julia Suvorova |
2019-08-08 | Add arm64 memory barriers support | Jackie Liu |
2019-08-05 | Add basic README | Jens Axboe |
2019-08-03 | spec: fix <liburing/*.h> permissions | Stefan Hajnoczi |
2019-08-03 | spec: add URL tag | Stefan Hajnoczi |
2019-08-03 | spec: use Fedora "LGPLv2+" license identifier | Stefan Hajnoczi |
2019-08-03 | COPYING: update to latest LGPL v2.1 text | Stefan Hajnoczi |
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-24 | spec: invoke ./configure with arguments | Stefan Hajnoczi |
2019-07-24 | pkgconfig: add missing config-host.mak dependency | Stefan Hajnoczi |
2019-07-16 | Don't take ownership of %{_mandir}/man2 directory | Hrvoje Zeba |
2019-07-15 | man: add IOSQE_IO_DRAIN and IOSQE_IO_LINK | Jens Axboe |
2019-07-10 | Use __typeof() instead of typeof() | Hrvoje Zeba |
2019-07-09 | Add regression test cases for kthread stuck | Jackie Liu |
2019-07-08 | Make runtests.sh output test to dmesg | Jens Axboe |
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 | Fix the 32-bit build | 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-13 | example/io_uring-test.c: Fix iovecs increment | Stephen Bates |
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-04 | test/ring-leak: use static array for io_uring_register() | Jens Axboe |
2019-06-04 | test/io_uring_register: don't test buffer size if too large | 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 | test/fsync: use io_uring_sqe_set_flags() | Jens Axboe |
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-26 | Add pkgconfig to rpm spec | Hrvoje Zeba |
2019-05-25 | configure: move directory options to ./configure | Stefan Hajnoczi |
2019-05-25 | pkgconfig: install a liburing.pc file | Stefan Hajnoczi |
2019-05-24 | test/send_recvmsg: code cleanups and error handling | Jens Axboe |
2019-05-23 | Add send/recvmsg test case | Jens Axboe |
2019-05-23 | io_uring.h: add send/recvmsg parts | Jens Axboe |
2019-05-22 | examples/io_uring-cp: fix a NULL pointer dereference | zhangliguang |
2019-05-21 | clean examples when make clean | Weiping Zhang |
2019-05-21 | io_uring_submit: fix head/tail wrap issue | Jens Axboe |