aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2023-09-21parallels: naive implementation of parallels_co_pdiscardDenis V. Lunev1-0/+46
2023-09-21parallels: improve readability of allocate_clustersDenis V. Lunev1-8/+5
2023-09-21parallels: naive implementation of allocate_clusters with used bitmapDenis V. Lunev1-12/+39
2023-09-21parallels: update used bitmap in allocate_clusterDenis V. Lunev1-0/+14
2023-09-21parallels: accept multiple clusters in mark_used()Denis V. Lunev1-8/+10
2023-09-21parallels: collect bitmap of used clusters at openDenis V. Lunev2-0/+76
2023-09-21parallels: fix broken parallels_check_data_off()Denis V. Lunev1-0/+1
2023-09-21parallels: create mark_used() helper which sets bit in used bitmapDenis V. Lunev1-9/+25
2023-09-21parallels: refactor path when we need to re-check image in parallels_openDenis V. Lunev1-11/+10
2023-09-21parallels: return earlier from parallels_open() function on errorDenis V. Lunev1-9/+5
2023-09-21parallels: return earler in fail_format branch in parallels_open()Denis V. Lunev1-1/+2
2023-09-21parallels: invent parallels_opts_prealloc() helper to parse prealloc optsDenis V. Lunev1-28/+44
2023-09-21parallels: fix memory leak in parallels_open()Denis V. Lunev1-0/+1
2023-09-21parallels: mark driver as supporting CBTDenis V. Lunev1-0/+6
2023-09-21parallels: fix formatting in bdrv_parallels initializationDenis V. Lunev1-17/+19
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