aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2-cluster.c
AgeCommit message (Expand)Author
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
2013-09-12qcow2: Pass discard type to qcow2_discard_clusters()Kevin Wolf
2013-08-30qcow2-refcount: Repair OFLAG_COPIED errorsMax Reitz
2013-08-30qcow2: Employ metadata overlap checksMax Reitz
2013-06-24qcow2: Batch discardsKevin Wolf
2013-06-24qcow2: Add refcount update reason to all callersKevin Wolf
2013-05-14qcow2: Catch some L1 table index overflowsKevin Wolf
2013-03-28qcow2: Gather clusters in a looping loopKevin Wolf
2013-03-28qcow2: Move cluster gathering to a non-looping loopKevin Wolf
2013-03-28qcow2: Allow requests with multiple l2metasKevin Wolf
2013-03-28qcow2: Use byte granularity in qcow2_alloc_cluster_offset()Kevin Wolf
2013-03-28qcow2: Prepare handle_alloc/copied() for byte granularityKevin Wolf
2013-03-28qcow2: handle_copied(): Implement non-zero host_offsetKevin Wolf
2013-03-28qcow2: handle_copied(): Get rid of keep_clusters parameterKevin Wolf
2013-03-28qcow2: handle_copied(): Get rid of nb_clusters parameterKevin Wolf
2013-03-28qcow2: Factor out handle_copied()Kevin Wolf
2013-03-28qcow2: Clean up handle_alloc()Kevin Wolf