From: Kevin Wolf <kwolf@redhat.com>
To: qemu-block@nongnu.org
Cc: kwolf@redhat.com, qemu-devel@nongnu.org
Subject: [PULL 00/12] Block layer patches
Date: Fri, 6 Mar 2026 19:36:53 +0100 [thread overview]
Message-ID: <20260306183705.410357-1-kwolf@redhat.com> (raw)
The following changes since commit 3fb456e9a0e9eef6a71d9b49bfff596a0f0046e9:
Merge tag 'pull-request-2026-03-02' of https://gitlab.com/thuth/qemu into staging (2026-03-02 14:01:46 +0000)
are available in the Git repository at:
https://gitlab.com/kmwolf/qemu.git tags/for-upstream
for you to fetch changes up to a844ad5da2d0d16bab819c6b50c9cba0012ed202:
iotests/244: Add test cases for keep_data_file (2026-03-06 17:45:16 +0100)
----------------------------------------------------------------
Block layer patches
- Wire up 'flat' mode also for 'query-block'
- Never drop BLOCK_IO_ERROR with action=stop for rate limiting
- qcow2: Add keep_data_file command-line option
- vmdk: fix OOB read in vmdk_read_extent()
- curl: fix concurrent completion handling
- nfs: Fix deadlock
- mirror: Fix missed dirty bitmap writes during startup
- throttle-groups: fix deadlock with iolimits and muliple iothreads
----------------------------------------------------------------
Antoine Damhet (1):
block/curl: fix concurrent completion handling
Dmitry Guryanov (1):
block/throttle-groups: fix deadlock with iolimits and muliple iothreads
Halil Oktay (oblivionsage) (1):
block/vmdk: fix OOB read in vmdk_read_extent()
Hanna Czenczek (5):
block/nfs: Do not enter coroutine from CB
qcow2: Add keep_data_file command-line option
qcow2: Simplify size round-up in co_create_opts
iotests/common.filter: Sort keep_data_file
iotests/244: Add test cases for keep_data_file
Kevin Wolf (2):
mirror: Fix missed dirty bitmap writes during startup
block: Never drop BLOCK_IO_ERROR with action=stop for rate limiting
Peter Krempa (2):
block: Wire up 'flat' mode also for 'query-block'
hmp_nbd_server_start: Don't ask for backing image data
qapi/block-core.json | 7 +++-
include/block/block_int-common.h | 1 +
include/block/throttle-groups.h | 3 +-
block/curl.c | 11 ++----
block/mirror.c | 52 +++++++++++++++++-----------
block/monitor/block-hmp-cmds.c | 4 +--
block/nfs.c | 19 +++++-----
block/qapi.c | 8 ++---
block/qcow2.c | 75 ++++++++++++++++++++++++++++++++++++----
block/throttle-groups.c | 21 ++++-------
block/vmdk.c | 8 ++---
monitor/monitor.c | 21 ++++++++++-
tests/qemu-iotests/082.out | 18 ++++++++++
tests/qemu-iotests/244 | 71 +++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/244.out | 61 ++++++++++++++++++++++++++++++++
tests/qemu-iotests/common.filter | 2 +-
ui/cocoa.m | 2 +-
17 files changed, 309 insertions(+), 75 deletions(-)
next reply other threads:[~2026-03-06 18:39 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-06 18:36 Kevin Wolf [this message]
2026-03-06 18:36 ` [PULL 01/12] block/vmdk: fix OOB read in vmdk_read_extent() Kevin Wolf
2026-03-06 18:36 ` [PULL 02/12] block: Wire up 'flat' mode also for 'query-block' Kevin Wolf
2026-03-06 18:36 ` [PULL 03/12] hmp_nbd_server_start: Don't ask for backing image data Kevin Wolf
2026-03-06 18:36 ` [PULL 04/12] block/curl: fix concurrent completion handling Kevin Wolf
2026-03-06 18:36 ` [PULL 05/12] mirror: Fix missed dirty bitmap writes during startup Kevin Wolf
2026-03-06 18:36 ` [PULL 06/12] block/throttle-groups: fix deadlock with iolimits and muliple iothreads Kevin Wolf
2026-03-06 18:37 ` [PULL 07/12] block: Never drop BLOCK_IO_ERROR with action=stop for rate limiting Kevin Wolf
2026-03-06 18:37 ` [PULL 08/12] block/nfs: Do not enter coroutine from CB Kevin Wolf
2026-03-06 18:37 ` [PULL 09/12] qcow2: Add keep_data_file command-line option Kevin Wolf
2026-03-06 18:37 ` [PULL 10/12] qcow2: Simplify size round-up in co_create_opts Kevin Wolf
2026-03-06 18:37 ` [PULL 11/12] iotests/common.filter: Sort keep_data_file Kevin Wolf
2026-03-06 18:37 ` [PULL 12/12] iotests/244: Add test cases for keep_data_file Kevin Wolf
2026-03-07 11:22 ` [PULL 00/12] Block layer patches Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2021-11-02 16:05 Kevin Wolf
2021-11-03 6:27 ` Richard Henderson
2020-07-07 16:34 Kevin Wolf
2020-07-09 10:28 ` Kevin Wolf
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=20260306183705.410357-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 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.