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

2025-04-05 Thread Alexander Atanasov
We missed the fact that resize/grow touch md0 page to update ploop parameters, other pages are not linked so there is no issue. But in case there is a concurrent update to md0 piwb is not handled correctly, also using sync updates in parallel is not okay. To fix this update code to use the new mech

Re: [Devel] [PATCH VZ9 1/3] fs/fuse kio: properly attach an address space to the krpc_send kthread

2025-04-05 Thread Alexey Kuznetsov
Ack all 3 On Sat, Apr 5, 2025 at 10:26 AM Liu Kui wrote: > > We need to use kthread_use_mm() to make a kthread operate on an > address space. Simply assigning a value to the mm and active_mm > field of a kthread's task_struct would race against the scheduler > resulting in crash. > > Fixes: #VSTO

[Devel] [PATCH RHEL9 COMMIT] fs/fuse/kio: correct return of error from io backed to rpc

2025-04-05 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.23 --> commit 1ac58e6cf72f21a007c1032d73e7ce7659836426 Author: Alexey Kuznetsov Date: Fri Mar 28 20:00:42 2025 +0800 fs/fuse/kio:

[Devel] [PATCH RHEL9 COMMIT] fs/fuse/kio: create krpc request in special thread

2025-04-05 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.23 --> commit 55d45425282dd8e1b1a126fe5ebcc2b7c0177c5d Author: Alexey Kuznetsov Date: Fri Mar 28 20:01:08 2025 +0800 fs/fuse/kio: