[Devel] [PATCH RHEL9 COMMIT] dm-ploop: issue sync from proper context

2025-01-30 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.11 --> commit 4cd9fa7139edad8acba2fa25b40d1992f21e2719 Author: Alexander Atanasov Date: Thu Jan 30 10:04:22 2025 +0200 dm-ploop:

[Devel] [PATCH vz9] dm-ploop: issue sync from proper context

2025-01-30 Thread Alexander Atanasov
ploop did vfs_sync(...) from interrupt context which is wrong. It worked for xfs/ext4 due to the request is offloaded to journaling which runs in different threads. Fix this by offloading sync and respective pio endio to some of the worker threads https://virtuozzo.atlassian.net/browse/VSTOR-9879