* [PULL v2 00/28] Block layer patches
@ 2023-09-20 16:32 Kevin Wolf
2023-09-21 15:16 ` Stefan Hajnoczi
0 siblings, 1 reply; 4+ messages in thread
From: Kevin Wolf @ 2023-09-20 16:32 UTC (permalink / raw)
To: qemu-block; +Cc: kwolf, qemu-devel
The following changes since commit 4907644841e3200aea6475c0f72d3d987e9f3d93:
Merge tag 'mem-2023-09-19' of https://github.com/davidhildenbrand/qemu into staging (2023-09-19 13:22:19 -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 c428b392590df6364a025d5841e3e8a589ebfd4a:
block: mark aio_poll as non-coroutine (2023-09-20 17:46:16 +0200)
----------------------------------------------------------------
Block layer patches
- Graph locking part 4 (node management)
- qemu-img map: report compressed data blocks
- block-backend: process I/O in the current AioContext
----------------------------------------------------------------
Andrey Drobyshev via (2):
block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()
qemu-img: map: report compressed data blocks
Kevin Wolf (21):
block: Remove unused BlockReopenQueueEntry.perms_checked
preallocate: Factor out preallocate_truncate_to_real_size()
preallocate: Don't poll during permission updates
block: Take AioContext lock for bdrv_append() more consistently
block: Introduce bdrv_schedule_unref()
block-coroutine-wrapper: Add no_co_wrapper_bdrv_wrlock functions
block-coroutine-wrapper: Allow arbitrary parameter names
block: Mark bdrv_replace_child_noperm() GRAPH_WRLOCK
block: Mark bdrv_replace_child_tran() GRAPH_WRLOCK
block: Mark bdrv_attach_child_common() GRAPH_WRLOCK
block: Call transaction callbacks with lock held
block: Mark bdrv_attach_child() GRAPH_WRLOCK
block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCK
block: Mark bdrv_get_cumulative_perm() and callers GRAPH_RDLOCK
block: Mark bdrv_child_perm() GRAPH_RDLOCK
block: Mark bdrv_parent_cb_change_media() GRAPH_RDLOCK
block: Take graph rdlock in bdrv_drop_intermediate()
block: Take graph rdlock in bdrv_change_aio_context()
block: Mark bdrv_root_unref_child() GRAPH_WRLOCK
block: Mark bdrv_unref_child() GRAPH_WRLOCK
block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCK
Paolo Bonzini (1):
block: mark aio_poll as non-coroutine
Stefan Hajnoczi (4):
block: remove AIOCBInfo->get_aio_context()
test-bdrv-drain: avoid race with BH in IOThread drain test
block-backend: process I/O in the current AioContext
block-backend: process zoned requests in the current AioContext
qapi/block-core.json | 6 +-
include/block/aio.h | 3 +-
include/block/block-common.h | 7 +
include/block/block-global-state.h | 32 +-
include/block/block-io.h | 1 -
include/block/block_int-common.h | 34 +-
include/block/block_int-global-state.h | 14 +-
include/sysemu/block-backend-global-state.h | 4 +-
block.c | 348 +++++++---
block/blklogwrites.c | 4 +
block/blkverify.c | 2 +
block/block-backend.c | 64 +-
block/copy-before-write.c | 10 +-
block/crypto.c | 6 +-
block/graph-lock.c | 26 +-
block/io.c | 23 +-
block/mirror.c | 8 +
block/preallocate.c | 133 ++--
block/qcow.c | 5 +-
block/qcow2.c | 7 +-
block/quorum.c | 23 +-
block/replication.c | 9 +
block/snapshot.c | 2 +
block/stream.c | 20 +-
block/vmdk.c | 15 +
blockdev.c | 23 +-
blockjob.c | 2 +
hw/nvme/ctrl.c | 7 -
qemu-img.c | 8 +-
softmmu/dma-helpers.c | 8 -
tests/unit/test-bdrv-drain.c | 31 +-
tests/unit/test-bdrv-graph-mod.c | 20 +
tests/unit/test-block-iothread.c | 3 +
util/thread-pool.c | 8 -
scripts/block-coroutine-wrapper.py | 18 +-
tests/qemu-iotests/051.pc.out | 6 +-
tests/qemu-iotests/122.out | 84 +--
tests/qemu-iotests/146.out | 780 +++++++++++------------
tests/qemu-iotests/154.out | 194 +++---
tests/qemu-iotests/179.out | 178 +++---
tests/qemu-iotests/209.out | 4 +-
tests/qemu-iotests/221.out | 16 +-
tests/qemu-iotests/223.out | 60 +-
tests/qemu-iotests/241.out | 10 +-
tests/qemu-iotests/244.out | 24 +-
tests/qemu-iotests/252.out | 10 +-
tests/qemu-iotests/253.out | 20 +-
tests/qemu-iotests/274.out | 48 +-
tests/qemu-iotests/tests/nbd-qemu-allocation.out | 16 +-
tests/qemu-iotests/tests/qemu-img-bitmaps.out | 24 +-
50 files changed, 1375 insertions(+), 1033 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PULL v2 00/28] Block layer patches
2023-09-20 16:32 [PULL v2 00/28] Block layer patches Kevin Wolf
@ 2023-09-21 15:16 ` Stefan Hajnoczi
0 siblings, 0 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2023-09-21 15:16 UTC (permalink / raw)
To: Kevin Wolf; +Cc: qemu-block, kwolf, qemu-devel
[-- Attachment #1: Type: text/plain, Size: 115 bytes --]
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PULL v2 00/28] Block layer patches
@ 2025-11-11 21:32 Kevin Wolf
2025-11-12 15:08 ` Richard Henderson
0 siblings, 1 reply; 4+ messages in thread
From: Kevin Wolf @ 2025-11-11 21:32 UTC (permalink / raw)
To: qemu-block; +Cc: kwolf, richard.henderson, qemu-devel
The following changes since commit 593aee5df98b4a862ff8841a57ea3dbf22131a5f:
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging (2025-11-10 16:49:59 +0100)
are available in the Git repository at:
https://repo.or.cz/qemu/kevin.git tags/for-upstream
for you to fetch changes up to 909852ba6b4a22fd2b6f9d8b88adb5fc47dfa781:
qemu-img rebase: don't exceed IO_BUF_SIZE in one operation (2025-11-11 22:06:09 +0100)
----------------------------------------------------------------
Block layer patches
- stream: Fix potential crash during job completion
- aio: add the aio_add_sqe() io_uring API
- qcow2: put discards in discard queue when discard-no-unref is enabled
- qcow2, vmdk: Restrict creation with secondary file using protocol
- qemu-img rebase: Fix assertion failure due to exceeding IO_BUF_SIZE
- iotests: Run iotests with sanitizers
- iotests: Add more image formats to the thorough testing
- iotests: Improve the dry run list to speed up thorough testing
- Code cleanup
----------------------------------------------------------------
Akihiko Odaki (2):
qemu-img: Fix amend option parse error handling
iotests: Run iotests with sanitizers
Alberto Garcia (1):
qemu-img rebase: don't exceed IO_BUF_SIZE in one operation
Eric Blake (2):
block: Allow drivers to control protocol prefix at creation
qcow2, vmdk: Restrict creation with secondary file using protocol
Jean-Louis Dupond (2):
qcow2: rename update_refcount_discard to queue_discard
qcow2: put discards in discard queue when discard-no-unref is enabled
Kevin Wolf (1):
iotests: Test resizing file node under raw with size/offset
Stefan Hajnoczi (15):
aio-posix: fix race between io_uring CQE and AioHandler deletion
aio-posix: fix fdmon-io_uring.c timeout stack variable lifetime
aio-posix: fix spurious return from ->wait() due to signals
aio-posix: keep polling enabled with fdmon-io_uring.c
tests/unit: skip test-nested-aio-poll with io_uring
aio-posix: integrate fdmon into glib event loop
aio: remove aio_context_use_g_source()
aio: free AioContext when aio_context_new() fails
aio: add errp argument to aio_context_setup()
aio-posix: gracefully handle io_uring_queue_init() failure
aio-posix: unindent fdmon_io_uring_destroy()
aio-posix: add fdmon_ops->dispatch()
aio-posix: add aio_add_sqe() API for user-defined io_uring requests
block/io_uring: use aio_add_sqe()
block/io_uring: use non-vectored read/write when possible
Thomas Huth (3):
tests/qemu-iotests/184: Fix skip message for qemu-img without throttle
tests/qemu-iotests: Improve the dry run list to speed up thorough testing
tests/qemu-iotest: Add more image formats to the thorough testing
Wesley Hershberger (1):
block: Drop detach_subchain for bdrv_replace_node
Yeqi Fu (1):
block: replace TABs with space
block/qcow2.h | 4 +
include/block/aio.h | 156 +++++++-
include/block/block-global-state.h | 3 +-
include/block/nbd.h | 2 +-
include/block/raw-aio.h | 5 -
util/aio-posix.h | 18 +-
block.c | 42 +--
block/bochs.c | 14 +-
block/crypto.c | 2 +-
block/file-posix.c | 98 +++--
block/file-win32.c | 38 +-
block/io_uring.c | 505 +++++++-------------------
block/parallels.c | 2 +-
block/qcow.c | 12 +-
block/qcow2-cluster.c | 16 +-
block/qcow2-refcount.c | 25 +-
block/qcow2.c | 4 +-
block/qed.c | 2 +-
block/raw-format.c | 2 +-
block/vdi.c | 2 +-
block/vhdx.c | 2 +-
block/vmdk.c | 2 +-
block/vpc.c | 2 +-
qemu-img.c | 4 +-
stubs/io_uring.c | 32 --
tests/unit/test-aio.c | 7 +-
tests/unit/test-nested-aio-poll.c | 13 +-
util/aio-posix.c | 137 ++++---
util/aio-win32.c | 7 +-
util/async.c | 74 ++--
util/fdmon-epoll.c | 34 +-
util/fdmon-io_uring.c | 249 ++++++++++---
util/fdmon-poll.c | 85 ++++-
tests/qemu-iotests/testrunner.py | 12 +
block/trace-events | 12 +-
meson.build | 2 +
stubs/meson.build | 3 -
tests/qemu-iotests/024 | 46 +++
tests/qemu-iotests/024.out | 26 ++
tests/qemu-iotests/184 | 2 +-
tests/qemu-iotests/257 | 8 +-
tests/qemu-iotests/257.out | 14 +-
tests/qemu-iotests/check | 42 ++-
tests/qemu-iotests/meson.build | 11 +-
tests/qemu-iotests/tests/resize-below-raw | 53 ++-
tests/qemu-iotests/tests/resize-below-raw.out | 4 +-
util/trace-events | 4 +
47 files changed, 1037 insertions(+), 802 deletions(-)
delete mode 100644 stubs/io_uring.c
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PULL v2 00/28] Block layer patches
2025-11-11 21:32 Kevin Wolf
@ 2025-11-12 15:08 ` Richard Henderson
0 siblings, 0 replies; 4+ messages in thread
From: Richard Henderson @ 2025-11-12 15:08 UTC (permalink / raw)
To: Kevin Wolf, qemu-block; +Cc: qemu-devel
On 11/11/25 22:32, Kevin Wolf wrote:
> The following changes since commit 593aee5df98b4a862ff8841a57ea3dbf22131a5f:
>
> Merge tag 'for_upstream' ofhttps://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging (2025-11-10 16:49:59 +0100)
>
> are available in the Git repository at:
>
> https://repo.or.cz/qemu/kevin.git tags/for-upstream
>
> for you to fetch changes up to 909852ba6b4a22fd2b6f9d8b88adb5fc47dfa781:
>
> qemu-img rebase: don't exceed IO_BUF_SIZE in one operation (2025-11-11 22:06:09 +0100)
>
> ----------------------------------------------------------------
> Block layer patches
>
> - stream: Fix potential crash during job completion
> - aio: add the aio_add_sqe() io_uring API
> - qcow2: put discards in discard queue when discard-no-unref is enabled
> - qcow2, vmdk: Restrict creation with secondary file using protocol
> - qemu-img rebase: Fix assertion failure due to exceeding IO_BUF_SIZE
> - iotests: Run iotests with sanitizers
> - iotests: Add more image formats to the thorough testing
> - iotests: Improve the dry run list to speed up thorough testing
> - Code cleanup
Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/10.2 as appropriate.
r~
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-11-12 15:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-20 16:32 [PULL v2 00/28] Block layer patches Kevin Wolf
2023-09-21 15:16 ` Stefan Hajnoczi
-- strict thread matches above, loose matches on Subject: below --
2025-11-11 21:32 Kevin Wolf
2025-11-12 15:08 ` Richard Henderson
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).