summaryrefslogtreecommitdiff
path: root/block/parallels.c
AgeCommit message (Expand)Author
2026-07-28parallels: validate BAT capacity against advertised disk sizeDenis V. Lunev
2026-07-28parallels: reject BAT entries pointing outside backed storageDenis V. Lunev
2026-07-28parallels: fix bat_entries overflow in image creationDenis V. Lunev
2026-07-28parallels: read header/BAT table in bounded chunksDenis V. Lunev
2026-07-27parallels: fix integer overflow in header size calculationDenis V. Lunev
2025-11-11block: Allow drivers to control protocol prefix at creationEric Blake
2025-05-14block: Expand block status mode from bool to flagsEric Blake
2025-02-10qapi: Move include/qapi/qmp/ to include/qobject/Daniel P. Berrangé
2025-01-30parallels: fix ext_off assertion failure due to overflowDenis Rastyogin
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé
2024-11-25parallels: fix possible int overflowDmitry Frolov
2023-11-08block: Protect bs->file with graph_lockKevin Wolf
2023-11-08block: Take graph lock for most of .bdrv_openKevin Wolf
2023-11-08block: Add missing GRAPH_RDLOCK annotationsKevin Wolf
2023-11-01cpr: relax blockdev migration blockersSteve Sistare
2023-10-20migration: simplify blockersSteve Sistare
2023-10-12block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCKKevin Wolf
2023-09-21parallels: naive implementation of parallels_co_pwrite_zeroesDenis V. Lunev
2023-09-21parallels: naive implementation of parallels_co_pdiscardDenis V. Lunev
2023-09-21parallels: improve readability of allocate_clustersDenis V. Lunev
2023-09-21parallels: naive implementation of allocate_clusters with used bitmapDenis V. Lunev
2023-09-21parallels: update used bitmap in allocate_clusterDenis V. Lunev
2023-09-21parallels: accept multiple clusters in mark_used()Denis V. Lunev
2023-09-21parallels: collect bitmap of used clusters at openDenis V. Lunev
2023-09-21parallels: fix broken parallels_check_data_off()Denis V. Lunev
2023-09-21parallels: create mark_used() helper which sets bit in used bitmapDenis V. Lunev
2023-09-21parallels: refactor path when we need to re-check image in parallels_openDenis V. Lunev
2023-09-21parallels: return earlier from parallels_open() function on errorDenis V. Lunev
2023-09-21parallels: return earler in fail_format branch in parallels_open()Denis V. Lunev
2023-09-21parallels: invent parallels_opts_prealloc() helper to parse prealloc optsDenis V. Lunev
2023-09-21parallels: fix memory leak in parallels_open()Denis V. Lunev
2023-09-21parallels: mark driver as supporting CBTDenis V. Lunev
2023-09-21parallels: fix formatting in bdrv_parallels initializationDenis V. Lunev
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-06-28block: use bdrv_co_getlength in coroutine contextPaolo Bonzini
2023-06-05parallels: Incorrect condition in out-of-image checkAlexander Ivanov
2023-06-05parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARDAlexander Ivanov
2023-06-05parallels: Move statistic collection to a separate functionAlexander Ivanov
2023-06-05parallels: Move check of leaks to a separate functionAlexander Ivanov
2023-06-05parallels: Fix statistics calculationAlexander Ivanov
2023-06-05parallels: Move check of cluster outside image to a separate functionAlexander Ivanov