summaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)Author
2017-10-06qcow2: truncate the tail of the image file after shrinking the imagePavel Butsykin
2017-10-06qcow2: fix return error code in qcow2_truncate()Pavel Butsykin
2017-10-06block: convert qcrypto_block_encrypt|decrypt to take bytes offsetDaniel P. Berrange
2017-10-06qcow2: Switch qcow2_measure() to byte-based iterationEric Blake
2017-09-26qcow2: add shrink image supportPavel Butsykin
2017-09-19Convert remaining error_report() to warn_report()Alistair Francis
2017-09-06qcow2: move qcow2_store_persistent_dirty_bitmaps() before cache flushingPavel Butsykin
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster
2017-09-04qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster
2017-09-04qapi: Drop superfluous qapi_enum_parse() parameter maxMarkus Armbruster
2017-08-30qcow2: allocate cluster_cache/cluster_data on demandStefan Hajnoczi
2017-08-30misc: Remove unused Error variablesAlberto Garcia
2017-08-11qcow2: Check failure of bdrv_getlength()Eric Blake
2017-08-11qcow2: Drop debugging dump_refcounts()Eric Blake
2017-07-25qcow: fix memory leaks related to encryptionDaniel P. Berrange
2017-07-24qcow2: Fix sector calculation in qcow2_measure()Eric Blake
2017-07-17qcow2: call CoQueue APIs under CoMutexPaolo Bonzini
2017-07-11block/qcow2: falloc/full preallocating growthMax Reitz
2017-07-11block/qcow2: Add qcow2_refcount_area()Max Reitz
2017-07-11block/qcow2: Metadata preallocation for truncateMax Reitz
2017-07-11block/qcow2: Lock s->lock in preallocate()Max Reitz
2017-07-11block/qcow2: Generalize preallocate()Max Reitz
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz
2017-07-11block: Add PreallocMode to bdrv_truncate()Max Reitz
2017-07-11block: Add PreallocMode to BD.bdrv_truncate()Max Reitz
2017-07-11qcow2: add bdrv_measure() supportStefan Hajnoczi
2017-07-11qcow2: extract image creation option parsingStefan Hajnoczi
2017-07-11qcow2: make refcount size calculation conservativeStefan Hajnoczi
2017-07-11qcow2: extract preallocation calculation functionStefan Hajnoczi
2017-07-11qcow2: add .bdrv_remove_persistent_dirty_bitmapVladimir Sementsov-Ogievskiy
2017-07-11qcow2: add .bdrv_can_store_new_dirty_bitmapVladimir Sementsov-Ogievskiy
2017-07-11qcow2: store bitmaps on reopening image as read-onlyVladimir Sementsov-Ogievskiy
2017-07-11qcow2: add persistent dirty bitmaps supportVladimir Sementsov-Ogievskiy
2017-07-11qcow2: support .bdrv_reopen_bitmaps_rwVladimir Sementsov-Ogievskiy
2017-07-11qcow2: autoloading dirty bitmapsVladimir Sementsov-Ogievskiy
2017-07-11qcow2: add bitmaps extensionVladimir Sementsov-Ogievskiy
2017-07-11qcow2: report encryption specific image informationDaniel P. Berrange
2017-07-11block: pass option prefix down to crypto layerDaniel P. Berrange
2017-07-11block: remove all encryption handling APIsDaniel P. Berrange
2017-07-11qcow2: add support for LUKS encryption formatDaniel P. Berrange
2017-07-11qcow2: convert QCow2 to use QCryptoBlock for encryptionDaniel P. Berrange
2017-07-11qcow2: make qcow2_encrypt_sectors encrypt in placeDaniel P. Berrange
2017-07-11block: deprecate "encryption=on" in favor of "encrypt.format=aes"Daniel P. Berrange
2017-06-26block: change variable names in BlockDriverStateManos Pitsidianakis
2017-06-26qcow2: Use offset_into_cluster() and offset_to_l2_index()Alberto Garcia
2017-06-26qcow2: Merge the writing of the COW regions with the guest dataAlberto Garcia
2017-05-29qcow2: remove extra local_error variableAlberto Garcia
2017-05-11qcow2: Discard/zero clusters by byte countEric Blake
2017-05-11qcow2: Optimize write zero of unaligned tail clusterEric Blake