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

2025-04-24 Thread Alexander Atanasov
Rework ploop_advance_local_after_bat_wb so that if we have delayed update to the same page is really executed and don't endup in wait_list. Due to releasing and taking locks there was a window that a new update could go into the wait_list. Both due to WRITEBACK bit cleared after retaking the lock.

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

2025-04-24 Thread Alexander Atanasov
Cosmetic change: set_task_state is gone, set_current_state is used. https://virtuozzo.atlassian.net/browse/VSTOR-103768 Signed-off-by: Alexander Atanasov --- block/blk-rq-qos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block/blk-rq-qos.c b/block/blk-rq-qos.c index 167be