Age | Commit message (Expand) | Author |
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 |
2019-05-14 | examples/link-cp: fix a few issues | Jens Axboe |
2019-05-14 | test/io_uring_register: don't fail max fd test if we run out of mem | Jens Axboe |
2019-05-14 | Add chain failure handling test case | 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-05-01 | test/eeed8b54e0df-test: define RWF_NOWAIT if we don't have it | Jens Axboe |
2019-05-01 | test/io_uring_setup: don't fail SQPOLL test case for non-root | Jens Axboe |
2019-05-01 | man/io_uring_enter.2: clarify io_uring_enter(2) return values | Jens Axboe |
2019-05-01 | test/eeed8b54e0df-test: check write(2) return value | Jens Axboe |
2019-05-01 | liburing: improve output for test/io_uring_setup.c | Shenghui Wang |
2019-04-30 | Update tests for 'sqe submit always posts a cqe' | Jens Axboe |
2019-04-30 | test/runtests.sh: list all failed tests when done | Jens Axboe |
2019-04-26 | liburing: install man pages on running 'make install' | Shenghui Wang |
2019-04-25 | Add test case for -EAGAIN issue | Jens Axboe |
2019-04-23 | Add regression test cases for three recent issues | Jens Axboe |
2019-04-23 | Actually add test/runtests.sh | Jens Axboe |
2019-04-23 | man/io_uring_enter.2: add another ENOTSUPP instance | Jens Axboe |
2019-04-22 | man/io_uring_register.2: add another ENXIO case | Jens Axboe |
2019-04-18 | Rename completion helpers | Jens Axboe |
2019-04-17 | Separate test cases from examples | Jens Axboe |
2019-04-17 | Add io_uring_cqe_seen() | Jens Axboe |
2019-04-17 | Add SQ/CQ overflow tests | Jens Axboe |
2019-04-11 | test/nop: add NOP test case | Jens Axboe |
2019-04-11 | test/fsync: error out if we submit less than we wanted | Jens Axboe |
2019-04-10 | test/fsync: update for IOSQE_IO_DRAIN approach | Jens Axboe |
2019-04-10 | man/io_uring_setup.2: add EPERM case for IORING_SETUP_SQPOLL | Jens Axboe |
2019-04-07 | Use io_uring_cqe_get_data() internally | Jens Axboe |
2019-04-07 | Add io_uring_cqe_get_data() | Zach Bjornson |
2019-04-06 | Add barrier fsync test case | Jens Axboe |