Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-11-17 | io_uring: do not use pointer after free | Paolo Bonzini | 1 | -1/+1 |
2020-06-05 | io_uring: use io_uring_cq_ready() to check for ready cqes | Stefano Garzarella | 1 | -6/+3 |
2020-06-05 | io_uring: retry io_uring_submit() if it fails with errno=EINTR | Stefano Garzarella | 1 | -1/+1 |
2020-02-18 | block/io_uring: Remove superfluous semicolon | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-01-30 | block/io_uring: adds userspace completion polling | Aarushi Mehta | 1 | -1/+16 |
2020-01-30 | block: add trace events for io_uring | Aarushi Mehta | 1 | -3/+20 |
2020-01-30 | block/io_uring: implements interfaces for io_uring | Aarushi Mehta | 1 | -0/+401 |