qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] block: fix deadlock when doing blockdev-snapshot of a node with compress filter
@ 2025-06-04 12:07 Fiona Ebner
  2025-06-04 12:07 ` [PATCH 1/4] block/graph-lock: fix typo in comment Fiona Ebner
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Fiona Ebner @ 2025-06-04 12:07 UTC (permalink / raw)
  To: qemu-block
  Cc: qemu-devel, kwolf, hreitz, stefanha, fam, jsnow, vsementsov,
	eblake, kbusch, its, foss

Patches 1/4 and 2/4 are tangentially related. See patches 3/4 and 4/4
for the details.

I did not CC the people for the individual block drivers. Let me know
if I should!

Fiona Ebner (4):
  block/graph-lock: fix typo in comment
  block-coroutine-wrapper: mark generated co-wrapper as GRAPH_UNLOCKED
  block: make calling bdrv_refresh_limits() safe while holding graph
    lock
  iotests: add test for snapshot on top of node with compress filter

 block.c                            | 14 ++++++++++----
 block/blkio.c                      |  5 ++---
 block/crypto.c                     |  8 ++++----
 block/file-posix.c                 |  7 +++----
 block/io.c                         |  4 ++--
 block/iscsi.c                      |  7 +++----
 block/mirror.c                     |  5 +++--
 block/monitor/bitmap-qmp-cmds.c    |  2 ++
 block/qcow.c                       |  5 ++---
 block/qcow2.c                      |  5 ++---
 block/qed.c                        |  5 ++---
 block/raw-format.c                 |  7 +++----
 block/rbd.c                        |  5 ++---
 block/vdi.c                        | 11 ++++++-----
 block/vhdx.c                       |  5 ++---
 block/vmdk.c                       |  5 ++---
 block/vpc.c                        |  5 ++---
 hw/nvme/ns.c                       |  2 +-
 include/block/block-io.h           |  9 +++++----
 include/block/block_int-common.h   |  4 ++--
 include/block/dirty-bitmap.h       |  2 +-
 include/block/graph-lock.h         |  2 +-
 qemu-img.c                         |  6 ++++++
 scripts/block-coroutine-wrapper.py |  2 +-
 tests/qemu-iotests/085             | 18 ++++++++++++++++++
 tests/qemu-iotests/085.out         | 21 +++++++++++++++++++++
 26 files changed, 108 insertions(+), 63 deletions(-)

-- 
2.39.5




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

end of thread, other threads:[~2025-06-17 18:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-04 12:07 [PATCH 0/4] block: fix deadlock when doing blockdev-snapshot of a node with compress filter Fiona Ebner
2025-06-04 12:07 ` [PATCH 1/4] block/graph-lock: fix typo in comment Fiona Ebner
2025-06-17 18:36   ` Eric Blake
2025-06-04 12:07 ` [PATCH 2/4] block-coroutine-wrapper: mark generated co-wrapper as GRAPH_UNLOCKED Fiona Ebner
2025-06-04 12:07 ` [PATCH 3/4] block: make calling bdrv_refresh_limits() safe while holding graph lock Fiona Ebner
2025-06-04 12:15   ` Klaus Jensen
2025-06-04 12:07 ` [PATCH 4/4] iotests: add test for snapshot on top of node with compress filter Fiona Ebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).