summaryrefslogtreecommitdiffstats
path: root/block-qcow2.c
Commit message (Expand)AuthorAgeFilesLines
* implement qemu_blockalign (Stefano Stabellini)aliguori2009-04-221-1/+1
* qcow2: Add plausibility check for L1/L2 entries (Kevin Wolf)aliguori2009-04-211-0/+14
* qcow2: Refcount checking code cleanup (Kevin Wolf)aliguori2009-04-211-44/+105
* Introduce bdrv_check (Kevin Wolf)aliguori2009-04-211-19/+52
* qcow2: Fix warnings in check_refcount() (Kevin Wolf)aliguori2009-04-211-10/+13
* qcow2 corruption: Fix alloc_cluster_link_l2 (Kevin Wolf)aliguori2009-04-171-1/+1
* Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'blueswir12009-04-131-4/+5
* push down vector linearization to posix-aio-compat.c (Christoph Hellwig)aliguori2009-04-071-39/+54
* remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)aliguori2009-04-071-8/+21
* Fix savevm after BDRV_FILE size enforcementaliguori2009-04-051-0/+28
* qcow2: fix image creation for large, > ~2TB, images (Chris Wright)aliguori2009-04-051-7/+13
* Fix (at least one cause of) qcow2 corruption. (Nolan Leake)aliguori2009-04-051-0/+4
* fix format string warnings in block-qcow2.c (Christoph Hellwig)aliguori2009-03-291-3/+3
* block-qcow2: keep backing file format in a qcow2 extension (Uri Lublin)aliguori2009-03-281-2/+53
* Introducing qcow2 extensions (Uri Lublin)aliguori2009-03-281-0/+72
* Revert r6404aliguori2009-03-111-34/+0
* Revert r6405aliguori2009-03-111-1/+0
* Revert r6407aliguori2009-03-111-28/+8
* Use C99 initializers for BlockDriver methodsaurel322009-03-071-20/+18
* block: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-57/+1
* qcow2 format: keep 'num_free_bytes', and show it upon 'info blockstats' (Uri ...aliguori2009-01-221-8/+28
* block-qcow2: export highest_allocated through BlockDriverInfo and get_info() ...aliguori2009-01-221-0/+1
* block-qcow2: keep highest allocated byte (Uri Lublin)aliguori2009-01-221-0/+34
* Avoid calling qemu_mallocz with zero sizemalc2009-01-161-2/+10
* qcow2: free old snapshots array upon creation of a new one (Uri Lublin)aliguori2009-01-081-0/+1
* qcow2: Fix cluster allocation (Kevin Wolf)aliguori2009-01-071-6/+6
* Fix compressed qcow2 (Gleb Natapov)aliguori2009-01-071-6/+9
* Use writeback caching by default with qcow2aliguori2008-12-041-0/+8
* Change order of metadata update to prevent loosing guest data because of unex...aliguori2008-12-021-63/+92
* Cleanup {alloc|get}_cluster_offset() (Gleb Natapov)aliguori2008-12-021-89/+73
* Write table offset and size in one syscall (Gleb Natapov)aliguori2008-12-021-17/+9
* Introduce new helper function qcow_shedule_bh() (Gleb Natapov)aliguori2008-12-021-27/+20
* Remove tabs from qcow_aio_read_cb(). (Gleb Natapov)aliguori2008-12-021-32/+32
* fix bdrv_aio_read API breakage in qcow2 (Andrea Arcangeli)aliguori2008-10-311-4/+40
* fix bug in block-qcow2.c:alloc_cluster_offset() (Shahar Frank)aliguori2008-09-241-1/+1
* Move offsetof to osdep.h, remove local defintions.balrog2008-09-161-4/+0
* qcow2: Try to aggregate free clusters and freed clusters (Laurent Vivier)aliguori2008-08-141-18/+36
* qcow2: Make sure to return an error when L2 table loading failsaliguori2008-08-141-1/+1
* qcow2: Aggregate same type clusters (Laurent Vivier)aliguori2008-08-141-53/+181
* Extract compressing part from alloc_cluster_offset() (Laurent Vivier)aliguori2008-08-141-45/+124
* Divide get_cluster_offset() (Laurent Vivier)aliguori2008-08-141-76/+132
* qcow2: Extract code from get_cluster_offset() (Laurent Vivier)aliguori2008-08-141-62/+153
* Revert fix for CVE-2008-0928. Will be fixed in a different way later.aurel322008-03-111-1/+1
* Fix CVE-2008-0928 - insufficient block device address range checkingaurel322008-03-111-1/+1
* Split block API from vl.h.pbrook2007-11-111-1/+1
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-34/+34
* vmdk compatibility level 6 images, by Soren Hansen.ths2007-09-161-1/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-129/+129
* Qcow2: Release refcount table clusters after growing the refcount table,ths2007-04-021-0/+5
* Qcow2 corruption fix, by Juergen Keil.ths2007-04-011-0/+1
OpenPOWER on IntegriCloud