aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2023-09-11Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi9-54/+33
2023-09-08block: Make more BlockDriver definitions staticKevin Wolf3-3/+3
2023-09-08block/meson.build: Restore alphabetical order of filesKevin Wolf1-6/+6
2023-09-08block: Remove unnecessary variable in bdrv_block_device_infoFabiano Rosas1-3/+2
2023-09-08block: Remove bdrv_query_block_node_infoFabiano Rosas1-27/+0
2023-09-08vmdk: Clean up bdrv_open_child() return value checkDmitry Frolov1-1/+1
2023-09-08block/iscsi: Document why we use raw malloc()Peter Maydell1-0/+1
2023-09-08block: change reqs_lock to QemuMutexStefan Hajnoczi1-12/+12
2023-09-08block: minimize bs->reqs_lock section in tracked_request_end()Stefan Hajnoczi1-1/+7
2023-09-08block/vpc: Avoid dynamic stack allocationPhilippe Mathieu-Daudé1-2/+2
2023-09-08Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi12-17/+17
2023-09-08block: spelling fixesMichael Tokarev12-17/+17
2023-09-07io: follow coroutine AioContext in qio_channel_yield()Stefan Hajnoczi1-10/+1
2023-09-06parallels: Add data_off repairing to parallels_open()Alexander Ivanov1-13/+16
2023-09-06parallels: Add data_off checkAlexander Ivanov1-0/+80
2023-09-06parallels: Use bdrv_co_getlength() in parallels_check_outside_image()Alexander Ivanov1-1/+1
2023-09-06parallels: Image repairing in parallels_open()Alexander Ivanov1-32/+38
2023-09-06parallels: Add checking and repairing duplicate offsets in BATAlexander Ivanov1-0/+144
2023-09-06parallels: Add data_start field to BDRVParallelsStateAlexander Ivanov2-3/+5
2023-09-06parallels: Add "explicit" argument to parallels_check_leak()Alexander Ivanov1-7/+12
2023-09-06parallels: Check if data_end greater than the file sizeAlexander Ivanov1-0/+5
2023-09-06parallels: Incorrect data end calculation in parallels_open()Alexander Ivanov1-2/+2
2023-09-06parallels: Fix comments formatting inside parallels driverAlexander Ivanov1-6/+12
2023-08-30block/io: align requests to subcluster_sizeAndrey Drobyshev2-29/+29
2023-08-30block: add subcluster_size field to BlockDriverInfoAndrey Drobyshev1-0/+1
2023-08-03block/blkio: add more comments on the fd passing handlingStefano Garzarella1-3/+12
2023-08-03block/blkio: close the fd when blkio_connect() failsStefano Garzarella1-3/+8
2023-07-27Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson3-45/+93
2023-07-27block/blkio: use blkio_set_int("fd") to check fd supportStefano Garzarella1-1/+1
2023-07-27block/blkio: fall back on using `path` when `fd` setting failsStefano Garzarella1-10/+10
2023-07-27block/blkio: retry blkio_connect() if it fails using `fd`Stefano Garzarella1-0/+29
2023-07-27block/blkio: move blkio_connect() in the drivers functionsStefano Garzarella1-27/+40
2023-07-27block: Fix pad_request's request restrictionHanna Czenczek1-2/+6
2023-07-27block/file-posix: fix g_file_get_contents return pathSam Li1-4/+2
2023-07-26block/blkio: do not use open flags in qemu_open()Stefano Garzarella1-9/+12
2023-07-25block/blkio: enable the completion eventfdStefano Garzarella1-0/+1
2023-07-19nbd/client: Simplify cookie vs. index computationEric Blake1-8/+8
2023-07-19nbd: s/handle/cookie/ to match NBD specEric Blake1-47/+49
2023-07-17block/nvme: invoke blk_io_plug_call() outside q->lockStefan Hajnoczi1-1/+2
2023-07-04block/blkio: fix module_block.py parsingStefan Hajnoczi1-56/+60
2023-06-28Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson22-316/+329
2023-06-28block: use bdrv_co_debug_event in coroutine contextPaolo Bonzini9-52/+52
2023-06-28block: use bdrv_co_getlength in coroutine contextPaolo Bonzini4-12/+12
2023-06-28qcow2: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini5-98/+105
2023-06-28vhdx: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini3-57/+57
2023-06-28vmdk: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini1-13/+14
2023-06-28dmg: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini1-10/+11
2023-06-28cloop: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini1-4/+5
2023-06-28bochs: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini1-3/+4
2023-06-28vpc: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini1-26/+26