summaryrefslogtreecommitdiffstats
path: root/block/qcow2-cluster.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* qcow2: Add some tracingKevin Wolf2012-03-121-1/+14
* qcow2: avoid reentrant bdrv_read() in copy_sectors()Stefan Hajnoczi2011-12-051-8/+19
* qcow2: Unlock during COWKevin Wolf2011-12-051-69/+35
* qcow2: Fix bdrv_write_compressed error handlingKevin Wolf2011-10-211-2/+4
* qcow2: fix range checkFrediano Ziglio2011-09-121-7/+7
* qcow2: initialize metadata before inserting in cluster_allocsFrediano Ziglio2011-09-121-5/+5
* qcow2: removed unused depends_on fieldFrediano Ziglio2011-09-121-2/+1
* qcow2: use always stderr for debuggingFrediano Ziglio2011-08-251-1/+1
* qcow2: fix typo in documentation for qcow2_get_cluster_offset()Devin Nakamura2011-08-231-2/+2
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-6/+6
* qcow2: Use coroutinesKevin Wolf2011-08-021-14/+12
* qcow2: Fix in-flight list after qcow2_cache_put failureKevin Wolf2011-06-151-4/+8
* qcow2: Fix memory leaks in error casesKevin Wolf2011-06-081-1/+1
* qcow2: Fix order in L2 table COWKevin Wolf2011-02-101-3/+6
* qcow2: Fix error handling for reading compressed clustersKevin Wolf2011-02-101-2/+2
* qcow2: Add bdrv_discard supportKevin Wolf2011-01-311-0/+82
* qcow2: Batch flushes for COWKevin Wolf2011-01-241-1/+1
* qcow2: Use QcowCacheKevin Wolf2011-01-241-136/+72
* qcow2: fix unaligned accessAurelien Jarno2011-01-241-1/+1
* block/qcow2.c: rename qcow_ functions to qcow2_Jes Sorensen2010-12-171-3/+3
* qcow2: Invalidate cache after failed readKevin Wolf2010-11-041-0/+1
OpenPOWER on IntegriCloud