aboutsummaryrefslogtreecommitdiffstats
path: root/block-qcow2.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-31fix bdrv_aio_read API breakage in qcow2 (Andrea Arcangeli)aliguori1-4/+40
2008-09-24fix bug in block-qcow2.c:alloc_cluster_offset() (Shahar Frank)aliguori1-1/+1
2008-09-16Move offsetof to osdep.h, remove local defintions.balrog1-4/+0
2008-08-14qcow2: Try to aggregate free clusters and freed clusters (Laurent Vivier)aliguori1-18/+36
2008-08-14qcow2: Make sure to return an error when L2 table loading failsaliguori1-1/+1
2008-08-14qcow2: Aggregate same type clusters (Laurent Vivier)aliguori1-53/+181
2008-08-14Extract compressing part from alloc_cluster_offset() (Laurent Vivier)aliguori1-45/+124
2008-08-14Divide get_cluster_offset() (Laurent Vivier)aliguori1-76/+132
2008-08-14qcow2: Extract code from get_cluster_offset() (Laurent Vivier)aliguori1-62/+153
2008-03-11Revert fix for CVE-2008-0928. Will be fixed in a different way later.aurel321-1/+1
2008-03-11Fix CVE-2008-0928 - insufficient block device address range checkingaurel321-1/+1
2007-11-11Split block API from vl.h.pbrook1-1/+1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-34/+34
2007-09-16vmdk compatibility level 6 images, by Soren Hansen.ths1-1/+1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-129/+129
2007-04-02Qcow2: Release refcount table clusters after growing the refcount table,ths1-0/+5
2007-04-01Qcow2 corruption fix, by Juergen Keil.ths1-0/+1
2006-08-07Dynamically allocate AIO Completion Blocks.pbrook1-130/+112
2006-08-06handle read outside the backing filebellard1-9/+33
2006-08-05fixed disk image creationbellard1-5/+9
2006-08-05new qcow2 disk image formatbellard1-0/+2236