Age | Commit message (Expand) | Author |
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 |
2019-05-20 | Fix leak of fd in io_uring_queue_init() on failure | Jens Axboe |
2019-05-20 | io_uring_register.2: fix multiple formatting issues | Dmitry V. Levin |
2019-05-20 | io_uring_enter.2: fix multiple formatting issues | Dmitry V. Levin |
2019-05-20 | io_uring_setup.2: fix multiple formatting issues | Dmitry V. Levin |
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 | Merge branch 'const-matching' of https://github.com/flamingcow66/liburing | Jens Axboe |
2019-05-19 | Match const signatures in io_uring_prep_* to native functions | Ian Gulliver |
2019-05-18 | Merge branch 'missing-header' of https://github.com/flamingcow66/liburing | Jens Axboe |
2019-05-18 | Fix liburing.h memset() missing declaration | Ian Gulliver |
2019-05-18 | io_uring.h: sync with kernel | Jens Axboe |
2019-05-18 | Fix manpage mmap() syntax | Ian Gulliver |
2019-05-16 | Include man dir/pages in spec file install | Jens Axboe |
2019-05-15 | examples/link-cp: improve memory use | Jens Axboe |
2019-05-15 | examples/link-cp: improvements | Jens Axboe |