summaryrefslogtreecommitdiffstats
path: root/block/qcow2-cluster.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* qcow2: Batch discardsKevin Wolf2013-06-241-4/+18
* qcow2: Add refcount update reason to all callersKevin Wolf2013-06-241-6/+13
* qcow2: Catch some L1 table index overflowsKevin Wolf2013-05-141-8/+15
* qcow2: Gather clusters in a looping loopKevin Wolf2013-03-281-31/+43
* qcow2: Move cluster gathering to a non-looping loopKevin Wolf2013-03-281-64/+70
* qcow2: Allow requests with multiple l2metasKevin Wolf2013-03-281-0/+3
* qcow2: Use byte granularity in qcow2_alloc_cluster_offset()Kevin Wolf2013-03-281-56/+28
* qcow2: Prepare handle_alloc/copied() for byte granularityKevin Wolf2013-03-281-9/+16
* qcow2: handle_copied(): Implement non-zero host_offsetKevin Wolf2013-03-281-8/+20
* qcow2: handle_copied(): Get rid of keep_clusters parameterKevin Wolf2013-03-281-10/+13
* qcow2: handle_copied(): Get rid of nb_clusters parameterKevin Wolf2013-03-281-6/+18
* qcow2: Factor out handle_copied()Kevin Wolf2013-03-281-40/+94
* qcow2: Clean up handle_alloc()Kevin Wolf2013-03-281-57/+53
* qcow2: Finalise interface of handle_alloc()Kevin Wolf2013-03-281-13/+16
* qcow2: handle_alloc(): Get rid of keep_clusters parameterKevin Wolf2013-03-281-17/+27
* qcow2: handle_alloc(): Get rid of nb_clusters parameterKevin Wolf2013-03-281-4/+15
* qcow2: Factor out handle_alloc()Kevin Wolf2013-03-281-89/+151
OpenPOWER on IntegriCloud