All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v1 0/3] qcow2: fix bugs when cluster size is larger than the default value
@ 2013-12-30  5:29 Hu Tao
  2013-12-30  5:29 ` [Qemu-devel] [PATCH v1 1/3] qcow2: remove n_start and n_end of qcow2_alloc_cluster_offset() Hu Tao
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Hu Tao @ 2013-12-30  5:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf, Stefan Hajnoczi

See each patches for details.

Hu Tao (3):
  qcow2: remove n_start and n_end of qcow2_alloc_cluster_offset()
  qcow2: fix offset overflow
  qcow2: check for NULL l2meta

 block/qcow2-cluster.c  | 14 ++++++--------
 block/qcow2-refcount.c |  7 ++++++-
 block/qcow2.c          | 20 +++++++++++---------
 block/qcow2.h          |  2 +-
 trace-events           |  2 +-
 5 files changed, 25 insertions(+), 20 deletions(-)

-- 
1.7.11.7

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

end of thread, other threads:[~2014-01-22  3:51 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-30  5:29 [Qemu-devel] [PATCH v1 0/3] qcow2: fix bugs when cluster size is larger than the default value Hu Tao
2013-12-30  5:29 ` [Qemu-devel] [PATCH v1 1/3] qcow2: remove n_start and n_end of qcow2_alloc_cluster_offset() Hu Tao
2014-01-19 16:08   ` Max Reitz
2013-12-30  5:29 ` [Qemu-devel] [PATCH v1 2/3] qcow2: fix offset overflow Hu Tao
2014-01-06  8:35   ` Hu Tao
2014-01-19 16:12   ` Max Reitz
2014-01-20 15:14     ` Kevin Wolf
2013-12-30  5:29 ` [Qemu-devel] [PATCH v1 3/3] qcow2: check for NULL l2meta Hu Tao
2014-01-19 16:18   ` Max Reitz
2014-01-20  3:04     ` Hu Tao
2014-01-20 15:17       ` Kevin Wolf
2014-01-21  3:33         ` Hu Tao
2014-01-21  6:02           ` Hu Tao
2014-01-21 11:04             ` Kevin Wolf
2014-01-22  3:49               ` Hu Tao
2014-01-13 10:26 ` [Qemu-devel] [PATCH v1 0/3] qcow2: fix bugs when cluster size is larger than the default value Hu Tao

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.