summaryrefslogtreecommitdiffstats
path: root/block/qcow2-cluster.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* qcow2: Fix avail_sectors in cluster allocation codeKevin Wolf2012-06-151-1/+9
* qcow2: Simplify calculation for COW area at the endKevin Wolf2012-06-151-3/+2
* qcow2: remove a line of unnecessary codeZhi Yong Wu2012-06-151-1/+0
* qcow2: Silence false warningKevin Wolf2012-06-151-0/+2
* qcow2: Check qcow2_alloc_clusters_at() return valueKevin Wolf2012-05-251-10/+13
* qcow2: Limit COW to where it's neededKevin Wolf2012-05-071-5/+9
* qcow2: Don't hold cache references across yieldKevin Wolf2012-05-021-8/+13
* qcow2: Remove unused parameter in do_alloc_cluster_offsetKevin Wolf2012-05-021-2/+2
* qcow2: Zero write supportKevin Wolf2012-04-201-0/+72
* qcow2: Support reading zero clustersKevin Wolf2012-04-201-4/+13
* qcow2: Simplify count_cow_clustersKevin Wolf2012-04-201-18/+15
* qcow2: Ignore reserved bits in L1/L2 entriesKevin Wolf2012-04-201-13/+13
* qcow2: Fail write_compressed when overwriting dataKevin Wolf2012-04-201-4/+3
* qcow2: Ignore reserved bits in count_contiguous_clusters()Kevin Wolf2012-04-201-10/+28
* qcow2: Ignore reserved bits in get_cluster_offsetKevin Wolf2012-04-201-16/+25
* qcow2: Fix error handling in qcow2_alloc_cluster_offsetKevin Wolf2012-04-191-1/+1
* qcow2: Remove unused parameter in get_cluster_table()Kevin Wolf2012-04-051-10/+8
* qcow2: Reduce number of I/O requestsKevin Wolf2012-03-121-77/+166
* qcow2: Factor out count_cow_clustersKevin Wolf2012-03-121-19/+36
OpenPOWER on IntegriCloud