All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] qcow2: minor compression improvements
@ 2018-02-21 23:39 Eric Blake
  2018-02-21 23:39 ` [Qemu-devel] [PATCH v2 1/3] qcow2: Prefer byte-based calls into bs->file Eric Blake
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Eric Blake @ 2018-02-21 23:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, qemu-block, berto

Updates to v1:
- fix whitespace [Berto]
- fix g_try_malloc usage [Berto, Kevin]
- improve comments [Berto, Kevin]
- add a patch to avoid overflow on 512TB images with 2M clusters

Eric Blake (3):
  qcow2: Prefer byte-based calls into bs->file
  qcow2: Don't allow overflow during cluster allocation
  qcow2: Avoid memory over-allocation on compressed images

 block/qcow2.h          |  6 ++++++
 block/qcow2-cluster.c  | 32 ++++++++++++++++++++------------
 block/qcow2-refcount.c | 26 ++++++++++++++++----------
 block/qcow2.c          |  2 +-
 4 files changed, 43 insertions(+), 23 deletions(-)

-- 
2.14.3

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

end of thread, other threads:[~2018-02-22 14:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-21 23:39 [Qemu-devel] [PATCH v2 0/3] qcow2: minor compression improvements Eric Blake
2018-02-21 23:39 ` [Qemu-devel] [PATCH v2 1/3] qcow2: Prefer byte-based calls into bs->file Eric Blake
2018-02-21 23:39 ` [Qemu-devel] [PATCH v2 2/3] qcow2: Don't allow overflow during cluster allocation Eric Blake
2018-02-22 10:29   ` Alberto Garcia
2018-02-22 14:17     ` Eric Blake
2018-02-21 23:39 ` [Qemu-devel] [PATCH v2 3/3] qcow2: Avoid memory over-allocation on compressed images Eric Blake
2018-02-22 10:50   ` Alberto Garcia
2018-02-22 14:21     ` Eric Blake

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.