Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-10 | Update API | Jens Axboe | |
- io_uring_sqe added a data field that's passed back at completion - io_uring_sqe added an index field, for fixed buffer locations - io_uring_setup(2) system call added a 'nr_iovecs' field Signed-off-by: Jens Axboe <axboe@kernel.dk> | |||
2019-01-09 | Update to newer API | Jens Axboe | |
Signed-off-by: Jens Axboe <axboe@kernel.dk> | |||
2019-01-08 | liburing: include the ring fd in the io_uring | Jens Axboe | |
No point in keeping these separate. Signed-off-by: Jens Axboe <axboe@kernel.dk> | |||
2019-01-08 | Add sample 'cp' program | Jens Axboe | |
Don't rely on this for anything, it's just a test case / demo. Signed-off-by: Jens Axboe <axboe@kernel.dk> |