summaryrefslogtreecommitdiffstats
path: root/block/qcow2.h
Commit message (Expand)AuthorAgeFilesLines
* qcow2: Add list of bitmaps to ImageInfoSpecificQCow2Andrey Shinkevich2019-02-111-0/+2
* block: Eliminate the S_1KiB, S_2KiB, ... macrosMarkus Armbruster2019-02-011-5/+5
* qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2019-01-111-1/+4
* qcow2: aio support for compressed cluster readVladimir Sementsov-Ogievskiy2018-12-141-4/+0Star
* qcow2: Don't allow overflow during cluster allocationEric Blake2018-11-191-0/+6
* bloc/qcow2: drop dirty_bitmaps_loaded state variableVladimir Sementsov-Ogievskiy2018-10-291-1/+0Star
* qcow2: Set the default cache-clean-interval to 10 minutesLeonid Bloch2018-10-011-1/+3
* qcow2: Increase the default upper limit on the L2 cache sizeLeonid Bloch2018-10-011-1/+5
* qcow2: Assign the L2 cache relatively to the image sizeLeonid Bloch2018-10-011-3/+1Star
* qcow2: Make sizes more humanly readableLeonid Bloch2018-10-011-4/+5
* qcow2: add overlap check for bitmap directoryVladimir Sementsov-Ogievskiy2018-07-091-21/+24
* qcow2: add compress threadsVladimir Sementsov-Ogievskiy2018-07-051-0/+3
* qcow2: Free allocated clusters on write errorKevin Wolf2018-06-291-0/+1
* qcow2: Give the refcount cache the minimum possible size by defaultAlberto Garcia2018-05-151-4/+0Star
* qcow2: try load bitmaps only onceVladimir Sementsov-Ogievskiy2018-04-161-0/+1
* qcow2-bitmap: add qcow2_reopen_bitmaps_rw_hint()Vladimir Sementsov-Ogievskiy2018-03-261-0/+2
* qcow2: Generalize validate_table_offset() into qcow2_validate_table()Alberto Garcia2018-03-091-5/+5
* qcow2: introduce qcow2_write_caches and qcow2_flush_cachesPaolo Bonzini2018-03-091-0/+2
* qcow2: Replace align_offset() with ROUND_UP()Alberto Garcia2018-03-021-6/+0Star
* 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