mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
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>,
	"Baldysiak, Pawel" <pawel.baldysiak@intel.com>,
	BillStuff <billstuff2001@sbcglobal.net>,
	Anton Blanchard <anton@samba.org>, Chao Yu <chao2.yu@samsung.com>,
	Markus Stockhausen <stockhausen@collogia.de>
Subject: [GIT PULL REQUEST] md updates for 3.18
Date: Thu, 16 Oct 2014 17:32:58 +1100	[thread overview]
Message-ID: <20141016173258.1ce9f964@notabene.brown> (raw)

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

Hi Linus,
 here are some md updates for 3.18.

Thanks,
NeilBrown


The following changes since commit 8e0e99ba64c7ba46133a7c8a3e3f7de01f23bd93:

  md/raid5: disable 'DISCARD' by default due to safety concerns. (2014-10-02 13:45:00 +1000)

are available in the git repository at:

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

for you to fetch changes up to b395f75eabb3844c99244928293796ff42feaa3d:

  lib/raid6: Add log level to printks (2014-10-14 13:08:29 +1100)

----------------------------------------------------------------
md updates for 3.18

- a few minor bug fixes
- quite a lot of code tidy-up and simplification
- remove PRINT_RAID_DEBUG ioctl.  I'm fairly sure
  it is unused, and it isn't particularly useful.

----------------------------------------------------------------
Anton Blanchard (1):
      lib/raid6: Add log level to printks

Chao Yu (1):
      md: avoid potential long delay under pers_lock

Markus Stockhausen (1):
      md/raid5: fix init_stripe() inconsistencies

NeilBrown (18):
      md/bitmap: always wait for writes on unplug.
      md/raid1: minor typos and reformatting.
      md: use set_bit/clear_bit instead of shift/mask for bi_flags changes.
      md/raid10: another memory leak due to reshape.
      md/raid1: process_checks doesn't use its return value.
      md: be more relaxed about stopping an array which isn't started.
      md: use wait_event() to simplify md_super_wait()
      md: discard find_rdev_nr in favour of find_rdev_nr_rcu
      md: simplify export_array()
      md: Just use RCU when checking for overlap between arrays.
      md: don't start resync thread directly from md thread.
      md: remove unwanted white space from md.c
      md: don't allow "-sync" to be set for device in an active array.
      md: remove unnecessary test for MD_MAJOR in md_ioctl()
      md: clean up 'exit' labels in md_ioctl().
      md: remove MD_BUG()
      md: discard PRINT_RAID_DEBUG ioctl
      md: move EXPORT_SYMBOL to after function in md.c

 drivers/md/bitmap.c            |  16 +-
 drivers/md/linear.c            |   8 +-
 drivers/md/md.c                | 601 +++++++++++++----------------------------
 drivers/md/md.h                |  34 ++-
 drivers/md/multipath.c         |  28 +-
 drivers/md/raid0.c             |   9 +-
 drivers/md/raid1.c             |  37 +--
 drivers/md/raid1.h             |   2 -
 drivers/md/raid10.c            |  18 +-
 drivers/md/raid5.c             |  29 +-
 drivers/md/raid5.h             |   4 +-
 include/uapi/linux/raid/md_u.h |   1 -
 lib/raid6/algos.c              |  12 +-
 13 files changed, 266 insertions(+), 533 deletions(-)

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

                 reply	other threads:[~2014-10-16  6:33 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=20141016173258.1ce9f964@notabene.brown \
    --to=neilb@suse.de \
    --cc=anton@samba.org \
    --cc=billstuff2001@sbcglobal.net \
    --cc=chao2.yu@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-raid@vger.kernel.org \
    --cc=pawel.baldysiak@intel.com \
    --cc=stockhausen@collogia.de \
    --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

Powered by JetHome