summaryrefslogtreecommitdiff
path: root/block/qcow2-cluster.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-28qcow2: Finalise interface of handle_alloc()Kevin Wolf1-13/+16
2013-03-28qcow2: handle_alloc(): Get rid of keep_clusters parameterKevin Wolf1-17/+27
2013-03-28qcow2: handle_alloc(): Get rid of nb_clusters parameterKevin Wolf1-4/+15
2013-03-28qcow2: Factor out handle_alloc()Kevin Wolf1-89/+151
2013-03-28qcow2: Decouple cluster allocation from cluster reuse codeKevin Wolf1-15/+20
2013-03-28qcow2: Change handle_dependency to byte granularityKevin Wolf1-12/+28
2013-03-28qcow2: Improve check for overlapping allocationsKevin Wolf1-1/+1
2013-03-28qcow2: Handle dependencies earlierKevin Wolf1-16/+43
2013-03-15qcow2: make is_allocated return true for zero clustersPaolo Bonzini1-0/+3
2013-03-15qcow2: Allow lazy refcounts to be enabled on the command lineKevin Wolf1-1/+1
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-12-13qcow2: Factor out handle_dependencies()Kevin Wolf1-28/+42
2012-12-13qcow2: Enable dirty flag in qcow2_alloc_cluster_link_l2Kevin Wolf1-1/+4
2012-12-13qcow2: Allocate l2meta only for cluster allocationsKevin Wolf1-14/+9
2012-12-13qcow2: Drop l2meta.cluster_offsetKevin Wolf1-4/+6