aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2-cluster.c
AgeCommit message (Expand)Author
2016-01-20block: Clean up includesPeter Maydell
2015-12-18block: Add opaque value to the amend CBMax Reitz
2015-11-11qcow2: Fix qcow2_get_cluster_offset() for zero clustersKevin Wolf
2015-10-16block: Convert bs->backing_hd to BdrvChildKevin Wolf
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf
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-08block: convert qcow/qcow2 to use generic cipher APIDaniel P. Berrange
2015-05-22qcow2/qcow: protect against uninitialized encryption keyDaniel P. Berrange
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-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-01-23qcow2: Add two more unalignment checksMax Reitz
2014-12-10qcow2: Prevent numerical overflowMax Reitz
2014-11-03block/qcow2: Simplify shared L2 handling in amendMax Reitz
2014-11-03block/qcow2: Implement status CB for amendMax Reitz
2014-11-03qcow2: Allow "full" discardMax Reitz
2014-10-23qcow2: Do not overflow when writing an L1 sectorMax Reitz
2014-09-22qcow2: Check L1/L2/reftable entries for alignmentMax Reitz
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2014-08-15qcow2: Catch !*host_offset for data allocationMax Reitz
2014-08-15qcow2: Handle failure for potentially large allocationsKevin Wolf
2014-05-28qcow2: Fix memory leak in COW error pathKevin Wolf
2014-04-30qcow2: Check min_size in qcow2_grow_l1_table()Max Reitz
2014-04-29qcow2: Fix discardMax Reitz
2014-04-04qcow2: Put cache reference in error caseKevin Wolf
2014-04-01qcow2: Fix copy_sectors() with VM stateKevin Wolf
2014-04-01qcow2: Fix new L1 table size check (CVE-2014-0143)Kevin Wolf
2014-03-13qcow2: Check bs->drv in copy_sectors()Max Reitz
2014-02-21qcow2: Set zero flag for discarded clustersKevin Wolf
2014-02-09qcow2: remove n_start and n_end of qcow2_alloc_cluster_offset()Hu Tao
2013-12-06qcow2: use start_of_cluster() and offset_into_cluster() everywhereHu Tao
2013-11-28block: add flags to bdrv_*_write_zeroesPeter Lieven
2013-11-14qcow2: fix possible corruption when reading multiple clustersPeter Lieven
2013-11-05bswap.h: Remove cpu_to_be64wu()Peter Maydell
2013-10-11qcow2: Use negated overflow check maskMax Reitz
2013-10-07qcow2: Free allocated L2 cluster on errorMax Reitz
2013-10-02qcow2: Switch L1 table in a single sequenceMax Reitz
2013-09-27qcow2: Remove useless count_contiguous_clusters() parameterKevin Wolf
2013-09-27qcow2: COMPRESSED on count_contiguous_clustersMax Reitz
2013-09-27qcow2: count_contiguous_clusters and compressionMax Reitz
2013-09-27qcow2: Free only newly allocated clusters on errorMax Reitz
2013-09-27qcow2: Always use error path in l2_allocateMax Reitz
2013-09-27qcow2: Don't put invalid L2 table into cacheMax Reitz
2013-09-27qcow2: Correct bitmap size in zero expansionMax Reitz
2013-09-25qcow2: Assert against currently impossible overflowMax Reitz
2013-09-12qcow2-cluster: Expand zero clustersMax Reitz