From: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
To: qemu-block@nongnu.org
Cc: qemu-devel@nongnu.org, fam@euphon.net, stefanha@redhat.com,
mreitz@redhat.com, kwolf@redhat.com, eblake@redhat.com,
berto@igalia.com, den@openvz.org, vsementsov@virtuozzo.com
Subject: [PATCH 0/4] block: prepare for 64bit
Date: Fri, 4 Dec 2020 01:27:09 +0300 [thread overview]
Message-ID: <20201203222713.13507-1-vsementsov@virtuozzo.com> (raw)
Hi all!
This is a preparation series for v4 of "[PATCH v3 00/17] 64bit
block-layer".
The whole thing is in 04, and 01-03 are small preparations.
Vladimir Sementsov-Ogievskiy (4):
block/file-posix: fix workaround in raw_do_pwrite_zeroes()
block/io: bdrv_refresh_limits(): use ERRP_GUARD
block/io: bdrv_check_byte_request(): drop bdrv_is_inserted()
block: introduce BDRV_MAX_LENGTH
include/block/block.h | 10 ++++++
include/block/block_int.h | 8 +++++
block.c | 17 ++++++++-
block/file-posix.c | 7 ++--
block/io.c | 69 ++++++++++++++++++++++++++----------
tests/test-write-threshold.c | 4 +++
tests/qemu-iotests/206 | 2 +-
tests/qemu-iotests/206.out | 6 ++++
8 files changed, 98 insertions(+), 25 deletions(-)
--
2.21.3
next reply other threads:[~2020-12-03 22:28 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-03 22:27 Vladimir Sementsov-Ogievskiy [this message]
2020-12-03 22:27 ` [PATCH 1/4] block/file-posix: fix workaround in raw_do_pwrite_zeroes() Vladimir Sementsov-Ogievskiy
2020-12-03 22:27 ` [PATCH 2/4] block/io: bdrv_refresh_limits(): use ERRP_GUARD Vladimir Sementsov-Ogievskiy
2020-12-04 15:08 ` Alberto Garcia
2020-12-03 22:27 ` [PATCH 3/4] block/io: bdrv_check_byte_request(): drop bdrv_is_inserted() Vladimir Sementsov-Ogievskiy
2020-12-04 15:16 ` Alberto Garcia
2020-12-03 22:27 ` [PATCH 4/4] block: introduce BDRV_MAX_LENGTH Vladimir Sementsov-Ogievskiy
2021-01-07 9:58 ` Richard W.M. Jones
2021-01-07 10:56 ` Richard W.M. Jones
2021-01-07 12:20 ` Richard W.M. Jones
2021-01-08 11:14 ` Vladimir Sementsov-Ogievskiy
2021-01-08 11:27 ` Daniel P. Berrangé
2021-02-04 14:05 ` Eric Blake
2021-01-08 10:51 ` Vladimir Sementsov-Ogievskiy
2021-01-08 11:02 ` Richard W.M. Jones
2020-12-08 17:13 ` [PATCH 0/4] block: prepare for 64bit Kevin Wolf
2020-12-08 17:32 ` Vladimir Sementsov-Ogievskiy
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=20201203222713.13507-1-vsementsov@virtuozzo.com \
--to=vsementsov@virtuozzo.com \
--cc=berto@igalia.com \
--cc=den@openvz.org \
--cc=eblake@redhat.com \
--cc=fam@euphon.net \
--cc=kwolf@redhat.com \
--cc=mreitz@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.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).