qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/3] qcow2: advanced compression options
@ 2019-11-13 18:43 Andrey Shinkevich
  2019-11-13 18:43 ` [PATCH v7 1/3] block: introduce compress filter driver Andrey Shinkevich
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Andrey Shinkevich @ 2019-11-13 18:43 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.

v7:
  01: The 'zip_' prefix for the compression filter functions replaced with
    'compress_' one.
  02: .bdrv_co_preadv/pwritev (without _part) removed from the filter.
  03: .bdrv_refresh_limits amended.
  04: .bdrv_get_info added.
  05: In qapi/block-core.json, @compress: Since 5.0 was set.

  Discussed in the email thread with the message ID
  <1573488277-794975-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    | 201 +++++++++++++++++++++++++++++++++++++++++++++
 block/qcow2.c              | 102 +++++++++++++++++------
 qapi/block-core.json       |  10 ++-
 tests/qemu-iotests/214     |  43 ++++++++++
 tests/qemu-iotests/214.out |  14 ++++
 6 files changed, 340 insertions(+), 31 deletions(-)
 create mode 100644 block/filter-compress.c

-- 
1.8.3.1



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

end of thread, other threads:[~2019-11-15 12:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-13 18:43 [PATCH v7 0/3] qcow2: advanced compression options Andrey Shinkevich
2019-11-13 18:43 ` [PATCH v7 1/3] block: introduce compress filter driver Andrey Shinkevich
2019-11-14 11:27   ` Max Reitz
2019-11-14 11:59     ` Vladimir Sementsov-Ogievskiy
2019-11-15  9:32       ` Max Reitz
2019-11-15 10:12         ` Andrey Shinkevich
2019-11-15 12:03           ` Max Reitz
2019-11-15 10:52         ` Vladimir Sementsov-Ogievskiy
2019-11-15 10:55           ` Vladimir Sementsov-Ogievskiy
2019-11-15 12:05             ` Max Reitz
2019-11-13 18:43 ` [PATCH v7 2/3] qcow2: Allow writing compressed data of multiple clusters Andrey Shinkevich
2019-11-13 18:43 ` [PATCH v7 3/3] tests/qemu-iotests: add case to write " Andrey Shinkevich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).