qemu-irix/block
Kevin Wolf 0434349d6a qcow2: Remove request from in-flight list after error
If we complete a request with a failure we need to remove it from the list of
requests that are in flight. If we don't do it, the next time the same AIOCB is
used for a cluster allocation it will create a loop in the list and qemu will
hang in an endless loop.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
(cherry picked from commit c644db3d53)
2010-04-10 01:54:52 +02:00
..
bochs.c Move block drivers into their own directory 2009-05-14 16:13:46 -05:00
cloop.c Move block drivers into their own directory 2009-05-14 16:13:46 -05:00
cow.c block: use fdatasync instead of fsync if possible 2009-09-11 10:19:46 -05:00
curl.c don't dereference NULL after failed strdup 2010-02-23 14:07:58 -06:00
dmg.c dmg: fix ->open failure 2010-01-12 13:31:21 -06:00
nbd.c Move block drivers into their own directory 2009-05-14 16:13:46 -05:00
parallels.c Fix 32-bit overflow in parallels image support 2009-11-12 11:23:56 -06:00
qcow.c qcow1: Fix qcow_aio_writev 2009-07-10 13:44:29 -05:00
qcow2-cluster.c qcow2: Remove request from in-flight list after error 2010-04-10 01:54:52 +02:00
qcow2-refcount.c qcow2: Rewrite alloc_refcount_block/grow_refcount_table 2010-04-09 18:41:59 +02:00
qcow2-snapshot.c qcow2: Don't ignore qcow2_alloc_clusters return value 2010-01-27 07:52:50 -06:00
qcow2.c qcow2: Remove request from in-flight list after error 2010-04-10 01:54:52 +02:00
qcow2.h qcow2: Fix signedness bugs 2010-02-23 14:07:57 -06:00
raw-posix-aio.h Remove aio_ctx from paio_* interface 2009-10-30 08:39:34 -05:00
raw-posix.c win32: pair qemu_memalign() with qemu_vfree() 2010-01-26 18:09:22 -06:00
raw-win32.c block: add bdrv_probe_device method 2009-06-15 14:04:22 +02:00
vdi.c Check availability of uuid header / library 2009-10-04 13:24:45 +02:00
vmdk.c vmdk: Fix backing file handling 2009-07-22 10:58:47 -05:00
vpc.c Fix spelling in comment. 2009-09-09 14:57:20 -05:00
vvfat.c don't dereference NULL after failed strdup 2010-02-23 14:07:58 -06:00