index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
io_uring.c
Age
Commit message (
Expand
)
Author
2023-04-25
io_uring: use LuringState from the running thread
Emanuele Giuseppe Esposito
2022-10-27
block/io_uring: revert "Use io_uring_register_ring_fd() to skip fd operations"
Sam Li
2022-08-02
block/io_uring: add missing include file
Jinhao Fan
2022-07-07
block/io_uring: clarify that short reads can happen
Stefan Hajnoczi
2022-07-07
io_uring: fix short read slow path
Dominique Martinet
2022-06-15
Use io_uring_register_ring_fd() to skip fd operations
Sam Li
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-01-12
aio-posix: split poll check from ready handler
Stefan Hajnoczi
2021-07-29
block/io_uring: resubmit when result is -EAGAIN
Fabian Ebner
2020-11-17
io_uring: do not use pointer after free
Paolo Bonzini
2020-06-05
io_uring: use io_uring_cq_ready() to check for ready cqes
Stefano Garzarella
2020-06-05
io_uring: retry io_uring_submit() if it fails with errno=EINTR
Stefano Garzarella
2020-02-18
block/io_uring: Remove superfluous semicolon
Philippe Mathieu-Daudé
2020-01-30
block/io_uring: adds userspace completion polling
Aarushi Mehta
2020-01-30
block: add trace events for io_uring
Aarushi Mehta
2020-01-30
block/io_uring: implements interfaces for io_uring
Aarushi Mehta