summaryrefslogtreecommitdiff
path: root/block/qcow2-refcount.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-11qcow2: Name typedef for cluster typeEric Blake1-1/+1
2017-05-11qcow2: Use consistent switch indentationEric Blake1-42/+42
2017-05-11qcow2: Nicer variable names in qcow2_update_snapshot_refcount()Eric Blake1-20/+22
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz1-1/+4
2017-02-24block: Pass BdrvChild to bdrv_truncate()Kevin Wolf1-1/+1
2017-02-12qcow2: Optimize the refcount-block overlap checkAlberto Garcia1-1/+23
2016-07-20block: Convert bdrv_discard() to byte-basedEric Blake1-3/+1
2016-07-05block/qcow2: Don't use cpu_to_*w()Peter Maydell1-6/+5
2016-07-05block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf1-11/+11
2016-07-05block: Convert bdrv_pread(v) to BdrvChildKevin Wolf1-6/+6
2016-07-05block: Convert bdrv_write() to BdrvChildKevin Wolf1-1/+1
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-5/+2
2016-06-07qcow/qcow2: Use DIV_ROUND_UPLaurent Vivier1-4/+2
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2015-12-18qcow2: Point to amend function in checkMax Reitz1-0/+3
2015-12-18qcow2: Add function for refcount order amendmentMax Reitz1-0/+447
2015-12-02qcow2: Fix potential qemu-img check crash on 32 bit hostsKevin Wolf1-1/+1
2015-11-11qcow2: avoid misaligned 64bit bswapJohn Snow1-4/+7
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf1-21/+24
2015-09-14qcow2: Make qcow2_alloc_bytes() more explicitMax Reitz1-0/+6
2015-09-14qcow2: Make size_to_clusters() return uint64_tMax Reitz1-4/+8