aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2-refcount.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-04block/qcow2-refcount: add trace-point to qcow2_process_discardsVladimir Sementsov-Ogievskiy1-1/+6
2019-06-04block: avoid recursive block_status call if possibleVladimir Sementsov-Ogievskiy1-0/+32
2019-05-28qcow2.h: add missing includeVladimir Sementsov-Ogievskiy1-1/+0
2019-05-20qcow2: Define and use QCOW2_COMPRESSED_SECTOR_SIZEAlberto Garcia1-11/+14
2019-05-10qcow2: Replace bdrv_write() with bdrv_pwrite()Alberto Garcia1-2/+2
2019-05-07qcow2-refcount: don't mask corruptions under internal errorsVladimir Sementsov-Ogievskiy1-10/+9
2019-05-07qcow2-refcount: check_refcounts_l2: don't count fixed cluster as allocatedVladimir Sementsov-Ogievskiy1-9/+9
2019-05-07qcow2-refcount: check_refcounts_l2: reduce ignored overlapsVladimir Sementsov-Ogievskiy1-7/+9
2019-05-07qcow2-refcount: avoid eating RAMVladimir Sementsov-Ogievskiy1-0/+19
2019-05-07qcow2-refcount: fix check_oflag_copiedVladimir Sementsov-Ogievskiy1-4/+4
2019-03-08qcow2: Support external data file in qemu-img checkKevin Wolf1-11/+30
2019-03-08qcow2: External file I/OKevin Wolf1-9/+30
2019-03-08qcow2: Pass bs to qcow2_get_cluster_type()Kevin Wolf1-5/+5
2019-02-01qcow2: Assert that refcount block offsets fit in the refcount tableAlberto Garcia1-0/+3
2018-11-19qcow2: Don't allow overflow during cluster allocationEric Blake1-7/+13
2018-11-12qcow2: Read outside array bounds in qcow2_pre_write_overlap_check()Liam Merwick1-8/+10
2018-07-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-1/+1
2018-07-10block: Use BdrvChild to discardFam Zheng1-1/+1
2018-07-09qcow2: add overlap check for bitmap directoryVladimir Sementsov-Ogievskiy1-0/+10
2018-06-11qcow2: Repair OFLAG_COPIED when fixing leaksMax Reitz1-8/+17
2018-05-31block: use local path for local headersMichael S. Tsirkin1-1/+1
2018-05-15Fix error message about compressed clusters with OFLAG_COPIEDAlberto Garcia1-2/+2
2018-03-26qcow2: Reset free_cluster_index when allocating a new refcount blockAlberto Garcia1-0/+7
2018-03-09qcow2: Make qemu-img check detect corrupted L1 tables in snapshotsAlberto Garcia1-0/+14
2018-03-09qcow2: Check snapshot L1 tables in qcow2_check_metadata_overlap()Alberto Garcia1-1/+9
2018-03-09qcow2: introduce qcow2_write_caches and qcow2_flush_cachesPaolo Bonzini1-0/+28
2018-03-02qcow2: Replace align_offset() with ROUND_UP()Alberto Garcia1-2/+2
2018-02-13qcow2: Update qcow2_update_snapshot_refcount() to support L2 slicesAlberto Garcia1-14/+18
2018-02-13qcow2: Prepare qcow2_update_snapshot_refcount() for adding L2 slice supportAlberto Garcia1-69/+75
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_is_table_offset()Alberto Garcia1-3/+3
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_discard()Alberto Garcia1-3/+3
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_put()Alberto Garcia1-15/+15
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_entry_mark_dirty()Alberto Garcia1-8/+6
2018-01-23qcow2: Repair unaligned preallocated zero clustersMax Reitz1-12/+58
2017-11-17qcow2: Add bounds check to get_refblock_offset()Max Reitz1-1/+25
2017-11-14qcow2: Prevent allocating compressed clusters at offset 0Alberto Garcia1-0/+7
2017-11-14qcow2: Prevent allocating refcount blocks at offset 0Alberto Garcia1-0/+7
2017-10-06qcow2: truncate the tail of the image file after shrinking the imagePavel Butsykin1-0/+22
2017-09-26qcow2: add shrink image supportPavel Butsykin1-0/+120
2017-09-26qcow2: add qcow2_cache_discardPavel Butsykin1-2/+18
2017-07-31qcow2: fix null pointer dereferencePhilippe Mathieu-Daudé1-2/+2
2017-07-11block/qcow2: falloc/full preallocating growthMax Reitz1-8/+4
2017-07-11block/qcow2: Rename "fail_block" to just "fail"Max Reitz1-7/+7
2017-07-11block/qcow2: Add qcow2_refcount_area()Max Reitz1-84/+183
2017-07-11block: Add PreallocMode to bdrv_truncate()Max Reitz1-1/+1
2017-07-11qcow2: add bitmaps extensionVladimir Sementsov-Ogievskiy1-0/+6
2017-07-11qcow2-refcount: rename inc_refcounts() and make it publicVladimir Sementsov-Ogievskiy1-28/+31
2017-07-11qcow2: add support for LUKS encryption formatDaniel P. Berrange1-0/+10
2017-05-11qcow2: Make distinction between zero cluster types obviousEric Blake1-26/+18