summaryrefslogtreecommitdiffstats
path: root/block/qcow2-cluster.c
Commit message (Expand)AuthorAgeFilesLines
* block: Convert bs->backing_hd to BdrvChildKevin Wolf2015-10-161-2/+2
* block: Convert bs->file to BdrvChildKevin Wolf2015-10-161-16/+21
* qcow2: Make size_to_clusters() return uint64_tMax Reitz2015-09-141-10/+18
* qcow2: Rename BDRVQcowState to BDRVQcow2StateKevin Wolf2015-09-141-24/+24
* maint: remove / fix many doubled wordsDaniel P. Berrange2015-09-111-2/+2
* block: convert qcow/qcow2 to use generic cipher APIDaniel P. Berrange2015-07-081-10/+36
* qcow2/qcow: protect against uninitialized encryption keyDaniel P. Berrange2015-05-221-1/+2
* qcow2: make qcow2_cache_put() a void functionAlberto Garcia2015-05-221-40/+10
* qcow2: use one single memory block for the L2/refcount cache tablesAlberto Garcia2015-05-221-6/+6
* qcow2: Use 64 bits for refcount valuesMax Reitz2015-03-101-1/+1
* qcow2: Use unsigned addend for update_refcount()Max Reitz2015-03-101-1/+2
* qcow2: Only return status from qcow2_get_refcountMax Reitz2015-03-101-4/+4
* qcow2: Add two more unalignment checksMax Reitz2015-01-231-0/+21
* qcow2: Prevent numerical overflowMax Reitz2014-12-101-1/+1
* block/qcow2: Simplify shared L2 handling in amendMax Reitz2014-11-031-66/+28
* block/qcow2: Implement status CB for amendMax Reitz2014-11-031-4/+33
* qcow2: Allow "full" discardMax Reitz2014-11-031-10/+17
* qcow2: Do not overflow when writing an L1 sectorMax Reitz2014-10-231-2/+4
* qcow2: Check L1/L2/reftable entries for alignmentMax Reitz2014-09-221-3/+40
* block: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-08-201-1/+1
* qcow2: Catch !*host_offset for data allocationMax Reitz2014-08-151-0/+11
* qcow2: Handle failure for potentially large allocationsKevin Wolf2014-08-151-8/+28
* qcow2: Fix memory leak in COW error pathKevin Wolf2014-05-281-1/+2
* qcow2: Check min_size in qcow2_grow_l1_table()Max Reitz2014-04-301-0/+7
* qcow2: Fix discardMax Reitz2014-04-291-8/+18
* qcow2: Put cache reference in error caseKevin Wolf2014-04-041-0/+1
* qcow2: Fix copy_sectors() with VM stateKevin Wolf2014-04-011-9/+0
* qcow2: Fix new L1 table size check (CVE-2014-0143)Kevin Wolf2014-04-011-1/+1
* qcow2: Check bs->drv in copy_sectors()Max Reitz2014-03-131-0/+4
* qcow2: Set zero flag for discarded clustersKevin Wolf2014-02-211-2/+20
* qcow2: remove n_start and n_end of qcow2_alloc_cluster_offset()Hu Tao2014-02-091-8/+6
* qcow2: use start_of_cluster() and offset_into_cluster() everywhereHu Tao2013-12-061-1/+1
* block: add flags to bdrv_*_write_zeroesPeter Lieven2013-11-281-1/+1
* qcow2: fix possible corruption when reading multiple clustersPeter Lieven2013-11-141-1/+1
* bswap.h: Remove cpu_to_be64wu()Peter Maydell2013-11-051-1/+1
* qcow2: Use negated overflow check maskMax Reitz2013-10-111-9/+7
* qcow2: Free allocated L2 cluster on errorMax Reitz2013-10-071-0/+4
* qcow2: Switch L1 table in a single sequenceMax Reitz2013-10-021-2/+5
* qcow2: Remove useless count_contiguous_clusters() parameterKevin Wolf2013-09-271-6/+6
* qcow2: COMPRESSED on count_contiguous_clustersMax Reitz2013-09-271-4/+2
* qcow2: count_contiguous_clusters and compressionMax Reitz2013-09-271-2/+5
* qcow2: Free only newly allocated clusters on errorMax Reitz2013-09-271-6/+10
* qcow2: Always use error path in l2_allocateMax Reitz2013-09-271-2/+3
* qcow2: Don't put invalid L2 table into cacheMax Reitz2013-09-271-2/+4
* qcow2: Correct bitmap size in zero expansionMax Reitz2013-09-271-11/+27
* qcow2: Assert against currently impossible overflowMax Reitz2013-09-251-0/+1
* qcow2-cluster: Expand zero clustersMax Reitz2013-09-121-0/+233
* qcow2: Pass discard type to qcow2_discard_clusters()Kevin Wolf2013-09-121-4/+4
* qcow2-refcount: Repair OFLAG_COPIED errorsMax Reitz2013-08-301-2/+2
* qcow2: Employ metadata overlap checksMax Reitz2013-08-301-0/+21
OpenPOWER on IntegriCloud