[Devel] [PATCH v2 VZ9 0/5] dm-qcow2: make backward merge asyncronous

2025-02-28 Thread Pavel Tikhomirov
That can be usefull for restarting qemu process while allowing backward merging to run asyncronously in kernel. v2: rebase on top of vz9.80.19, make completion event consistent, fix deadlock when cancel after start and before work run https://virtuozzo.atlassian.net/browse/VSTOR-100466 Signed-off

[Devel] [PATCH VZ9 for v6.3] fs/fuse: clear splice buffers from response to a killed request

2025-02-28 Thread Liu Kui
normally we just ignore the response to a killed request, however if there are splice buffers returned with the response, we must clear these splice buffers before returning them to userspace. Fixed #VSTOR-100385 Signed-off-by: Liu Kui --- fs/fuse/dev.c | 18 +- 1 file changed,

Re: [Devel] [PATCH VZ9] fs/fuse: clear splice buffers from response to a killed request

2025-02-28 Thread Alexey Kuznetsov
Ack On Fri, Feb 28, 2025 at 10:56 PM Liu Kui wrote: > > normally we just ignore the response to a killed request, however > if there are splice buffers returned with the response, we must > clear these splice buffers before returning them to userspace. > > Fixed #VSTOR-100385 > > Signed-off-by: L

[Devel] [PATCH VZ9] fs/fuse: clear splice buffers from response to a killed request

2025-02-28 Thread Liu Kui
normally we just ignore the response to a killed request, however if there are splice buffers returned with the response, we must clear these splice buffers before returning them to userspace. Fixed #VSTOR-100385 Signed-off-by: Liu Kui --- fs/fuse/dev.c | 23 ++- 1 file chan