Age | Commit message (Expand) | Author |
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 |
2019-02-08 | add io_uring_queue_mmap | Jeff Moyer |
2019-02-08 | remove sigsz from io_uring_enter.2 | Jeff Moyer |
2019-02-08 | io_uring_enter: don't expose sigset_size argument | Jens Axboe |
2019-02-08 | test/ring-leak: silence "sending fd" message | Jens Axboe |
2019-02-08 | Add sigmask parameter to io_uring_enter | Jeff Moyer |
2019-02-08 | syscall: update io_uring_enter() to match kernel type | Jens Axboe |
2019-02-08 | man/io_uring_register.2: add EMFILE errno | Jens Axboe |
2019-02-07 | test/ring-leak: add test app demonstrating leak of io_uring instance | Jens Axboe |
2019-02-05 | man/io_uring_setup: mention that IORING_SETUP_SQPOLL needs fixed files | Jens Axboe |
2019-02-05 | io_uring_register takes 4 args | Jeff Moyer |
2019-01-31 | src/io_uring.h: sync with kernel header | Jens Axboe |
2019-01-31 | man/io_uring_enter.2: we no longer EBUSY on mutex trylock failure | Jens Axboe |
2019-01-30 | man: add io_uring_setup.2 man page | Jeff Moyer |
2019-01-29 | Update kernel io_uring header | Jens Axboe |
2019-01-26 | man: fixup description of fixed files I/O | Jeff Moyer |