All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Fix occassional crashes during qcow2 recompression
@ 2015-06-23 21:34 Jindřich Makovička
  2015-06-23 21:34 ` [Qemu-devel] [PATCH] qcow2: Handle EAGAIN returned from update_refcount Jindřich Makovička
  2015-06-25 14:52 ` [Qemu-devel] [PATCH] Fix occassional crashes during qcow2 recompression Stefan Hajnoczi
  0 siblings, 2 replies; 7+ messages in thread
From: Jindřich Makovička @ 2015-06-23 21:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: Jindřich Makovička

Hi,

the following patch adds missing EAGAIN handling in qcow2 code.

When the conditions for throwing EAGAIN from the refcount allocator
are met, qcow-img image recompression fails with "error while writing
sector".

Jindřich Makovička (1):
  qcow2: Handle EAGAIN returned from update_refcount

 block/qcow2-refcount.c | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-06-25 14:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-23 21:34 [Qemu-devel] [PATCH] Fix occassional crashes during qcow2 recompression Jindřich Makovička
2015-06-23 21:34 ` [Qemu-devel] [PATCH] qcow2: Handle EAGAIN returned from update_refcount Jindřich Makovička
2015-06-24  5:05   ` Jindřich Makovička
2015-06-24 14:15     ` Cole Robinson
2015-06-24 14:22       ` Richard W.M. Jones
2015-06-24 15:26     ` Max Reitz
2015-06-25 14:52 ` [Qemu-devel] [PATCH] Fix occassional crashes during qcow2 recompression Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.