Age | Commit message (Expand) | Author |
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 |
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-06 | test/io_uring-cp: add some comments | Jens Axboe |
2019-03-06 | Add generated files to .gitignore | Jens Axboe |
2019-03-05 | test/io_uring-cp: make it more efficient | Jens Axboe |
2019-03-05 | queue: ensure io_uring_submit() returns the right error | Jens Axboe |
2019-03-05 | Makefile: add cscope target | Jens Axboe |
2019-03-04 | add syscall unit tests | Jeff Moyer |
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-14 | io_uring_enter.2: clarify min_complete | Jeff Moyer |
2019-02-12 | man/io_uring_enter.2: clarify -EMFILE per-user case | Jens Axboe |
2019-02-12 | man/io_uring_enter.2: add mention of -EMFILE for fixed file sets | Jens Axboe |
2019-02-10 | man/io_uring_enter: mention that SQE entries are always fully consumed | 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-09 | man/io_uring_register: make note of huge page pinning | Jens Axboe |
2019-02-08 | test/fsync: add simple fsync tester | Jens Axboe |