All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] qemu-img convert: Unshare write permission for source
@ 2021-04-22 16:43 Kevin Wolf
  2021-04-22 16:43 ` [PATCH v2 1/2] block: Add BDRV_O_NO_SHARE for blk_new_open() Kevin Wolf
  2021-04-22 16:43 ` [PATCH v2 2/2] qemu-img convert: Unshare write permission for source Kevin Wolf
  0 siblings, 2 replies; 7+ messages in thread
From: Kevin Wolf @ 2021-04-22 16:43 UTC (permalink / raw)
  To: qemu-block; +Cc: kwolf, qemu-devel

v2:
- Still share BLK_PERM_CONSISTENT_READ. It doesn't hurt users that don't
  want their image modified in parallel and it fixes some use cases
  covered by iotests.

Kevin Wolf (2):
  block: Add BDRV_O_NO_SHARE for blk_new_open()
  qemu-img convert: Unshare write permission for source

 include/block/block.h |  1 +
 block/block-backend.c | 19 +++++++++++++------
 qemu-img.c            |  2 +-
 3 files changed, 15 insertions(+), 7 deletions(-)

-- 
2.30.2



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

end of thread, other threads:[~2021-04-23 15:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-22 16:43 [PATCH v2 0/2] qemu-img convert: Unshare write permission for source Kevin Wolf
2021-04-22 16:43 ` [PATCH v2 1/2] block: Add BDRV_O_NO_SHARE for blk_new_open() Kevin Wolf
2021-04-22 18:41   ` Eric Blake
2021-04-23  9:43   ` Vladimir Sementsov-Ogievskiy
2021-04-23 13:58     ` Kevin Wolf
2021-04-22 16:43 ` [PATCH v2 2/2] qemu-img convert: Unshare write permission for source Kevin Wolf
2021-04-23 15:17   ` Vladimir Sementsov-Ogievskiy

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.