All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] qcow2: queue discards when discard-no-unref enabled
@ 2025-05-13 13:26 Jean-Louis Dupond
  2025-05-13 13:26 ` [PATCH v2 1/2] qcow2: rename update_refcount_discard to queue_discard Jean-Louis Dupond
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Jean-Louis Dupond @ 2025-05-13 13:26 UTC (permalink / raw)
  To: qemu-devel
  Cc: Hanna Reitz, Kevin Wolf, Alexander Ivanov, Andrey Drobyshev,
	qemu-block, Jean-Louis Dupond

Partially based on the proposal of Andrey in
https://patchew.org/QEMU/20240913163942.423050-1-andrey.drobyshev@virtuozzo.com/
Split up this from the rest might get it merged a bit quicker hopefully :)

Since the implementation of discard-no-unref, we did not queue the discards correctly
when discard-no-unref was enabled.

Jean-Louis Dupond (2):
  qcow2: rename update_refcount_discard to queue_discard
  qcow2: put discards in discard queue when discard-no-unref is enabled

 block/qcow2-cluster.c  | 16 ++++++----------
 block/qcow2-refcount.c | 25 +++++++++++++++++++++----
 block/qcow2.h          |  4 ++++
 3 files changed, 31 insertions(+), 14 deletions(-)

-- 
2.49.0



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

end of thread, other threads:[~2025-11-04 17:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-13 13:26 [PATCH v2 0/2] qcow2: queue discards when discard-no-unref enabled Jean-Louis Dupond
2025-05-13 13:26 ` [PATCH v2 1/2] qcow2: rename update_refcount_discard to queue_discard Jean-Louis Dupond
2025-05-15 19:42   ` Eric Blake
2025-05-13 13:26 ` [PATCH v2 2/2] qcow2: put discards in discard queue when discard-no-unref is enabled Jean-Louis Dupond
2025-05-15 19:47   ` Eric Blake
2025-08-29  9:43 ` [PATCH v2 0/2] qcow2: queue discards when discard-no-unref enabled Jean-Louis Dupond
2025-11-04 14:21   ` Jean-Louis Dupond
2025-11-04 17:01 ` Kevin Wolf

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.