All Virtuozzo development lists (kernel + QEMU)
 help / color / mirror / Atom feed
* [Devel] [PATCH VZ10 v2 0/7] dm-qcow: lseek improvements
@ 2026-08-19  0:07 Andrey Zhadchenko
  2026-08-19  0:07 ` [Devel] [PATCH VZ10 v2 1/7] drivers/md/dm-qcow2: fix lower delta seek window clamp Andrey Zhadchenko
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Andrey Zhadchenko @ 2026-08-19  0:07 UTC (permalink / raw)


This patchset is mostly about improving dm-qcow2 lseek speed. L2 md
pages can now be scanned in batch with simple for() instead of heavy
parse_metadata(). Seek qios for backing images are now called with
a range bigger than 1 cluster if possible.
Also fix a few clamping bugs and use correct comparison for seek
modes.

v2:
- patch #4 "fix seek skip to the next L2 table"
 - changed l2 calculation to a simplier round_up
 - allow l2 skip if the backing data does not exist (e.g. lower is
shorter)
- patch #6 "seek unallocated L2 entries in one pass within md"
 - add forgotten to_sector() when skipping unallocated entries
- NEW patch #7 adressing patch #5 edge case when we do to_sector(end),
where 'end' may be not sector aligned, thus causing endless loop.

Andrey Zhadchenko (7):
  drivers/md/dm-qcow2: fix lower delta seek window clamp
  drivers/md/dm-qcow2: keep seek parse window within limit
  drivers/md/dm-qcow2: fix seek constant comparison
  drivers/md/dm-qcow2: fix seek skip to the next L2 table
  drivers/md/dm-qcow2: scan lower delta in one pass over empty L1 entry
  drivers/md/dm-qcow2: seek unallocated L2 entries in one pass within md
  drivers/md/dm-qcow2: forbid unaligned virtual size for images

 drivers/md/dm-qcow2-map.c    | 117 ++++++++++++++++++++++++-----------
 drivers/md/dm-qcow2-target.c |   1 +
 2 files changed, 82 insertions(+), 36 deletions(-)

-- 
2.43.5


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2026-08-25 10:41 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-19  0:07 [Devel] [PATCH VZ10 v2 0/7] dm-qcow: lseek improvements Andrey Zhadchenko
2026-08-19  0:07 ` [Devel] [PATCH VZ10 v2 1/7] drivers/md/dm-qcow2: fix lower delta seek window clamp Andrey Zhadchenko
2026-08-25 10:41   ` [Devel] [PATCH RHEL10 COMMIT] dm-qcow2: " Konstantin Khorenko
2026-08-19  0:07 ` [Devel] [PATCH VZ10 v2 2/7] drivers/md/dm-qcow2: keep seek parse window within limit Andrey Zhadchenko
2026-08-25 10:41   ` [Devel] [PATCH RHEL10 COMMIT] dm-qcow2: " Konstantin Khorenko
2026-08-19  0:07 ` [Devel] [PATCH VZ10 v2 3/7] drivers/md/dm-qcow2: fix seek constant comparison Andrey Zhadchenko
2026-08-25 10:41   ` [Devel] [PATCH RHEL10 COMMIT] dm-qcow2: " Konstantin Khorenko
2026-08-19  0:07 ` [Devel] [PATCH VZ10 v2 4/7] drivers/md/dm-qcow2: fix seek skip to the next L2 table Andrey Zhadchenko
2026-08-25 10:41   ` [Devel] [PATCH RHEL10 COMMIT] dm-qcow2: " Konstantin Khorenko
2026-08-19  0:07 ` [Devel] [PATCH VZ10 v2 5/7] drivers/md/dm-qcow2: scan lower delta in one pass over empty L1 entry Andrey Zhadchenko
2026-08-25 10:41   ` [Devel] [PATCH RHEL10 COMMIT] dm-qcow2: " Konstantin Khorenko
2026-08-19  0:07 ` [Devel] [PATCH VZ10 v2 6/7] drivers/md/dm-qcow2: seek unallocated L2 entries in one pass within md Andrey Zhadchenko
2026-08-25 10:41   ` [Devel] [PATCH RHEL10 COMMIT] dm-qcow2: " Konstantin Khorenko
2026-08-19  0:07 ` [Devel] [PATCH VZ10 v2 7/7] drivers/md/dm-qcow2: forbid unaligned virtual size for images Andrey Zhadchenko
2026-08-25 10:41   ` [Devel] [PATCH RHEL10 COMMIT] dm-qcow2: " Konstantin Khorenko
2026-08-19  8:54 ` [Devel] [PATCH VZ10 v2 0/7] dm-qcow: lseek improvements Vasileios Almpanis
2026-08-24 14:38 ` Pavel Tikhomirov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.