aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2-refcount.c
AgeCommit message (Expand)Author
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
2015-03-10qcow2: Only return status from qcow2_get_refcountMax Reitz
2015-03-10qcow2: Do not return new value after refcount updateMax Reitz
2015-03-10qcow2: Add two new fields to BDRVQcowStateMax Reitz
2015-02-06qcow2: Rewrite qcow2_alloc_bytes()Max Reitz
2014-11-03block/qcow2: Make get_refcount() globalMax Reitz
2014-10-23qcow2: Drop REFCOUNT_SHIFTMax Reitz
2014-10-23qcow2: Clean up after refcount rebuildMax Reitz
2014-10-23qcow2: Rebuild refcount structure during checkMax Reitz
2014-10-23qcow2: Do not perform potentially damaging repairsMax Reitz
2014-10-23qcow2: Fix refcount blocks beyond image endMax Reitz
2014-10-23qcow2: Reuse refcount table in calculate_refcounts()Max Reitz
2014-10-23qcow2: Let inc_refcounts() resize the reftableMax Reitz
2014-10-23qcow2: Let inc_refcounts() return -errnoMax Reitz
2014-10-23qcow2: Split fail code in L1 and L2 checksMax Reitz
2014-10-23qcow2: Use int64_t for in-memory reftable sizeMax Reitz
2014-10-23qcow2: Pull check_refblocks() upMax Reitz
2014-10-23qcow2: Use sizeof(**refcount_table)Max Reitz
2014-10-23qcow2: Split qcow2_check_refcounts()Max Reitz
2014-10-20qcow2: fix leak of Qcow2DiscardRegion in update_refcount_discardZhang Haoyu
2014-09-22qcow2: Check L1/L2/reftable entries for alignmentMax Reitz