summaryrefslogtreecommitdiff
path: root/block/qcow2-cluster.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-10qcow2: Prevent numerical overflowMax Reitz1-1/+1
2014-11-03block/qcow2: Simplify shared L2 handling in amendMax Reitz1-66/+28
2014-11-03block/qcow2: Implement status CB for amendMax Reitz1-4/+33
2014-11-03qcow2: Allow "full" discardMax Reitz1-10/+17
2014-10-23qcow2: Do not overflow when writing an L1 sectorMax Reitz1-2/+4
2014-09-22qcow2: Check L1/L2/reftable entries for alignmentMax Reitz1-3/+40
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2014-08-15qcow2: Catch !*host_offset for data allocationMax Reitz1-0/+11
2014-08-15qcow2: Handle failure for potentially large allocationsKevin Wolf1-8/+28
2014-05-28qcow2: Fix memory leak in COW error pathKevin Wolf1-1/+2
2014-04-30qcow2: Check min_size in qcow2_grow_l1_table()Max Reitz1-0/+7
2014-04-29qcow2: Fix discardMax Reitz1-8/+18
2014-04-04qcow2: Put cache reference in error caseKevin Wolf1-0/+1
2014-04-01qcow2: Fix copy_sectors() with VM stateKevin Wolf1-9/+0
2014-04-01qcow2: Fix new L1 table size check (CVE-2014-0143)Kevin Wolf1-1/+1
2014-03-13qcow2: Check bs->drv in copy_sectors()Max Reitz1-0/+4
2014-02-21qcow2: Set zero flag for discarded clustersKevin Wolf1-2/+20
2014-02-09qcow2: remove n_start and n_end of qcow2_alloc_cluster_offset()Hu Tao1-8/+6
2013-12-06qcow2: use start_of_cluster() and offset_into_cluster() everywhereHu Tao1-1/+1
2013-11-28block: add flags to bdrv_*_write_zeroesPeter Lieven1-1/+1
2013-11-14qcow2: fix possible corruption when reading multiple clustersPeter Lieven1-1/+1
2013-11-05bswap.h: Remove cpu_to_be64wu()Peter Maydell1-1/+1
2013-10-11qcow2: Use negated overflow check maskMax Reitz1-9/+7
2013-10-07qcow2: Free allocated L2 cluster on errorMax Reitz1-0/+4
2013-10-02qcow2: Switch L1 table in a single sequenceMax Reitz1-2/+5
2013-09-27qcow2: Remove useless count_contiguous_clusters() parameterKevin Wolf1-6/+6
2013-09-27qcow2: COMPRESSED on count_contiguous_clustersMax Reitz1-4/+2
2013-09-27qcow2: count_contiguous_clusters and compressionMax Reitz1-2/+5
2013-09-27qcow2: Free only newly allocated clusters on errorMax Reitz1-6/+10
2013-09-27qcow2: Always use error path in l2_allocateMax Reitz1-2/+3
2013-09-27qcow2: Don't put invalid L2 table into cacheMax Reitz1-2/+4
2013-09-27qcow2: Correct bitmap size in zero expansionMax Reitz1-11/+27
2013-09-25qcow2: Assert against currently impossible overflowMax Reitz1-0/+1
2013-09-12qcow2-cluster: Expand zero clustersMax Reitz1-0/+233
2013-09-12qcow2: Pass discard type to qcow2_discard_clusters()Kevin Wolf1-4/+4
2013-08-30qcow2-refcount: Repair OFLAG_COPIED errorsMax Reitz1-2/+2
2013-08-30qcow2: Employ metadata overlap checksMax Reitz1-0/+21
2013-06-24qcow2: Batch discardsKevin Wolf1-4/+18
2013-06-24qcow2: Add refcount update reason to all callersKevin Wolf1-6/+13
2013-05-14qcow2: Catch some L1 table index overflowsKevin Wolf1-8/+15
2013-03-28qcow2: Gather clusters in a looping loopKevin Wolf1-31/+43
2013-03-28qcow2: Move cluster gathering to a non-looping loopKevin Wolf1-64/+70
2013-03-28qcow2: Allow requests with multiple l2metasKevin Wolf1-0/+3
2013-03-28qcow2: Use byte granularity in qcow2_alloc_cluster_offset()Kevin Wolf1-56/+28
2013-03-28qcow2: Prepare handle_alloc/copied() for byte granularityKevin Wolf1-9/+16
2013-03-28qcow2: handle_copied(): Implement non-zero host_offsetKevin Wolf1-8/+20
2013-03-28qcow2: handle_copied(): Get rid of keep_clusters parameterKevin Wolf1-10/+13
2013-03-28qcow2: handle_copied(): Get rid of nb_clusters parameterKevin Wolf1-6/+18
2013-03-28qcow2: Factor out handle_copied()Kevin Wolf1-40/+94
2013-03-28qcow2: Clean up handle_alloc()Kevin Wolf1-57/+53