Re: [PATCH 0/7] qcow2: compressed write cache

2021-02-10 Thread Vladimir Sementsov-Ogievskiy
10.02.2021 15:35, Kevin Wolf wrote: Am 29.01.2021 um 17:50 hat Vladimir Sementsov-Ogievskiy geschrieben: Hi all! I know, I have several series waiting for a resend, but I had to switch to another task spawned from our customer's bug. Original problem: we use O_DIRECT for all vm images in our p

Re: [PATCH 0/7] qcow2: compressed write cache

2021-02-10 Thread Kevin Wolf
Am 29.01.2021 um 17:50 hat Vladimir Sementsov-Ogievskiy geschrieben: > Hi all! > > I know, I have several series waiting for a resend, but I had to switch > to another task spawned from our customer's bug. > > Original problem: we use O_DIRECT for all vm images in our product, it's > the policy.

Re: [PATCH 0/7] qcow2: compressed write cache

2021-02-10 Thread Vladimir Sementsov-Ogievskiy
10.02.2021 13:00, Max Reitz wrote: On 09.02.21 19:51, Vladimir Sementsov-Ogievskiy wrote: 09.02.2021 21:41, Denis V. Lunev wrote: On 2/9/21 9:36 PM, Vladimir Sementsov-Ogievskiy wrote: 09.02.2021 19:39, Vladimir Sementsov-Ogievskiy wrote: 09.02.2021 17:47, Max Reitz wrote: On 09.02.21 15:10,

Re: [PATCH 0/7] qcow2: compressed write cache

2021-02-10 Thread Max Reitz
On 09.02.21 17:52, Denis V. Lunev wrote: On 2/9/21 5:47 PM, Max Reitz wrote: On 09.02.21 15:10, Vladimir Sementsov-Ogievskiy wrote: 09.02.2021 16:25, Max Reitz wrote: On 29.01.21 17:50, Vladimir Sementsov-Ogievskiy wrote: Hi all! I know, I have several series waiting for a resend, but I had

Re: [PATCH 0/7] qcow2: compressed write cache

2021-02-10 Thread Max Reitz
On 09.02.21 19:51, Vladimir Sementsov-Ogievskiy wrote: 09.02.2021 21:41, Denis V. Lunev wrote: On 2/9/21 9:36 PM, Vladimir Sementsov-Ogievskiy wrote: 09.02.2021 19:39, Vladimir Sementsov-Ogievskiy wrote: 09.02.2021 17:47, Max Reitz wrote: On 09.02.21 15:10, Vladimir Sementsov-Ogievskiy wrote:

Re: [PATCH 0/7] qcow2: compressed write cache

2021-02-09 Thread Vladimir Sementsov-Ogievskiy
09.02.2021 21:41, Denis V. Lunev wrote: On 2/9/21 9:36 PM, Vladimir Sementsov-Ogievskiy wrote: 09.02.2021 19:39, Vladimir Sementsov-Ogievskiy wrote: 09.02.2021 17:47, Max Reitz wrote: On 09.02.21 15:10, Vladimir Sementsov-Ogievskiy wrote: 09.02.2021 16:25, Max Reitz wrote: On 29.01.21 17:50,

Re: [PATCH 0/7] qcow2: compressed write cache

2021-02-09 Thread Denis V. Lunev
On 2/9/21 9:36 PM, Vladimir Sementsov-Ogievskiy wrote: > 09.02.2021 19:39, Vladimir Sementsov-Ogievskiy wrote: >> 09.02.2021 17:47, Max Reitz wrote: >>> On 09.02.21 15:10, Vladimir Sementsov-Ogievskiy wrote: 09.02.2021 16:25, Max Reitz wrote: > On 29.01.21 17:50, Vladimir Sementsov-Ogievsk

Re: [PATCH 0/7] qcow2: compressed write cache

2021-02-09 Thread Vladimir Sementsov-Ogievskiy
09.02.2021 19:39, Vladimir Sementsov-Ogievskiy wrote: 09.02.2021 17:47, Max Reitz wrote: On 09.02.21 15:10, Vladimir Sementsov-Ogievskiy wrote: 09.02.2021 16:25, Max Reitz wrote: On 29.01.21 17:50, Vladimir Sementsov-Ogievskiy wrote: Hi all! I know, I have several series waiting for a resend

Re: [PATCH 0/7] qcow2: compressed write cache

2021-02-09 Thread Denis V. Lunev
On 2/9/21 5:47 PM, Max Reitz wrote: > On 09.02.21 15:10, Vladimir Sementsov-Ogievskiy wrote: >> 09.02.2021 16:25, Max Reitz wrote: >>> On 29.01.21 17:50, Vladimir Sementsov-Ogievskiy wrote: Hi all! I know, I have several series waiting for a resend, but I had to switch to a

Re: [PATCH 0/7] qcow2: compressed write cache

2021-02-09 Thread Vladimir Sementsov-Ogievskiy
09.02.2021 17:47, Max Reitz wrote: On 09.02.21 15:10, Vladimir Sementsov-Ogievskiy wrote: 09.02.2021 16:25, Max Reitz wrote: On 29.01.21 17:50, Vladimir Sementsov-Ogievskiy wrote: Hi all! I know, I have several series waiting for a resend, but I had to switch to another task spawned from our

Re: [PATCH 0/7] qcow2: compressed write cache

2021-02-09 Thread Max Reitz
On 09.02.21 15:10, Vladimir Sementsov-Ogievskiy wrote: 09.02.2021 16:25, Max Reitz wrote: On 29.01.21 17:50, Vladimir Sementsov-Ogievskiy wrote: Hi all! I know, I have several series waiting for a resend, but I had to switch to another task spawned from our customer's bug. Original problem: w

Re: [PATCH 0/7] qcow2: compressed write cache

2021-02-09 Thread Vladimir Sementsov-Ogievskiy
09.02.2021 16:25, Max Reitz wrote: On 29.01.21 17:50, Vladimir Sementsov-Ogievskiy wrote: Hi all! I know, I have several series waiting for a resend, but I had to switch to another task spawned from our customer's bug. Original problem: we use O_DIRECT for all vm images in our product, it's th

Re: [PATCH 0/7] qcow2: compressed write cache

2021-02-09 Thread Max Reitz
On 29.01.21 17:50, Vladimir Sementsov-Ogievskiy wrote: Hi all! I know, I have several series waiting for a resend, but I had to switch to another task spawned from our customer's bug. Original problem: we use O_DIRECT for all vm images in our product, it's the policy. The only exclusion is back

Re: [PATCH 0/7] qcow2: compressed write cache

2021-02-01 Thread Vladimir Sementsov-Ogievskiy
...@virtuozzo.com Subject: [PATCH 0/7] qcow2: compressed write cache === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailb

Re: [PATCH 0/7] qcow2: compressed write cache

2021-01-29 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20210129165030.640169-1-vsement...@virtuozzo.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20210129165030.640169-1-vsement...@virtuozzo.com Subject: [PATCH 0/7] qcow2

[PATCH 0/7] qcow2: compressed write cache

2021-01-29 Thread Vladimir Sementsov-Ogievskiy
Hi all! I know, I have several series waiting for a resend, but I had to switch to another task spawned from our customer's bug. Original problem: we use O_DIRECT for all vm images in our product, it's the policy. The only exclusion is backup target qcow2 image for compressed backup, because comp