[Devel] [PATCH v3 VZ9 0/5] dm-qcow2: make backward merge asyncronous
    Pavel Tikhomirov 
    ptikhomirov at virtuozzo.com
       
    Mon Mar  3 10:24:31 MSK 2025
    
    
  
That can be usefull for restarting qemu process while allowing backward
merging to run asyncronously in kernel.
v2: rebase on top of vz9.80.19, make completion event consistent, fix
deadlock when cancel after start and before work run
v3: weaken locking in progress printing a bit to decrease possible lock
contention
https://virtuozzo.atlassian.net/browse/VSTOR-100466
Signed-off-by: Pavel Tikhomirov <ptikhomirov at virtuozzo.com>
Pavel Tikhomirov (5):
  dm-qcow2: fix warning about wrong printk format for size_t
  dm-qcow2: cleanup error handling in qcow2_merge_backward
  dm-qcow2: make merge_backward command asyncronous
  dm-qcow2: add merge_backward set_eventfd command
  dm-qcow2: add merge_backward progress command
 drivers/md/dm-qcow2-cmd.c    | 278 ++++++++++++++++++++++++++++++++---
 drivers/md/dm-qcow2-map.c    |   4 +-
 drivers/md/dm-qcow2-target.c |   6 +
 drivers/md/dm-qcow2.h        |  35 +++++
 4 files changed, 297 insertions(+), 26 deletions(-)
-- 
2.48.1
    
    
More information about the Devel
mailing list