[Devel] [PATCH RHEL9 COMMIT] fs/fuse kio: remove BUG_ON() in pcs_mrset_fini()

2025-04-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.31 --> commit 19b0babc2ef5e3281ff4a8b464da6364d47e1457 Author: Liu Kui Date: Mon Apr 28 13:57:12 2025 +0800 fs/fuse kio: remove B

[Devel] [PATCH RHEL9 COMMIT] dm-ploop: fix requeuing of delayed pios at the end of BAT

2025-04-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.31 --> commit 0008940efa4f995304ca1dc224d6104e548759c7 Author: Alexander Atanasov Date: Fri Apr 25 08:35:16 2025 +0300 dm-ploop:

[Devel] [PATCH RHEL9 COMMIT] rq-qos: update comment to refer to actual function name

2025-04-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.31 --> commit a12ada2b0880fcdd4c795410e4397a04968de51b Author: Alexander Atanasov Date: Fri Apr 25 09:29:08 2025 +0300 rq-qos: up

[Devel] [PATCH vz9] memcg: fix memsw max calculation for oom_score in cgroup-v2

2025-04-30 Thread Konstantin Khorenko
The memsw counter in cgroup-v2 is reused by swap counter and does not include memory usage, we need to replace it with memory + swap. Fixes: 0cfabaf0eedad ("proc,memcg: use memcg limits for showing oom_score inside CT") https://virtuozzo.atlassian.net/browse/VSTOR-104929 Signed-off-by: Konstanti