[Devel] [PATCH vz9] dm-ploop: fix a memory leak on destroy of ploop device

2025-04-07 Thread Alexander Atanasov
mtfile array is allocated array of pointers to files but it is leaked on device destroy, so free it. https://virtuozzo.atlassian.net/browse/PSBM-160866 Signed-off-by: Alexander Atanasov --- drivers/md/dm-ploop-target.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/md/dm-ploop-targe

[Devel] [PATCH RHEL9 COMMIT] dm-ploop: fix resize and grow to use the new way of updating md pages

2025-04-07 Thread Konstantin Khorenko
The commit is pushed to "branch-rh9-5.14.0-427.44.1.vz9.80.x-ovz" and will appear at g...@bitbucket.org:openvz/vzkernel.git after rh9-5.14.0-427.44.1.vz9.80.24 --> commit 1a12832fd8641bf9e34ac98f3602c1b6f1a312d0 Author: Alexander Atanasov Date: Wed Apr 2 14:42:07 2025 +0300 dm-ploop: f