summaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-11qcow2: autoloading dirty bitmapsVladimir Sementsov-Ogievskiy1-2/+15
2017-07-11qcow2: add bitmaps extensionVladimir Sementsov-Ogievskiy1-5/+120
2017-07-11qcow2: report encryption specific image informationDaniel P. Berrange1-1/+31
2017-07-11block: pass option prefix down to crypto layerDaniel P. Berrange1-4/+4
2017-07-11block: remove all encryption handling APIsDaniel P. Berrange1-1/+0
2017-07-11qcow2: add support for LUKS encryption formatDaniel P. Berrange1-31/+237
2017-07-11qcow2: convert QCow2 to use QCryptoBlock for encryptionDaniel P. Berrange1-74/+152
2017-07-11qcow2: make qcow2_encrypt_sectors encrypt in placeDaniel P. Berrange1-2/+2
2017-07-11block: deprecate "encryption=on" in favor of "encrypt.format=aes"Daniel P. Berrange1-7/+27
2017-06-26block: change variable names in BlockDriverStateManos Pitsidianakis1-14/+14
2017-06-26qcow2: Use offset_into_cluster() and offset_to_l2_index()Alberto Garcia1-1/+1
2017-06-26qcow2: Merge the writing of the COW regions with the guest dataAlberto Garcia1-10/+54
2017-05-29qcow2: remove extra local_error variableAlberto Garcia1-3/+2
2017-05-11qcow2: Discard/zero clusters by byte countEric Blake1-13/+9