qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/5] Block layer patches
@ 2025-05-22 18:31 Kevin Wolf
  2025-05-22 18:31 ` [PULL 1/5] scsi-disk: Add native FUA write support Kevin Wolf
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Kevin Wolf @ 2025-05-22 18:31 UTC (permalink / raw)
  To: qemu-block; +Cc: kwolf, qemu-devel

The following changes since commit f0737158b483e7ec2b2512145aeab888b85cc1f7:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2025-05-20 10:26:30 -0400)

are available in the Git repository at:

  https://repo.or.cz/qemu/kevin.git tags/for-upstream

for you to fetch changes up to bf627788ef17721955bfcfba84209a07ae5f54ea:

  file-posix: Probe paths and retry SG_IO on potential path errors (2025-05-22 17:56:50 +0200)

----------------------------------------------------------------
Block layer patches

- scsi-disk: Add native FUA write support, enable FUA by default
- qemu-img: fix offset calculation in bench
- file-posix: allow BLKZEROOUT with -t writeback
- file-posix: Probe paths and retry SG_IO on potential path errors

----------------------------------------------------------------
Alberto Faria (2):
      scsi-disk: Add native FUA write support
      scsi-disk: Advertise FUA support by default

Denis Rastyogin (1):
      qemu-img: fix offset calculation in bench

Kevin Wolf (1):
      file-posix: Probe paths and retry SG_IO on potential path errors

Stefan Hajnoczi (1):
      file-posix: allow BLKZEROOUT with -t writeback

 block/file-posix.c  | 126 +++++++++++++++++++++++++++++++++++++++++++++++-----
 hw/core/machine.c   |   4 +-
 hw/scsi/scsi-disk.c |  55 +++++++----------------
 qemu-img.c          |   4 +-
 4 files changed, 135 insertions(+), 54 deletions(-)



^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PULL 0/5] Block layer patches
@ 2020-10-27 15:15 Kevin Wolf
  2020-10-30 15:49 ` Peter Maydell
  0 siblings, 1 reply; 9+ messages in thread
From: Kevin Wolf @ 2020-10-27 15:15 UTC (permalink / raw)
  To: qemu-block; +Cc: kwolf, peter.maydell, qemu-devel

The following changes since commit d55450df995d6223486db11c66491cbf6c131523:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201026a' into staging (2020-10-27 10:25:42 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/kevin.git tags/for-upstream

for you to fetch changes up to 1a6d3bd229d429879a85a9105fb84cae049d083c:

  block: End quiescent sections when a BDS is deleted (2020-10-27 15:26:20 +0100)

----------------------------------------------------------------
Block layer patches:

- qcow2: Skip copy-on-write when allocating a zero cluster
- qemu-img: add support for rate limit in qemu-img convert/commit
- Fix deadlock when deleting a block node during drain_all

----------------------------------------------------------------
Alberto Garcia (2):
      qcow2: Report BDRV_BLOCK_ZERO more accurately in bdrv_co_block_status()
      qcow2: Skip copy-on-write when allocating a zero cluster

Greg Kurz (1):
      block: End quiescent sections when a BDS is deleted

Zhengui Li (2):
      qemu-img: add support for rate limit in qemu-img commit
      qemu-img: add support for rate limit in qemu-img convert

 docs/tools/qemu-img.rst | 10 ++++++++--
 include/block/block.h   |  8 ++++++++
 block.c                 |  9 +++++++++
 block/io.c              | 48 ++++++++++++++++++++++++++++++++++++++++++++----
 block/qcow2.c           | 35 +++++++++++++++++++----------------
 qemu-img.c              | 38 +++++++++++++++++++++++++++++++++++---
 tests/test-bdrv-drain.c |  1 +
 qemu-img-cmds.hx        |  8 ++++----
 8 files changed, 128 insertions(+), 29 deletions(-)



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

end of thread, other threads:[~2025-05-23 15:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-22 18:31 [PULL 0/5] Block layer patches Kevin Wolf
2025-05-22 18:31 ` [PULL 1/5] scsi-disk: Add native FUA write support Kevin Wolf
2025-05-22 18:31 ` [PULL 2/5] scsi-disk: Advertise FUA support by default Kevin Wolf
2025-05-22 18:31 ` [PULL 3/5] qemu-img: fix offset calculation in bench Kevin Wolf
2025-05-22 18:31 ` [PULL 4/5] file-posix: allow BLKZEROOUT with -t writeback Kevin Wolf
2025-05-22 18:31 ` [PULL 5/5] file-posix: Probe paths and retry SG_IO on potential path errors Kevin Wolf
2025-05-23 15:45 ` [PULL 0/5] Block layer patches Stefan Hajnoczi
  -- strict thread matches above, loose matches on Subject: below --
2020-10-27 15:15 Kevin Wolf
2020-10-30 15:49 ` Peter Maydell

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).