Age | Commit message (Expand) | Author |
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 | Match const signatures in io_uring_prep_* to native functions | Ian Gulliver |
2019-05-18 | Fix liburing.h memset() missing declaration | Ian Gulliver |
2019-05-18 | io_uring.h: sync with kernel | 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-04-18 | Rename completion helpers | Jens Axboe |
2019-04-17 | Add io_uring_cqe_seen() | Jens Axboe |
2019-04-11 | test/nop: add NOP test case | Jens Axboe |
2019-04-10 | test/fsync: update for IOSQE_IO_DRAIN approach | 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-05 | queue: ensure io_uring_submit() returns the right error | Jens Axboe |
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-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-08 | test/fsync: add simple fsync tester | Jens Axboe |
2019-02-08 | add io_uring_queue_mmap | Jeff Moyer |
2019-02-08 | io_uring_enter: don't expose sigset_size argument | 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-05 | io_uring_register takes 4 args | Jeff Moyer |
2019-01-31 | src/io_uring.h: sync with kernel header | Jens Axboe |
2019-01-29 | Update kernel io_uring header | Jens Axboe |
2019-01-23 | System calls have been renumbered | Jens Axboe |
2019-01-18 | Switch to IORING_OP_POLL_ADD/REMOVE | Jens Axboe |
2019-01-17 | Split src/io_uring.c up | Jens Axboe |
2019-01-17 | liburing: ensure prep helpers actually set iovec count | Jens Axboe |
2019-01-17 | Add sqe prep helpers | Jens Axboe |
2019-01-17 | Update POLL API | Jens Axboe |
2019-01-17 | Add test case for IORING_OP_POLL | Jens Axboe |
2019-01-16 | Update barriers for x86/x86-64 | Jens Axboe |
2019-01-16 | Sync with upstream API | Jens Axboe |
2019-01-15 | Add configure script | Jens Axboe |
2019-01-13 | Add x86 32-bit support | Jens Axboe |
2019-01-13 | io_uring_get_iocb() -> io_uring_get_sqe() | Jens Axboe |
2019-01-13 | Sync io_uring.h with the kernel | Jens Axboe |
2019-01-11 | Sync with kernel API | Jens Axboe |
2019-01-10 | io_queue_init: pass in flags, not io_uring_params | Jens Axboe |
2019-01-10 | Update to newer API | Jens Axboe |
2019-01-10 | Update API | Jens Axboe |
2019-01-09 | Update to newer API | Jens Axboe |
2019-01-08 | liburing: include the ring fd in the io_uring | Jens Axboe |
2019-01-08 | Change API to provide io_uring struct abstraction | Jens Axboe |