From: majianpeng <majianpeng@gmail.com>
To: NeilBrown <neilb@suse.de>
Cc: linux-raid <linux-raid@vger.kernel.org>
Subject: [PATCH 0/5] Fix some trival bugs.
Date: Sat, 27 Oct 2012 10:28:13 +0800 [thread overview]
Message-ID: <201210271028075853044@gmail.com> (raw)
Hi Neil,
This patchs fix some trival bugs for md drives.
Patch1-2 is about resync action.
Patch3 is about increase the frequency of recording checkpoint of recovery.Some times ago,
I wrote a patch about this.But you rejected it and suggested used "echo idle > sync_action" to get
the same result.I modified the patch and I hope you can accept it.
Patch4 is about using EINVAL rather than EIO in some functions.
Patch5 is modify the parameter to determine whether there is excess compute-disks for raid4/5/6.
Jianpeng Ma (5):
md: When resync aborted,using ->curr_resync as the last completed
request rather than ->curr_resync_completed.
md:Add place to update ->recovery_cp.
md: Increase the frequency of recording checkpoint of recovery.
md: Return proper error rather than EIO.
md/raid5: Using conf->max_degraded rather than 2 to determine whether there is
excess compute-disks for raid4/5/6.
drivers/md/md.c | 7 ++++---
drivers/md/raid1.c | 4 ++--
drivers/md/raid5.c | 6 +++---
3 files changed, 9 insertions(+), 8 deletions(-)
--
1.7.9.5
reply other threads:[~2012-10-27 2:28 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=201210271028075853044@gmail.com \
--to=majianpeng@gmail.com \
--cc=linux-raid@vger.kernel.org \
--cc=neilb@suse.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.