linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Neil Brown <neilb@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-raid@vger.kernel.org
Subject: [PULL REQUEST] fix for v.large RAID5 with v.small chunks
Date: Wed, 21 Apr 2010 15:17:21 +1000	[thread overview]
Message-ID: <19406.35425.223934.477541@notabene.brown> (raw)


Hi Linus,
 I wonder if you would pull this fix for 2.6.33.
 If you have a very large RAID5 - say 8TB, quite easy these days -
 with very small chunks - say 4K, not common but quite possible -
 then you can get more than 2^31 chunks so storing the number of
 chunks in an 'int' doesn't really work.

Thanks,
NeilBrown

The following changes since commit 85341c61361cc45a9cc0e11c01e8f4479ef460ac:
  Linus Torvalds (1):
        Merge branch 'core-fixes-for-linus' of git://git.kernel.org/.../tip/linux-2.6-tip

are available in the git repository at:

  git://neil.brown.name/md/ for-linus

NeilBrown (1):
      md/raid5: allow for more than 2^31 chunks.

 drivers/md/raid5.c |   19 +++++++------------
 1 files changed, 7 insertions(+), 12 deletions(-)

                 reply	other threads:[~2010-04-21  5:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=19406.35425.223934.477541@notabene.brown \
    --to=neilb@suse.de \
    --cc=linux-raid@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).