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

2025-03-21 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] dm-ploop: fix resize and grow to use the new way of updating md pages

2025-03-21 Thread Alexander Atanasov
On 21.03.25 17:33, Konstantin Khorenko wrote: Please, add reviewer to CC. Whomever is available, please, review. -- Best regards, Konstantin Khorenko, Virtuozzo Linux Kernel Team On 21.03.2025 16:17, Alexander Atanasov wrote: We missed the fact that resize/grow touch md0 page to update pl

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

2025-03-21 Thread Konstantin Khorenko
Please, add reviewer to CC. -- Best regards, Konstantin Khorenko, Virtuozzo Linux Kernel Team On 21.03.2025 16:17, Alexander Atanasov wrote: 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 co