Re: [PATCH v8 1/3] block: introduce compress filter driver

2019-11-18 Thread Vladimir Sementsov-Ogievskiy
18.11.2019 8:49, Andrey Shinkevich wrote: > Allow writing all the data compressed through the filter driver. > The written data will be aligned by the cluster size. > Based on the QEMU current implementation, that data can be written to > unallocated clusters only. May be used for a backup job. >

[PATCH v8 1/3] block: introduce compress filter driver

2019-11-17 Thread Andrey Shinkevich
Allow writing all the data compressed through the filter driver. The written data will be aligned by the cluster size. Based on the QEMU current implementation, that data can be written to unallocated clusters only. May be used for a backup job. Suggested-by: Max Reitz Signed-off-by: Andrey Shink