aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2-refcount.c
AgeCommit message (Expand)Author
2018-06-11qcow2: Repair OFLAG_COPIED when fixing leaksMax Reitz
2018-05-31block: use local path for local headersMichael S. Tsirkin
2018-05-15Fix error message about compressed clusters with OFLAG_COPIEDAlberto Garcia
2018-03-26qcow2: Reset free_cluster_index when allocating a new refcount blockAlberto Garcia
2018-03-09qcow2: Make qemu-img check detect corrupted L1 tables in snapshotsAlberto Garcia
2018-03-09qcow2: Check snapshot L1 tables in qcow2_check_metadata_overlap()Alberto Garcia
2018-03-09qcow2: introduce qcow2_write_caches and qcow2_flush_cachesPaolo Bonzini
2018-03-02qcow2: Replace align_offset() with ROUND_UP()Alberto Garcia
2018-02-13qcow2: Update qcow2_update_snapshot_refcount() to support L2 slicesAlberto Garcia
2018-02-13qcow2: Prepare qcow2_update_snapshot_refcount() for adding L2 slice supportAlberto Garcia
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_is_table_offset()Alberto Garcia
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_discard()Alberto Garcia
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_put()Alberto Garcia
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_entry_mark_dirty()Alberto Garcia
2018-01-23qcow2: Repair unaligned preallocated zero clustersMax Reitz
2017-11-17qcow2: Add bounds check to get_refblock_offset()Max Reitz
2017-11-14qcow2: Prevent allocating compressed clusters at offset 0Alberto Garcia
2017-11-14qcow2: Prevent allocating refcount blocks at offset 0Alberto Garcia
2017-10-06qcow2: truncate the tail of the image file after shrinking the imagePavel Butsykin
2017-09-26qcow2: add shrink image supportPavel Butsykin
2017-09-26qcow2: add qcow2_cache_discardPavel Butsykin
2017-07-31qcow2: fix null pointer dereferencePhilippe Mathieu-Daudé
2017-07-11block/qcow2: falloc/full preallocating growthMax Reitz
2017-07-11block/qcow2: Rename "fail_block" to just "fail"Max Reitz
2017-07-11block/qcow2: Add qcow2_refcount_area()Max Reitz
2017-07-11block: Add PreallocMode to bdrv_truncate()Max Reitz
2017-07-11qcow2: add bitmaps extensionVladimir Sementsov-Ogievskiy
2017-07-11qcow2-refcount: rename inc_refcounts() and make it publicVladimir Sementsov-Ogievskiy
2017-07-11qcow2: add support for LUKS encryption formatDaniel P. Berrange
2017-05-11qcow2: Make distinction between zero cluster types obviousEric Blake
2017-05-11qcow2: Name typedef for cluster typeEric Blake
2017-05-11qcow2: Use consistent switch indentationEric Blake
2017-05-11qcow2: Nicer variable names in qcow2_update_snapshot_refcount()Eric Blake
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz
2017-02-24block: Pass BdrvChild to bdrv_truncate()Kevin Wolf
2017-02-12qcow2: Optimize the refcount-block overlap checkAlberto Garcia
2016-07-20block: Convert bdrv_discard() to byte-basedEric Blake
2016-07-05block/qcow2: Don't use cpu_to_*w()Peter Maydell
2016-07-05block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_pread(v) to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_write() to BdrvChildKevin Wolf
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost
2016-06-07qcow/qcow2: Use DIV_ROUND_UPLaurent Vivier
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-20block: Clean up includesPeter Maydell
2015-12-18qcow2: Point to amend function in checkMax Reitz
2015-12-18qcow2: Add function for refcount order amendmentMax Reitz
2015-12-02qcow2: Fix potential qemu-img check crash on 32 bit hostsKevin Wolf
2015-11-11qcow2: avoid misaligned 64bit bswapJohn Snow