All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v10 0/3] qcow2: advanced compression options
@ 2019-11-28  9:36 Andrey Shinkevich
  2019-11-28  9:36 ` [PATCH v10 1/3] block: introduce compress filter driver Andrey Shinkevich
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Andrey Shinkevich @ 2019-11-28  9:36 UTC (permalink / raw)
  To: qemu-devel, qemu-block
  Cc: kwolf, vsementsov, armbru, mreitz, andrey.shinkevich, den

The compression filter driver is introduced as suggested by Max.
A sample usage of the filter can be found in the test #214.
Now, multiple clusters can be written compressed.
It is useful for the backup job.

v10:
  01: The option 'compress' moved up in the QAPI BlockdevDriver list
      to fit its alphabetic order (noticed by Eric).
  02: bdrv_filter_default_perms assigned to .bdrv_child_perm in the
      compression filter driver interface (suggested by Max, noticed
      by Vladimir).

  Discussed in the email thread with the message ID:
  <1574779398-88772-1-git-send-email-andrey.shinkevich@virtuozzo.com>

Andrey Shinkevich (3):
  block: introduce compress filter driver
  qcow2: Allow writing compressed data of multiple clusters
  tests/qemu-iotests: add case to write compressed data of multiple
    clusters

 block/Makefile.objs        |   1 +
 block/filter-compress.c    | 166 +++++++++++++++++++++++++++++++++++++++++++++
 block/qcow2.c              | 102 ++++++++++++++++++++--------
 qapi/block-core.json       |  10 +--
 tests/qemu-iotests/214     |  43 ++++++++++++
 tests/qemu-iotests/214.out |  14 ++++
 6 files changed, 305 insertions(+), 31 deletions(-)
 create mode 100644 block/filter-compress.c

-- 
1.8.3.1



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

end of thread, other threads:[~2019-12-02  9:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-28  9:36 [PATCH v10 0/3] qcow2: advanced compression options Andrey Shinkevich
2019-11-28  9:36 ` [PATCH v10 1/3] block: introduce compress filter driver Andrey Shinkevich
2019-11-28 14:37   ` Vladimir Sementsov-Ogievskiy
2019-12-02  9:53     ` Andrey Shinkevich
2019-11-28  9:36 ` [PATCH v10 2/3] qcow2: Allow writing compressed data of multiple clusters Andrey Shinkevich
2019-11-28  9:36 ` [PATCH v10 3/3] tests/qemu-iotests: add case to write " Andrey Shinkevich

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.