aboutsummaryrefslogtreecommitdiff
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* qcow2: Fix corruption after error in update_refcountKevin Wolf2010-07-201-0/+4
* qcow2: Fix corruption after refblock allocationKevin Wolf2010-07-201-2/+9
* qcow2: Fix error handling in l2_allocateKevin Wolf2010-07-201-9/+12
* qcow2: Clear L2 table cache after write errorKevin Wolf2010-07-201-2/+3
* Merge commit 'v0.12.4' into stable-0.12qemu-kvm-0.12.4Avi Kivity2010-05-093-99/+250
|\
| * qcow2: Remove request from in-flight list after errorKevin Wolf2010-04-102-1/+6
| * qcow2: Don't ignore immediate read/write failuresKevin Wolf2010-04-101-2/+6
| * qcow2: Rewrite alloc_refcount_block/grow_refcount_tableKevin Wolf2010-04-091-88/+222
| * qcow2: Factor next_refcount_table_size outKevin Wolf2010-04-091-11/+19
* | Merge commit '6173d56bdcb53389c54e803873e6bf8f87836a4f' into stable-0.12-mergeMarcelo Tosatti2010-02-254-18/+20
|\|
| * qcow2: Fix access after end of arrayKevin Wolf2010-02-231-2/+6
| * don't dereference NULL after failed strdupJim Meyering2010-02-232-6/+6
| * qcow2: Fix signedness bugsKevin Wolf2010-02-232-10/+8
* | Merge commit '299e0bc52a5d56ff89ad8d7d09c82233cd8ccb6a' into stable-0.12-mergeMarcelo Tosatti2010-02-256-70/+159
|\|
| * qcow2: Don't ignore qcow2_alloc_clusters return valueKevin Wolf2010-01-273-3/+33
| * qcow2: Don't ignore update_refcount return valueKevin Wolf2010-01-271-8/+23
| * qcow2: Allow updating no refcountsKevin Wolf2010-01-271-1/+5
| * qcow2: Improve error handling in update_refcountKevin Wolf2010-01-271-7/+25
| * qcow2: Fix error handling in grow_refcount_tableKevin Wolf2010-01-271-3/+6
| * qcow2: Return 0/-errno in qcow2_alloc_cluster_offsetKevin Wolf2010-01-273-29/+39
| * qcow2: Return 0/-errno in get_cluster_tableKevin Wolf2010-01-271-12/+18
| * qcow2: Fix error handling in qcow_save_vmstateKevin Wolf2010-01-271-2/+3
| * qcow2: Fix error handling in qcow2_grow_l1_tableKevin Wolf2010-01-271-4/+6
| * win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau2010-01-261-1/+1
* | Merge remote branch 'upstream/stable-0.12' into stable-0.12Avi Kivity2010-01-171-14/+14
|\|
| * dmg: fix ->open failureChristoph Hellwig2010-01-121-14/+14
* | Merge commit '40ff6d7e8dceca227e7f8a3e8e0d58b2c66d19b4' into upstream-mergeAvi Kivity2009-12-074-16/+35
|\|
| * Don't leak file descriptorsKevin Wolf2009-12-031-1/+1
| * qemu-img: There is more than one host device driverKevin Wolf2009-12-031-0/+4
| * qcow2: Fix some more qemu_malloc falloutKevin Wolf2009-12-032-8/+21
| * qcow2: Store exact backing format lengthKevin Wolf2009-12-031-7/+9
* | Merge commit '365369847f2827b14b96c52d0fbaf9cce404e68a' into upstream-mergeAvi Kivity2009-12-021-8/+8
|\|
| * Add support for GNU/kFreeBSDAurelien Jarno2009-11-291-8/+8
* | Merge commit '91011d4f3b7c311a42b842f6682ac64a2372d2b7' into upstream-mergeAvi Kivity2009-11-221-2/+3
|\|
| * Fix 32-bit overflow in parallels image supportDavid Woodhouse2009-11-121-2/+3
* | Merge commit '59f2689d9082f2f631253c810f73cd22290144a9' into upstream-mergeAvi Kivity2009-11-222-9/+13
|\|
| * qcow2: Allow qcow2 disk images with size zeroStefan Weil2009-11-092-9/+13
* | Merge commit '1e5b9d2fccb205ed8fc84fb38945b8fb3d225640' into upstream-mergeMarcelo Tosatti2009-11-062-8/+6
|\|
| * Remove aio_ctx from paio_* interfaceKevin Wolf2009-10-302-8/+6
* | Merge commit '38c75be3139a117b02350dbda9d48d47aa57fa3d' into upstream-mergeMark McLoughlin2009-10-283-55/+5
|\|
| * Revert "qcow2: Bring synchronous read/write back to life"Kevin Wolf2009-10-273-55/+5
* | Merge commit '8febfa26846e75d38848255028dfe2d06e5ba941' into upstream-mergeMark McLoughlin2009-10-281-4/+4
|\|
| * Add qemu_aio_process_queue()Kevin Wolf2009-10-271-4/+4
* | Merge commit '93db66850d99fd9885edeff6af5679be51e1c610' into upstream-mergeMark McLoughlin2009-10-282-1/+4
|\|
| * raw/linux-aio: Also initialize POSIX AIOKevin Wolf2009-10-271-0/+4
| * qcow2: Fix grow_refcount_table error handlingKevin Wolf2009-10-271-1/+0
* | Merge commit 'ccb167e9d7d460a7cd09fdabd848efd3606dd27e' into upstream-mergeMarcelo Tosatti2009-10-183-5/+55
|\|
| * qcow2: Bring synchronous read/write back to lifeKevin Wolf2009-10-153-5/+55
* | Merge commit '45a50b1668822c23afc2a89f724654e176518bc4'Mark McLoughlin2009-10-081-6/+10
|\|
| * block/raw: Add create_options for host_deviceKevin Wolf2009-10-051-6/+10