From: NeilBrown <neilb@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: lkml <linux-kernel@vger.kernel.org>,
linux RAID <linux-raid@vger.kernel.org>,
Joe Landman <joe.landman@gmail.com>,
Dave Chinner <david@fromorbit.com>,
Gu Zheng <guz.fnst@cn.fujitsu.com>, Simon Kirby <sim@hostway.ca>,
Dave Jones <davej@codemonkey.org.uk>
Subject: [GIT PULL REQUEST] md fixes for late 4.0-rc
Date: Mon, 13 Apr 2015 09:20:18 +1000 [thread overview]
Message-ID: <20150413092018.0e153eea@notabene.brown> (raw)
[-- Attachment #1: Type: text/plain, Size: 1168 bytes --]
Hi Linus,
two regression fixes for md, one fairly recent and minor (diskstats has
confusing data) and one older and more serious - RAID0 with non-power-of-2
chunksize corrupts data. I guess (almost) no-one uses non-power-of-2 chunks.
Thanks,
NeilBrown
The following changes since commit f22e6e847115abc3a0e2ad7bb18d243d42275af1:
Linux 4.0-rc7 (2015-04-06 15:39:45 -0700)
are available in the git repository at:
git://neil.brown.name/md/ tags/md/4.0-rc7-fix
for you to fetch changes up to 47d68979cc968535cb87f3e5f2e6a3533ea48fbd:
md/raid0: fix bug with chunksize not a power of 2. (2015-04-10 15:36:31 +1000)
----------------------------------------------------------------
md fixes for 4.0-rc7
Revert recent change which broke IO accounting.
Fix bug with RAID0 arrays with non-power-of-2 chunk size.
----------------------------------------------------------------
Gu Zheng (1):
md: fix md io stats accounting broken
NeilBrown (1):
md/raid0: fix bug with chunksize not a power of 2.
drivers/md/md.c | 6 +++++-
drivers/md/raid0.c | 3 ++-
2 files changed, 7 insertions(+), 2 deletions(-)
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 811 bytes --]
next reply other threads:[~2015-04-12 23:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-12 23:20 NeilBrown [this message]
2015-04-13 17:13 ` [GIT PULL REQUEST] md fixes for late 4.0-rc Linus Torvalds
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=20150413092018.0e153eea@notabene.brown \
--to=neilb@suse.de \
--cc=davej@codemonkey.org.uk \
--cc=david@fromorbit.com \
--cc=guz.fnst@cn.fujitsu.com \
--cc=joe.landman@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-raid@vger.kernel.org \
--cc=sim@hostway.ca \
--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).