[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/3] Block layer patches
From: |
Kevin Wolf |
Subject: |
[PULL 0/3] Block layer patches |
Date: |
Fri, 10 Mar 2023 18:55:26 +0100 |
The following changes since commit ee59483267de29056b5b2ee2421ef3844e5c9932:
Merge tag 'qemu-openbios-20230307' of https://github.com/mcayland/qemu into
staging (2023-03-09 16:55:03 +0000)
are available in the Git repository at:
https://repo.or.cz/qemu/kevin.git tags/for-upstream
for you to fetch changes up to ecf8191314798391b1df80bcb829c0ead4f8acc9:
qed: remove spurious BDRV_POLL_WHILE() (2023-03-10 15:14:46 +0100)
----------------------------------------------------------------
Block layer patches
- fuse: Fix fallocate(PUNCH_HOLE) to zero out the range
- qed: remove spurious BDRV_POLL_WHILE()
----------------------------------------------------------------
Hanna Czenczek (2):
block/fuse: Let PUNCH_HOLE write zeroes
iotests/308: Add test for 'write -zu'
Stefan Hajnoczi (1):
qed: remove spurious BDRV_POLL_WHILE()
block/export/fuse.c | 11 ++++++++++-
block/qed.c | 1 -
tests/qemu-iotests/308 | 43 +++++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/308.out | 35 +++++++++++++++++++++++++++++++++++
4 files changed, 88 insertions(+), 2 deletions(-)
- [PULL 0/3] Block layer patches,
Kevin Wolf <=