index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
io_uring.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
file-posix: Support FUA writes
Kevin Wolf
2025-03-13
1
-3
/
+22
*
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-12-20
1
-1
/
+1
*
block/io_uring: improve error message when init fails
Fiona Ebner
2024-01-30
1
-1
/
+1
*
remove unnecessary casts from uintptr_t
Paolo Bonzini
2024-01-18
1
-1
/
+1
*
io_uring: move LuringState typedef to block/aio.h
Paolo Bonzini
2024-01-18
1
-2
/
+2
*
virtio: use defer_call() in virtio_irqfd_notify()
Stefan Hajnoczi
2023-10-31
1
-0
/
+6
*
util/defer-call: move defer_call() to util/
Stefan Hajnoczi
2023-10-31
1
-0
/
+1
*
block: rename blk_io_plug_call() API to defer_call()
Stefan Hajnoczi
2023-10-31
1
-2
/
+2
*
block/io_uring: convert to blk_io_plug_call() API
Stefan Hajnoczi
2023-06-01
1
-27
/
+17
*
aio: remove aio_disable_external() API
Stefan Hajnoczi
2023-05-30
1
-2
/
+2
*
block: introduce zone append write for zoned devices
Sam Li
2023-05-15
1
-0
/
+4
*
io_uring: use LuringState from the running thread
Emanuele Giuseppe Esposito
2023-04-25
1
-8
/
+15
*
block/io_uring: revert "Use io_uring_register_ring_fd() to skip fd operations"
Sam Li
2022-10-27
1
-12
/
+1
*
block/io_uring: add missing include file
Jinhao Fan
2022-08-02
1
-0
/
+1
*
block/io_uring: clarify that short reads can happen
Stefan Hajnoczi
2022-07-07
1
-6
/
+2
*
io_uring: fix short read slow path
Dominique Martinet
2022-07-07
1
-2
/
+2
*
Use io_uring_register_ring_fd() to skip fd operations
Sam Li
2022-06-15
1
-1
/
+11
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
aio-posix: split poll check from ready handler
Stefan Hajnoczi
2022-01-12
1
-8
/
+11
*
block/io_uring: resubmit when result is -EAGAIN
Fabian Ebner
2021-07-29
1
-1
/
+15
*
io_uring: do not use pointer after free
Paolo Bonzini
2020-11-17
1
-1
/
+1
*
io_uring: use io_uring_cq_ready() to check for ready cqes
Stefano Garzarella
2020-06-05
1
-6
/
+3
*
io_uring: retry io_uring_submit() if it fails with errno=EINTR
Stefano Garzarella
2020-06-05
1
-1
/
+1
*
block/io_uring: Remove superfluous semicolon
Philippe Mathieu-Daudé
2020-02-18
1
-1
/
+1
*
block/io_uring: adds userspace completion polling
Aarushi Mehta
2020-01-30
1
-1
/
+16
*
block: add trace events for io_uring
Aarushi Mehta
2020-01-30
1
-3
/
+20
*
block/io_uring: implements interfaces for io_uring
Aarushi Mehta
2020-01-30
1
-0
/
+401