aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2-refcount.c
AgeCommit message (Expand)Author
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
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf
2015-09-14qcow2: Make qcow2_alloc_bytes() more explicitMax Reitz
2015-09-14qcow2: Make size_to_clusters() return uint64_tMax Reitz
2015-09-14qcow2: Rename BDRVQcowState to BDRVQcow2StateKevin Wolf
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange
2015-07-02qcow2: Handle EAGAIN returned from update_refcountJindřich Makovička
2015-05-22qcow2: make qcow2_cache_put() a void functionAlberto Garcia
2015-05-22qcow2: use one single memory block for the L2/refcount cache tablesAlberto Garcia
2015-05-22qcow2: Flush pending discards before allocating clusterKevin Wolf
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi
2015-03-16qcow2: Respect new_block in alloc_refcount_block()Max Reitz
2015-03-10qcow2: More helpers for refcount modificationMax Reitz
2015-03-10qcow2: Helper function for refcount modificationMax Reitz
2015-03-10qcow2: Helper for refcount array reallocationMax Reitz
2015-03-10qcow2: Use 64 bits for refcount valuesMax Reitz
2015-03-10qcow2: Use unsigned addend for update_refcount()Max Reitz