qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Kevin Wolf <kwolf@redhat.com>
To: qemu-block@nongnu.org
Cc: kwolf@redhat.com, qemu-devel@nongnu.org
Subject: [PULL 0/5] Block layer patches
Date: Thu, 22 May 2025 20:31:10 +0200	[thread overview]
Message-ID: <20250522183115.246746-1-kwolf@redhat.com> (raw)

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



             reply	other threads:[~2025-05-22 18:33 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-22 18:31 Kevin Wolf [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250522183115.246746-1-kwolf@redhat.com \
    --to=kwolf@redhat.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).