linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: NeilBrown <neilb@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Jianpeng Ma <majianpeng@gmail.com>,
	"Baldysiak, Pawel" <pawel.baldysiak@intel.com>,
	Shaohua Li <shli@kernel.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Bian Yu <bianyu@kedacom.com>, Joe Perches <joe@perches.com>,
	Aurelien Jarno <aurelien@aurel32.net>,
	lkml <linux-kernel@vger.kernel.org>,
	linux RAID <linux-raid@vger.kernel.org>
Subject: [PULL REQUEST] md updates for 3.13
Date: Wed, 20 Nov 2013 10:27:55 +1100	[thread overview]
Message-ID: <20131120102755.0f88fe92@notabene.brown> (raw)

[-- Attachment #1: Type: text/plain, Size: 2722 bytes --]

The following changes since commit 39cf275a1a18ba3c7eb9b986c5c9b35b57332798:

  Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2013-11-12 10:20:12 +0900)

are available in the git repository at:


  git://neil.brown.name/md/ tags/md/3.13

for you to fetch changes up to 60aaf933854511630e16be4efe0f96485e132de4:

  md/raid5: Use conf->device_lock protect changing of multi-thread resources. (2013-11-19 15:19:18 +1100)

----------------------------------------------------------------
md update for 3.13.

Mostly optimisations and obscure bug fixes.
 - raid5 gets less lock contention
 - raid1 gets less contention between normal-io and resync-io
   during resync.

----------------------------------------------------------------
Aurelien Jarno (1):
      UAPI: include <asm/byteorder.h> in linux/raid/md_p.h

Bian Yu (1):
      raid5: Retry R5_ReadNoMerge flag when hit a read error.

Joe Perches (1):
      md: Convert use of typedef ctl_table to struct ctl_table

NeilBrown (5):
      md: fix calculation of stacking limits on level change.
      md/raid5.c: add proper locking to error path of raid5_start_reshape.
      md: fix some places where mddev_lock return value is not checked.
      md: use MD_RECOVERY_INTR instead of kthread_should_stop in resync thread.
      md/raid5: avoid deadlock when raid5 array has unack badblocks during md_stop_writes.

Shaohua Li (3):
      wait: add wait_event_cmd()
      raid5: relieve lock contention in get_active_stripe()
      raid5: relieve lock contention in get_active_stripe()

majianpeng (8):
      raid5: Use slow_path to release stripe when mddev->thread is null
      raid1: Add a field array_frozen to indicate whether raid in freeze state.
      raid1: Replace raise_barrier/lower_barrier with freeze_array/unfreeze_array when reconfiguring the array.
      raid1: Add some macros to make code clearly.
      raid1: Rewrite the implementation of iobarrier.
      md/raid5: For stripe with R5_ReadNoMerge, we replace REQ_FLUSH with REQ_NOMERGE.
      md/raid5: Before freeing old multi-thread worker, it should flush them.
      md/raid5: Use conf->device_lock protect changing of multi-thread resources.

 drivers/md/md.c                | 133 +++++++------
 drivers/md/raid1.c             | 162 +++++++++++++---
 drivers/md/raid1.h             |  15 ++
 drivers/md/raid10.c            |   6 +-
 drivers/md/raid5.c             | 420 +++++++++++++++++++++++++++++++----------
 drivers/md/raid5.h             |  16 +-
 include/linux/wait.h           |  25 +++
 include/uapi/linux/raid/md_p.h |   1 +
 8 files changed, 592 insertions(+), 186 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

                 reply	other threads:[~2013-11-19 23:27 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=20131120102755.0f88fe92@notabene.brown \
    --to=neilb@suse.de \
    --cc=aurelien@aurel32.net \
    --cc=bianyu@kedacom.com \
    --cc=joe@perches.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-raid@vger.kernel.org \
    --cc=majianpeng@gmail.com \
    --cc=pawel.baldysiak@intel.com \
    --cc=peterz@infradead.org \
    --cc=shli@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).