summary refs log tree commit diff stats
path: root/block/export (follow)
Commit message (Expand)AuthorAgeFilesLines
* block/export: Add option to allow export of inactive nodesKevin Wolf2025-02-061-10/+21
* block/export: Don't ignore image activation error in blk_exp_add()Kevin Wolf2025-02-061-1/+5
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-203-4/+4
* block: Adjust check_block_size() signatureMarkus Armbruster2024-10-182-10/+3
* block: remove outdated AioContext locking commentsStefan Hajnoczi2023-12-211-4/+0
* block: remove AioContext lockingStefan Hajnoczi2023-12-211-21/+1
* export/vhost-user-blk: Fix consecutive drainsKevin Wolf2023-11-281-2/+7
* block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCKKevin Wolf2023-10-121-0/+4
* block: spelling fixesMichael Tokarev2023-09-083-3/+3
* vhost-user: fully use new backend/frontend namingManos Pitsidianakis2023-06-261-1/+1
* aio: remove aio_disable_external() APIStefan Hajnoczi2023-05-302-9/+9
* block/fuse: do not set is_external=true on FUSE fdStefan Hajnoczi2023-05-301-2/+54
* block/export: don't require AioContext lock around blk_exp_ref/unref()Stefan Hajnoczi2023-05-302-11/+6
* block/export: rewrite vduse-blk drain codeStefan Hajnoczi2023-05-301-39/+93
* block/export: stop using is_external in vhost-user-blk serverStefan Hajnoczi2023-05-301-2/+26
* block/export: wait for vhost-user-blk requests when drainingStefan Hajnoczi2023-05-301-0/+13
* util/vhost-user-server: rename refcount to in_flight counterStefan Hajnoczi2023-05-301-4/+7
* block/export: Fix null pointer dereference in error pathKevin Wolf2023-05-191-2/+4
* block/export: call blk_set_dev_ops(blk, NULL, NULL)Stefan Hajnoczi2023-05-032-1/+2
* Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson2023-04-261-1/+1
|\
| * block: convert blk_exp_close_all_type() to AIO_WAIT_WHILE_UNLOCKED()Stefan Hajnoczi2023-04-251-1/+1
* | vhost-user-blk-server: notify client about disk resizeVladimir Sementsov-Ogievskiy2023-04-211-0/+24
|/
* block/export: Fix graph locking in blk_get_geometry() callKevin Wolf2023-03-271-3/+4
* block/fuse: Let PUNCH_HOLE write zeroesHanna Czenczek2023-03-101-1/+10
* Fix non-first inclusions of qemu/osdep.hMarkus Armbruster2023-02-081-1/+1
* include/block: Untangle inclusion loopsMarkus Armbruster2023-01-201-1/+2
* qapi block: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-142-3/+2
* block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito2022-10-271-1/+1
* block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-121-2/+2
* block: Add a 'flags' param to blk_pread()Alberto Faria2022-07-121-1/+1
* vduse-blk: Add name optionXie Yongji2022-06-241-2/+2
* vduse-blk: Add serial optionXie Yongji2022-06-243-8/+18
* libvduse: Add support for reconnectingXie Yongji2022-06-241-1/+18
* vduse-blk: Add vduse-blk resize supportXie Yongji2022-06-241-0/+20
* vduse-blk: Implement vduse-blk exportXie Yongji2022-06-244-0/+360
* block/export: Abstract out the logic of virtio-blk I/O processXie Yongji2022-06-244-239/+299
* block/export: Fix incorrect length passed to vu_queue_push()Xie Yongji2022-06-241-3/+2
* block: get rid of blk->guest_block_sizeStefan Hajnoczi2022-06-241-1/+0
* osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-0/+1
* block/export/fuse.c: allow writable exports to take RESIZE permissionEmanuele Giuseppe Esposito2022-03-041-7/+18
* block: introduce bdrv_activateEmanuele Giuseppe Esposito2022-03-041-1/+1
* block/export/fuse: Fix build failure on FreeBSDPhilippe Mathieu-Daudé2022-02-011-0/+4
* block/export/fuse: Rearrange if-else-if ladder in fuse_fallocate()Philippe Mathieu-Daudé2022-02-011-20/+21
* block/export: Fix vhost-user-blk shutdown with requests in flightKevin Wolf2022-02-011-0/+5
* aio-posix: split poll check from ready handlerStefan Hajnoczi2022-01-121-2/+2
* block/export/fuse.c: fix musl buildFabrice Fontaine2021-11-021-0/+4
* block/export/fuse.c: fix fuse-lseek on uclibc or muslFabrice Fontaine2021-09-011-0/+3
* block/export/fuse.c: fix musl buildFabrice Fontaine2021-08-091-2/+6
* block/export: Conditionally ignore set-context errorMax Reitz2021-07-201-1/+4
* export/fuse: Let permissions be adjustableMax Reitz2021-07-091-11/+62