From: Kevin Wolf <kwolf@redhat.com>
To: qemu-block@nongnu.org
Cc: kwolf@redhat.com, vsementsov@virtuozzo.com,
qemu-devel@nongnu.org, mreitz@redhat.com, stefanha@redhat.com
Subject: [PATCH for-4.2? v2 0/6] block: Fix resize (extending) of short overlays
Date: Wed, 20 Nov 2019 19:44:55 +0100 [thread overview]
Message-ID: <20191120184501.28159-1-kwolf@redhat.com> (raw)
See patch 2 for the description of the bug fixed.
v2:
- Switched order of bs->total_sectors update and zero write [Vladimir]
- Fixed coding style [Vladimir]
- Changed the commit message to contain what was in the cover letter
- Test all preallocation modes
- Test allocation status with qemu-io 'map' [Vladimir]
Kevin Wolf (6):
block: bdrv_co_do_pwrite_zeroes: 64 bit 'bytes' parameter
block: truncate: Don't make backing file data visible
iotests: Add qemu_io_log()
iotests: Fix timeout in run_job()
iotests: Support job-complete in run_job()
iotests: Test committing to short backing file
block/io.c | 38 +++++-
tests/qemu-iotests/274 | 141 +++++++++++++++++++++
tests/qemu-iotests/274.out | 227 ++++++++++++++++++++++++++++++++++
tests/qemu-iotests/group | 1 +
tests/qemu-iotests/iotests.py | 11 +-
5 files changed, 413 insertions(+), 5 deletions(-)
create mode 100755 tests/qemu-iotests/274
create mode 100644 tests/qemu-iotests/274.out
--
2.20.1
next reply other threads:[~2019-11-20 18:48 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-20 18:44 Kevin Wolf [this message]
2019-11-20 18:44 ` [PATCH v2 1/6] block: bdrv_co_do_pwrite_zeroes: 64 bit 'bytes' parameter Kevin Wolf
2019-11-20 18:44 ` [PATCH v2 2/6] block: truncate: Don't make backing file data visible Kevin Wolf
2019-11-20 21:15 ` Eric Blake
2019-11-21 11:22 ` Kevin Wolf
2019-11-21 8:59 ` Max Reitz
2019-11-21 9:46 ` Vladimir Sementsov-Ogievskiy
2019-11-21 11:34 ` Kevin Wolf
2019-11-21 12:21 ` Max Reitz
2019-11-21 14:33 ` Kevin Wolf
2019-11-21 15:25 ` Max Reitz
2019-11-22 14:07 ` Alberto Garcia
2019-11-22 14:27 ` Alberto Garcia
2019-11-20 18:44 ` [PATCH v2 3/6] iotests: Add qemu_io_log() Kevin Wolf
2019-11-21 13:35 ` Alberto Garcia
2019-11-20 18:44 ` [PATCH v2 4/6] iotests: Fix timeout in run_job() Kevin Wolf
2019-11-21 13:34 ` Alberto Garcia
2019-11-20 18:45 ` [PATCH v2 5/6] iotests: Support job-complete " Kevin Wolf
2019-11-21 13:35 ` Alberto Garcia
2019-11-20 18:45 ` [PATCH v2 6/6] iotests: Test committing to short backing file Kevin Wolf
2019-11-20 21:27 ` Eric Blake
2019-11-21 9:36 ` Vladimir Sementsov-Ogievskiy
2019-11-21 10:24 ` Vladimir Sementsov-Ogievskiy
2019-11-21 10:28 ` Vladimir Sementsov-Ogievskiy
2019-11-21 10:30 ` Vladimir Sementsov-Ogievskiy
2019-11-21 11:39 ` Kevin Wolf
2019-11-21 13:02 ` Vladimir Sementsov-Ogievskiy
2019-11-21 14:09 ` [PATCH for-4.2? v2 0/6] block: Fix resize (extending) of short overlays Stefan Hajnoczi
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=20191120184501.28159-1-kwolf@redhat.com \
--to=kwolf@redhat.com \
--cc=mreitz@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
--cc=vsementsov@virtuozzo.com \
/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).