summaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-17qcow2: check_errors are fatalMax Reitz1-1/+4
2017-11-17qcow2: reject unaligned offsets in write compressedAnton Nefedov1-0/+4
2017-11-17qcow2: fix image corruption on commit with persistent bitmapEric Blake1-7/+10
2017-11-17qcow2: fix image corruption after committing qcow2 image into baseDaniel P. Berrange1-2/+4
2017-11-17qcow2: don't permit changing encryption parametersDaniel P. Berrange1-0/+3
2017-11-14qcow2: Assert that the crypto header does not overlap other metadataAlberto Garcia1-0/+1
2017-11-14qcow2: Don't open images with header.refcount_table_clusters == 0Alberto Garcia1-0/+6
2017-10-26qcow2: Always execute preallocate() in a coroutineMax Reitz1-7/+34
2017-10-26qcow2: Fix unaligned preallocated truncationMax Reitz1-0/+1
2017-10-26qcow2: Emit errp when truncating the image tailMax Reitz1-6/+7
2017-10-26qcow2: Use BDRV_SECTOR_BITS instead of its literal valueAlberto Garcia1-2/+2
2017-10-26qcow2: Reduce is_zero() roundingEric Blake1-9/+3
2017-10-26block: Convert bdrv_get_block_status_above() to bytesEric Blake1-18/+12
2017-10-26qcow2: Switch is_zero_sectors() to byte-basedEric Blake1-14/+19
2017-10-26block: Allow NULL file for bdrv_get_block_status()Eric Blake1-6/+2
2017-10-06qcow2: truncate the tail of the image file after shrinking the imagePavel Butsykin1-0/+23
2017-10-06qcow2: fix return error code in qcow2_truncate()Pavel Butsykin1-2/+2
2017-10-06block: convert qcrypto_block_encrypt|decrypt to take bytes offsetDaniel P. Berrange1-2/+2
2017-10-06qcow2: Switch qcow2_measure() to byte-based iterationEric Blake1-12/+10
2017-09-26qcow2: add shrink image supportPavel Butsykin1-9/+34
2017-09-19Convert remaining error_report() to warn_report()Alistair Francis1-4/+5
2017-09-06qcow2: move qcow2_store_persistent_dirty_bitmaps() before cache flushingPavel Butsykin1-8/+8
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau1-2/+2
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster1-2/+2
2017-09-04qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster1-1/+0
2017-09-04qapi: Drop superfluous qapi_enum_parse() parameter maxMarkus Armbruster1-4/+2
2017-08-30qcow2: allocate cluster_cache/cluster_data on demandStefan Hajnoczi1-12/+0
2017-08-30misc: Remove unused Error variablesAlberto Garcia1-6/+2
2017-08-11qcow2: Check failure of bdrv_getlength()Eric Blake1-1/+4
2017-08-11qcow2: Drop debugging dump_refcounts()Eric Blake1-21/+0
2017-07-25qcow: fix memory leaks related to encryptionDaniel P. Berrange1-3/+4
2017-07-24qcow2: Fix sector calculation in qcow2_measure()Eric Blake1-2/+2
2017-07-17qcow2: call CoQueue APIs under CoMutexPaolo Bonzini1-2/+2
2017-07-11block/qcow2: falloc/full preallocating growthMax Reitz1-1/+99
2017-07-11block/qcow2: Add qcow2_refcount_area()Max Reitz1-4/+16
2017-07-11block/qcow2: Metadata preallocation for truncateMax Reitz1-2/+31
2017-07-11block/qcow2: Lock s->lock in preallocate()Max Reitz1-7/+15
2017-07-11block/qcow2: Generalize preallocate()Max Reitz1-5/+12
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz1-2/+2
2017-07-11block: Add PreallocMode to bdrv_truncate()Max Reitz1-2/+2
2017-07-11block: Add PreallocMode to BD.bdrv_truncate()Max Reitz1-1/+8
2017-07-11qcow2: add bdrv_measure() supportStefan Hajnoczi1-0/+137
2017-07-11qcow2: extract image creation option parsingStefan Hajnoczi1-36/+73
2017-07-11qcow2: make refcount size calculation conservativeStefan Hajnoczi1-41/+42
2017-07-11qcow2: extract preallocation calculation functionStefan Hajnoczi1-59/+77
2017-07-11qcow2: add .bdrv_remove_persistent_dirty_bitmapVladimir Sementsov-Ogievskiy1-0/+1
2017-07-11qcow2: add .bdrv_can_store_new_dirty_bitmapVladimir Sementsov-Ogievskiy1-0/+1
2017-07-11qcow2: store bitmaps on reopening image as read-onlyVladimir Sementsov-Ogievskiy1-0/+5
2017-07-11qcow2: add persistent dirty bitmaps supportVladimir Sementsov-Ogievskiy1-0/+9
2017-07-11qcow2: support .bdrv_reopen_bitmaps_rwVladimir Sementsov-Ogievskiy1-0/+2