summaryrefslogtreecommitdiffstats
path: root/block/qcow2.h
Commit message (Expand)AuthorAgeFilesLines
...
* qcow2: Allow configuring the L2 slice sizeAlberto Garcia2018-02-131-2/+4
* qcow2: Add offset_to_l2_slice_index()Alberto Garcia2018-02-131-0/+5
* qcow2: Add l2_slice_size field to BDRVQcow2StateAlberto Garcia2018-02-131-0/+1
* qcow2: Add offset_to_l1_index()Alberto Garcia2018-02-131-0/+5
* qcow2: Remove BDS parameter from qcow2_cache_is_table_offset()Alberto Garcia2018-02-131-2/+1Star
* qcow2: Remove BDS parameter from qcow2_cache_discard()Alberto Garcia2018-02-131-1/+1
* qcow2: Remove BDS parameter from qcow2_cache_clean_unused()Alberto Garcia2018-02-131-1/+1
* qcow2: Remove BDS parameter from qcow2_cache_destroy()Alberto Garcia2018-02-131-1/+1
* qcow2: Remove BDS parameter from qcow2_cache_put()Alberto Garcia2018-02-131-1/+1
* qcow2: Remove BDS parameter from qcow2_cache_entry_mark_dirty()Alberto Garcia2018-02-131-2/+1Star
* block: maintain persistent disabled bitmapsVladimir Sementsov-Ogievskiy2018-02-131-1/+1
* qcow2: get rid of qcow2_backing_read1 routineEdgar Kaziakhmedov2017-12-221-3/+0Star
* qcow2: Add bounds check to get_refblock_offset()Max Reitz2017-11-171-6/+0Star
* qcow2: truncate the tail of the image file after shrinking the imagePavel Butsykin2017-10-061-0/+1
* qcow2: add shrink image supportPavel Butsykin2017-09-261-0/+14
* qcow2: add qcow2_cache_discardPavel Butsykin2017-09-261-0/+3
* block/qcow2: falloc/full preallocating growthMax Reitz2017-07-111-0/+5
* block/qcow2: Add qcow2_refcount_area()Max Reitz2017-07-111-0/+4
* qcow2: add .bdrv_remove_persistent_dirty_bitmapVladimir Sementsov-Ogievskiy2017-07-111-0/+3
* qcow2: add .bdrv_can_store_new_dirty_bitmapVladimir Sementsov-Ogievskiy2017-07-111-0/+4
* qcow2: store bitmaps on reopening image as read-onlyVladimir Sementsov-Ogievskiy2017-07-111-0/+1
* qcow2: add persistent dirty bitmaps supportVladimir Sementsov-Ogievskiy2017-07-111-0/+1
* qcow2: support .bdrv_reopen_bitmaps_rwVladimir Sementsov-Ogievskiy2017-07-111-0/+1
* qcow2: autoloading dirty bitmapsVladimir Sementsov-Ogievskiy2017-07-111-0/+2
* qcow2: add bitmaps extensionVladimir Sementsov-Ogievskiy2017-07-111-0/+27
* qcow2-refcount: rename inc_refcounts() and make it publicVladimir Sementsov-Ogievskiy2017-07-111-0/+4
* qcow2: add support for LUKS encryption formatDaniel P. Berrange2017-07-111-0/+9
* qcow2: convert QCow2 to use QCryptoBlock for encryptionDaniel P. Berrange2017-07-111-2/+3
* qcow2: make qcow2_encrypt_sectors encrypt in placeDaniel P. Berrange2017-07-111-2/+1Star
* qcow2: Merge the writing of the COW regions with the guest dataAlberto Garcia2017-06-261-0/+7
* qcow2: Use unsigned int for both members of Qcow2COWRegionAlberto Garcia2017-06-261-2/+2
* qcow2: Discard/zero clusters by byte countEric Blake2017-05-111-4/+5
* qcow2: Make distinction between zero cluster types obviousEric Blake2017-05-111-2/+6
* qcow2: Name typedef for cluster typeEric Blake2017-05-111-3/+3
* qcow2: Reuse preallocated zero clustersMax Reitz2017-05-111-0/+3
* qcow2: Optimize the refcount-block overlap checkAlberto Garcia2017-02-121-0/+1
* qcow2: Remove stale FIXME commentAlberto Garcia2016-11-111-2/+0Star
* qcow2: Support BDRV_REQ_MAY_UNMAPFam Zheng2016-10-241-1/+2
* Remove unused function declarationsLadi Prosek2016-09-151-1/+0Star
* qcow2: Implement .bdrv_co_pwritev()Kevin Wolf2016-06-161-1/+2
* qcow2: Use bytes instead of sectors for QCowL2MetaKevin Wolf2016-06-161-10/+3Star
* qcow2: Implement .bdrv_co_preadv()Kevin Wolf2016-06-161-1/+1
* qcow2: avoid extra flushes in qcow2Denis V. Lunev2016-06-081-0/+1
* qcow2: Add function for refcount order amendmentMax Reitz2015-12-181-0/+4
* block: Add opaque value to the amend CBMax Reitz2015-12-181-1/+2
* coroutine: move into libqemuutil.a libraryDaniel P. Berrange2015-10-201-1/+1
* qcow2: Remove forward declaration of QCowAIOCBKevin Wolf2015-10-161-2/+0Star
* qcow2: Make size_to_clusters() return uint64_tMax Reitz2015-09-141-3/+3
* qcow2: Rename BDRVQcowState to BDRVQcow2StateKevin Wolf2015-09-141-11/+11
* qcow2: add option to clean unused cache entries after some timeAlberto Garcia2015-09-041-0/+4