From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-block@vger.kernel.org" <linux-block@vger.kernel.org>
Subject: [GIT PULL v2] Final block fixes for 5.10
Date: Sat, 12 Dec 2020 14:10:41 -0700 [thread overview]
Message-ID: <3cee02fb-ded4-e773-a0a2-a296397beff9@kernel.dk> (raw)
Hi Linus,
Mike and Song looked into the warning case, and thankfully it appears
the fix was pretty trivial - we can just change the md device chunk type
to unsigned int to get rid of it. They cannot currently be < 0, and
nobody is checking for that either.
That said, this should be it for 5.10. We're reverting the discard
changes as the corruption reports came in very late, and there's just no
time to attempt to deal with it at this point. Reverting the changes in
question is the right call for 5.10.
Please pull!
The following changes since commit 7e7986f9d3ba69a7375a41080a1f8c8012cb0923:
block: use gcd() to fix chunk_sectors limit stacking (2020-12-01 11:02:55 -0700)
are available in the Git repository at:
git://git.kernel.dk/linux-block.git tags/block-5.10-2020-12-12
for you to fetch changes up to 6ffeb1c3f8226244c08105bcdbeecc04bad6b89a:
md: change mddev 'chunk_sectors' from int to unsigned (2020-12-12 10:07:50 -0700)
----------------------------------------------------------------
block-5.10-2020-12-12
----------------------------------------------------------------
Jens Axboe (1):
Merge branch 'md-fixes' of https://git.kernel.org/.../song/md into block-5.10
Mike Snitzer (1):
md: change mddev 'chunk_sectors' from int to unsigned
Song Liu (6):
Revert "dm raid: remove unnecessary discard limits for raid10"
Revert "md/raid10: improve discard request for far layout"
Revert "md/raid10: improve raid10 discard request"
Revert "md/raid10: pull codes that wait for blocked dev into one function"
Revert "md/raid10: extend r10bio devs to raid disks"
Revert "md: add md_submit_discard_bio() for submitting discard bio"
drivers/md/dm-raid.c | 11 ++
drivers/md/md.c | 20 ---
drivers/md/md.h | 6 +-
drivers/md/raid0.c | 14 +-
drivers/md/raid10.c | 423 +++++++--------------------------------------------
drivers/md/raid10.h | 1 -
6 files changed, 82 insertions(+), 393 deletions(-)
--
Jens Axboe
next reply other threads:[~2020-12-12 21:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-12 21:10 Jens Axboe [this message]
2020-12-13 19:39 ` [GIT PULL v2] Final block fixes for 5.10 pr-tracker-bot
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=3cee02fb-ded4-e773-a0a2-a296397beff9@kernel.dk \
--to=axboe@kernel.dk \
--cc=linux-block@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/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).