[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/4] Block layer patches
From: |
Kevin Wolf |
Subject: |
[PULL 0/4] Block layer patches |
Date: |
Fri, 25 Apr 2025 19:52:48 +0200 |
The following changes since commit 019fbfa4bcd2d3a835c241295e22ab2b5b56129b:
Merge tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru into
staging (2025-04-24 13:44:57 -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 2b689db0bedd24eda8b491cb1fcfb015dfec5a31:
qemu-img: improve queue depth validation in img_bench (2025-04-25 18:09:04
+0200)
----------------------------------------------------------------
Block layer patches
- Discard alignment fixes
- Remove unused callback .bdrv_aio_pdiscard()
- qemu-img bench: Input validation fix
----------------------------------------------------------------
Denis Rastyogin (1):
qemu-img: improve queue depth validation in img_bench
Stefan Hajnoczi (2):
file-posix: probe discard alignment on Linux block devices
block/io: skip head/tail requests on EINVAL
Sunny Zhu (1):
block: Remove unused callback function *bdrv_aio_pdiscard
include/block/block_int-common.h | 4 ---
block/file-posix.c | 67 +++++++++++++++++++++++++++++++++++++++-
block/io.c | 35 +++++++--------------
qemu-img.c | 2 +-
4 files changed, 79 insertions(+), 29 deletions(-)
- [PULL 0/4] Block layer patches, Kevin Wolf, 2025/04/08
- [PULL 2/4] qcow2: Don't crash qemu-img info with missing crypto header, Kevin Wolf, 2025/04/08
- [PULL 1/4] qemu-img: fix division by zero in bench_cb() for zero-sized images, Kevin Wolf, 2025/04/08
- [PULL 3/4] scsi-disk: Apply error policy for host_status errors again, Kevin Wolf, 2025/04/08
- [PULL 4/4] test-bdrv-drain: Fix data races, Kevin Wolf, 2025/04/08
- Re: [PULL 0/4] Block layer patches, Stefan Hajnoczi, 2025/04/09