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
/
export
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
block/export: Add option to allow export of inactive nodes
Kevin Wolf
2025-02-06
1
-10
/
+21
*
block/export: Don't ignore image activation error in blk_exp_add()
Kevin Wolf
2025-02-06
1
-1
/
+5
*
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-12-20
3
-4
/
+4
*
block: Adjust check_block_size() signature
Markus Armbruster
2024-10-18
2
-10
/
+3
*
block: remove outdated AioContext locking comments
Stefan Hajnoczi
2023-12-21
1
-4
/
+0
*
block: remove AioContext locking
Stefan Hajnoczi
2023-12-21
1
-21
/
+1
*
export/vhost-user-blk: Fix consecutive drains
Kevin Wolf
2023-11-28
1
-2
/
+7
*
block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCK
Kevin Wolf
2023-10-12
1
-0
/
+4
*
block: spelling fixes
Michael Tokarev
2023-09-08
3
-3
/
+3
*
vhost-user: fully use new backend/frontend naming
Manos Pitsidianakis
2023-06-26
1
-1
/
+1
*
aio: remove aio_disable_external() API
Stefan Hajnoczi
2023-05-30
2
-9
/
+9
*
block/fuse: do not set is_external=true on FUSE fd
Stefan Hajnoczi
2023-05-30
1
-2
/
+54
*
block/export: don't require AioContext lock around blk_exp_ref/unref()
Stefan Hajnoczi
2023-05-30
2
-11
/
+6
*
block/export: rewrite vduse-blk drain code
Stefan Hajnoczi
2023-05-30
1
-39
/
+93
*
block/export: stop using is_external in vhost-user-blk server
Stefan Hajnoczi
2023-05-30
1
-2
/
+26
*
block/export: wait for vhost-user-blk requests when draining
Stefan Hajnoczi
2023-05-30
1
-0
/
+13
*
util/vhost-user-server: rename refcount to in_flight counter
Stefan Hajnoczi
2023-05-30
1
-4
/
+7
*
block/export: Fix null pointer dereference in error path
Kevin Wolf
2023-05-19
1
-2
/
+4
*
block/export: call blk_set_dev_ops(blk, NULL, NULL)
Stefan Hajnoczi
2023-05-03
2
-1
/
+2
*
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Richard Henderson
2023-04-26
1
-1
/
+1
|
\
|
*
block: convert blk_exp_close_all_type() to AIO_WAIT_WHILE_UNLOCKED()
Stefan Hajnoczi
2023-04-25
1
-1
/
+1
*
|
vhost-user-blk-server: notify client about disk resize
Vladimir Sementsov-Ogievskiy
2023-04-21
1
-0
/
+24
|
/
*
block/export: Fix graph locking in blk_get_geometry() call
Kevin Wolf
2023-03-27
1
-3
/
+4
*
block/fuse: Let PUNCH_HOLE write zeroes
Hanna Czenczek
2023-03-10
1
-1
/
+10
*
Fix non-first inclusions of qemu/osdep.h
Markus Armbruster
2023-02-08
1
-1
/
+1
*
include/block: Untangle inclusion loops
Markus Armbruster
2023-01-20
1
-1
/
+2
*
qapi block: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-14
2
-3
/
+2
*
block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...
Emanuele Giuseppe Esposito
2022-10-27
1
-1
/
+1
*
block: Change blk_{pread,pwrite}() param order
Alberto Faria
2022-07-12
1
-2
/
+2
*
block: Add a 'flags' param to blk_pread()
Alberto Faria
2022-07-12
1
-1
/
+1
*
vduse-blk: Add name option
Xie Yongji
2022-06-24
1
-2
/
+2
*
vduse-blk: Add serial option
Xie Yongji
2022-06-24
3
-8
/
+18
*
libvduse: Add support for reconnecting
Xie Yongji
2022-06-24
1
-1
/
+18
*
vduse-blk: Add vduse-blk resize support
Xie Yongji
2022-06-24
1
-0
/
+20
*
vduse-blk: Implement vduse-blk export
Xie Yongji
2022-06-24
4
-0
/
+360
*
block/export: Abstract out the logic of virtio-blk I/O process
Xie Yongji
2022-06-24
4
-239
/
+299
*
block/export: Fix incorrect length passed to vu_queue_push()
Xie Yongji
2022-06-24
1
-3
/
+2
*
block: get rid of blk->guest_block_size
Stefan Hajnoczi
2022-06-24
1
-1
/
+0
*
osdep: Move memalign-related functions to their own header
Peter Maydell
2022-03-07
1
-0
/
+1
*
block/export/fuse.c: allow writable exports to take RESIZE permission
Emanuele Giuseppe Esposito
2022-03-04
1
-7
/
+18
*
block: introduce bdrv_activate
Emanuele Giuseppe Esposito
2022-03-04
1
-1
/
+1
*
block/export/fuse: Fix build failure on FreeBSD
Philippe Mathieu-Daudé
2022-02-01
1
-0
/
+4
*
block/export/fuse: Rearrange if-else-if ladder in fuse_fallocate()
Philippe Mathieu-Daudé
2022-02-01
1
-20
/
+21
*
block/export: Fix vhost-user-blk shutdown with requests in flight
Kevin Wolf
2022-02-01
1
-0
/
+5
*
aio-posix: split poll check from ready handler
Stefan Hajnoczi
2022-01-12
1
-2
/
+2
*
block/export/fuse.c: fix musl build
Fabrice Fontaine
2021-11-02
1
-0
/
+4
*
block/export/fuse.c: fix fuse-lseek on uclibc or musl
Fabrice Fontaine
2021-09-01
1
-0
/
+3
*
block/export/fuse.c: fix musl build
Fabrice Fontaine
2021-08-09
1
-2
/
+6
*
block/export: Conditionally ignore set-context error
Max Reitz
2021-07-20
1
-1
/
+4
*
export/fuse: Let permissions be adjustable
Max Reitz
2021-07-09
1
-11
/
+62
[next]