aboutsummaryrefslogtreecommitdiff
path: root/block/parallels.c
AgeCommit message (Expand)Author
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
2023-06-05parallels: Move check of unclean image to a separate functionAlexander Ivanov
2023-06-05parallels: Use generic infrastructure for BAT writing in parallels_co_check()Alexander Ivanov
2023-06-05parallels: create parallels_set_bat_entry_helper() to assign BAT valueAlexander Ivanov
2023-06-05parallels: Fix image_end_offset and data_end after out-of-image checkAlexander Ivanov
2023-06-05parallels: Fix high_off calculation in parallels_co_check()Alexander Ivanov
2023-06-05parallels: Out of image offset in BAT leads to image inflationAlexander Ivanov
2023-05-19block: Call .bdrv_co_create(_opts) unlockedKevin Wolf
2023-05-10block: bdrv/blk_co_unref() for calls in coroutine contextKevin Wolf
2023-02-23block: Mark bdrv_co_create() and callers GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark read/write in block/io.c GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCKKevin Wolf
2023-02-17parallels: Fix .bdrv_co_create(_opts) to open images with no_co_wrapperKevin Wolf
2022-12-15block: bdrv_create_file is a coroutine_fnEmanuele Giuseppe Esposito
2022-10-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2022-10-27parallels: switch to *_co_* functionsAlberto Faria
2022-10-27block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy