aboutsummaryrefslogtreecommitdiff
path: root/block/parallels.c
AgeCommit message (Expand)Author
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
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