summaryrefslogtreecommitdiff
path: root/block/qcow2-cache.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-11qcow2: Use negated overflow check maskMax Reitz1-5/+3
2013-09-12qcow2-cache: Empty cacheMax Reitz1-0/+18
2013-08-30qcow2: Employ metadata overlap checksMax Reitz1-0/+17
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-06-15qcow2: always operate caches in writeback modePaolo Bonzini1-23/+2
2012-03-12qcow2: Add some tracingKevin Wolf1-0/+18
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-07-19qcow2: Use Qcow2Cache in writeback mode during loadvm/savevmKevin Wolf1-0/+12
2011-01-31Reorganize struct Qcow2Cache for better struct packingJes Sorensen1-1/+1
2011-01-24qcow2: Batch flushes for COWKevin Wolf1-3/+17
2011-01-24qcow2: Use QcowCacheKevin Wolf1-0/+10
2011-01-24qcow2: Add QcowCacheKevin Wolf1-0/+290