Re: [PATCH v2] qcow2: Skip copy-on-write when allocating a zero cluster

2020-09-10 Thread Kevin Wolf
Am 09.09.2020 um 21:23 hat Vladimir Sementsov-Ogievskiy geschrieben: > 27.08.2020 17:53, Alberto Garcia wrote: > > Since commit c8bb23cbdbe32f5c326365e0a82e1b0e68cdcd8a when a write > > request results in a new allocation QEMU first tries to see if the > > rest of the cluster outside the written ar

Re: [PATCH v2] qcow2: Skip copy-on-write when allocating a zero cluster

2020-09-09 Thread Vladimir Sementsov-Ogievskiy
27.08.2020 17:53, Alberto Garcia wrote: Since commit c8bb23cbdbe32f5c326365e0a82e1b0e68cdcd8a when a write request results in a new allocation QEMU first tries to see if the rest of the cluster outside the written area contains only zeroes. In that case, instead of doing a normal copy-on-write o

Re: [PATCH v2] qcow2: Skip copy-on-write when allocating a zero cluster

2020-09-09 Thread Alberto Garcia
ping On Thu 27 Aug 2020 04:53:50 PM CEST, Alberto Garcia wrote: > Since commit c8bb23cbdbe32f5c326365e0a82e1b0e68cdcd8a when a write > request results in a new allocation QEMU first tries to see if the > rest of the cluster outside the written area contains only zeroes. > > In that case, instead o

[PATCH v2] qcow2: Skip copy-on-write when allocating a zero cluster

2020-08-27 Thread Alberto Garcia
Since commit c8bb23cbdbe32f5c326365e0a82e1b0e68cdcd8a when a write request results in a new allocation QEMU first tries to see if the rest of the cluster outside the written area contains only zeroes. In that case, instead of doing a normal copy-on-write operation and writing explicit zero buffers