aboutsummaryrefslogtreecommitdiff
path: root/block-qcow2.c
AgeCommit message (Expand)Author
2009-02-05block: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-22qcow2 format: keep 'num_free_bytes', and show it upon 'info blockstats' (Uri ...aliguori
2009-01-22block-qcow2: export highest_allocated through BlockDriverInfo and get_info() ...aliguori
2009-01-22block-qcow2: keep highest allocated byte (Uri Lublin)aliguori
2009-01-16Avoid calling qemu_mallocz with zero sizemalc
2009-01-08qcow2: free old snapshots array upon creation of a new one (Uri Lublin)aliguori
2009-01-07qcow2: Fix cluster allocation (Kevin Wolf)aliguori
2009-01-07Fix compressed qcow2 (Gleb Natapov)aliguori
2008-12-04Use writeback caching by default with qcow2aliguori
2008-12-02Change order of metadata update to prevent loosing guest data because of unex...aliguori
2008-12-02Cleanup {alloc|get}_cluster_offset() (Gleb Natapov)aliguori
2008-12-02Write table offset and size in one syscall (Gleb Natapov)aliguori
2008-12-02Introduce new helper function qcow_shedule_bh() (Gleb Natapov)aliguori
2008-12-02Remove tabs from qcow_aio_read_cb(). (Gleb Natapov)aliguori
2008-10-31fix bdrv_aio_read API breakage in qcow2 (Andrea Arcangeli)aliguori
2008-09-24fix bug in block-qcow2.c:alloc_cluster_offset() (Shahar Frank)aliguori
2008-09-16Move offsetof to osdep.h, remove local defintions.balrog
2008-08-14qcow2: Try to aggregate free clusters and freed clusters (Laurent Vivier)aliguori
2008-08-14qcow2: Make sure to return an error when L2 table loading failsaliguori
2008-08-14qcow2: Aggregate same type clusters (Laurent Vivier)aliguori
2008-08-14Extract compressing part from alloc_cluster_offset() (Laurent Vivier)aliguori
2008-08-14Divide get_cluster_offset() (Laurent Vivier)aliguori
2008-08-14qcow2: Extract code from get_cluster_offset() (Laurent Vivier)aliguori
2008-03-11Revert fix for CVE-2008-0928. Will be fixed in a different way later.aurel32
2008-03-11Fix CVE-2008-0928 - insufficient block device address range checkingaurel32
2007-11-11Split block API from vl.h.pbrook
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16vmdk compatibility level 6 images, by Soren Hansen.ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-04-02Qcow2: Release refcount table clusters after growing the refcount table,ths
2007-04-01Qcow2 corruption fix, by Juergen Keil.ths
2006-08-07Dynamically allocate AIO Completion Blocks.pbrook
2006-08-06handle read outside the backing filebellard
2006-08-05fixed disk image creationbellard
2006-08-05new qcow2 disk image formatbellard