summaryrefslogtreecommitdiffstats
path: root/block/qcow2-cluster.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* qcow2: Decouple cluster allocation from cluster reuse codeKevin Wolf2013-03-281-15/+20
* qcow2: Change handle_dependency to byte granularityKevin Wolf2013-03-281-12/+28
* qcow2: Improve check for overlapping allocationsKevin Wolf2013-03-281-1/+1
* qcow2: Handle dependencies earlierKevin Wolf2013-03-281-16/+43
* qcow2: make is_allocated return true for zero clustersPaolo Bonzini2013-03-151-0/+3
* qcow2: Allow lazy refcounts to be enabled on the command lineKevin Wolf2013-03-151-1/+1
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* qcow2: Factor out handle_dependencies()Kevin Wolf2012-12-131-28/+42
* qcow2: Enable dirty flag in qcow2_alloc_cluster_link_l2Kevin Wolf2012-12-131-1/+4
* qcow2: Allocate l2meta only for cluster allocationsKevin Wolf2012-12-131-14/+9
* qcow2: Drop l2meta.cluster_offsetKevin Wolf2012-12-131-4/+6
* qcow2: Introduce Qcow2COWRegionKevin Wolf2012-12-131-30/+53
* qcow2: Round QCowL2Meta.offset down to cluster boundaryKevin Wolf2012-12-131-2/+2
* qcow2: implement lazy refcountsStefan Hajnoczi2012-08-061-1/+4
OpenPOWER on IntegriCloud