aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2023-09-11Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2023-09-08block: Make more BlockDriver definitions staticKevin Wolf
2023-09-08block/meson.build: Restore alphabetical order of filesKevin Wolf
2023-09-08block: Remove unnecessary variable in bdrv_block_device_infoFabiano Rosas
2023-09-08block: Remove bdrv_query_block_node_infoFabiano Rosas
2023-09-08vmdk: Clean up bdrv_open_child() return value checkDmitry Frolov
2023-09-08block/iscsi: Document why we use raw malloc()Peter Maydell
2023-09-08block: change reqs_lock to QemuMutexStefan Hajnoczi
2023-09-08block: minimize bs->reqs_lock section in tracked_request_end()Stefan Hajnoczi
2023-09-08block/vpc: Avoid dynamic stack allocationPhilippe Mathieu-Daudé
2023-09-08Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi
2023-09-08block: spelling fixesMichael Tokarev
2023-09-07io: follow coroutine AioContext in qio_channel_yield()Stefan Hajnoczi
2023-09-06parallels: Add data_off repairing to parallels_open()Alexander Ivanov
2023-09-06parallels: Add data_off checkAlexander Ivanov
2023-09-06parallels: Use bdrv_co_getlength() in parallels_check_outside_image()Alexander Ivanov
2023-09-06parallels: Image repairing in parallels_open()Alexander Ivanov
2023-09-06parallels: Add checking and repairing duplicate offsets in BATAlexander Ivanov
2023-09-06parallels: Add data_start field to BDRVParallelsStateAlexander Ivanov
2023-09-06parallels: Add "explicit" argument to parallels_check_leak()Alexander Ivanov
2023-09-06parallels: Check if data_end greater than the file sizeAlexander Ivanov
2023-09-06parallels: Incorrect data end calculation in parallels_open()Alexander Ivanov
2023-09-06parallels: Fix comments formatting inside parallels driverAlexander Ivanov
2023-08-30block/io: align requests to subcluster_sizeAndrey Drobyshev
2023-08-30block: add subcluster_size field to BlockDriverInfoAndrey Drobyshev
2023-08-03block/blkio: add more comments on the fd passing handlingStefano Garzarella
2023-08-03block/blkio: close the fd when blkio_connect() failsStefano Garzarella
2023-07-27Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson
2023-07-27block/blkio: use blkio_set_int("fd") to check fd supportStefano Garzarella
2023-07-27block/blkio: fall back on using `path` when `fd` setting failsStefano Garzarella
2023-07-27block/blkio: retry blkio_connect() if it fails using `fd`Stefano Garzarella
2023-07-27block/blkio: move blkio_connect() in the drivers functionsStefano Garzarella
2023-07-27block: Fix pad_request's request restrictionHanna Czenczek
2023-07-27block/file-posix: fix g_file_get_contents return pathSam Li
2023-07-26block/blkio: do not use open flags in qemu_open()Stefano Garzarella
2023-07-25block/blkio: enable the completion eventfdStefano Garzarella
2023-07-19nbd/client: Simplify cookie vs. index computationEric Blake
2023-07-19nbd: s/handle/cookie/ to match NBD specEric Blake
2023-07-17block/nvme: invoke blk_io_plug_call() outside q->lockStefan Hajnoczi
2023-07-04block/blkio: fix module_block.py parsingStefan Hajnoczi
2023-06-28Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson
2023-06-28block: use bdrv_co_debug_event in coroutine contextPaolo Bonzini
2023-06-28block: use bdrv_co_getlength in coroutine contextPaolo Bonzini
2023-06-28qcow2: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28vhdx: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28vmdk: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28dmg: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28cloop: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28bochs: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini
2023-06-28vpc: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini