aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2-cluster.c
AgeCommit message (Expand)Author
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
2013-03-28qcow2: Finalise interface of handle_alloc()Kevin Wolf
2013-03-28qcow2: handle_alloc(): Get rid of keep_clusters parameterKevin Wolf
2013-03-28qcow2: handle_alloc(): Get rid of nb_clusters parameterKevin Wolf
2013-03-28qcow2: Factor out handle_alloc()Kevin Wolf
2013-03-28qcow2: Decouple cluster allocation from cluster reuse codeKevin Wolf
2013-03-28qcow2: Change handle_dependency to byte granularityKevin Wolf
2013-03-28qcow2: Improve check for overlapping allocationsKevin Wolf
2013-03-28qcow2: Handle dependencies earlierKevin Wolf
2013-03-15qcow2: make is_allocated return true for zero clustersPaolo Bonzini
2013-03-15qcow2: Allow lazy refcounts to be enabled on the command lineKevin Wolf
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-12-13qcow2: Factor out handle_dependencies()Kevin Wolf
2012-12-13qcow2: Enable dirty flag in qcow2_alloc_cluster_link_l2Kevin Wolf
2012-12-13qcow2: Allocate l2meta only for cluster allocationsKevin Wolf
2012-12-13qcow2: Drop l2meta.cluster_offsetKevin Wolf
2012-12-13qcow2: Introduce Qcow2COWRegionKevin Wolf
2012-12-13qcow2: Round QCowL2Meta.offset down to cluster boundaryKevin Wolf
2012-08-06qcow2: implement lazy refcountsStefan Hajnoczi
2012-06-15qcow2: Fix avail_sectors in cluster allocation codeKevin Wolf
2012-06-15qcow2: Simplify calculation for COW area at the endKevin Wolf
2012-06-15qcow2: remove a line of unnecessary codeZhi Yong Wu
2012-06-15qcow2: Silence false warningKevin Wolf
2012-05-25qcow2: Check qcow2_alloc_clusters_at() return valueKevin Wolf
2012-05-07qcow2: Limit COW to where it's neededKevin Wolf
2012-05-02qcow2: Don't hold cache references across yieldKevin Wolf
2012-05-02qcow2: Remove unused parameter in do_alloc_cluster_offsetKevin Wolf