Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751957AbcCUFKP (ORCPT ); Mon, 21 Mar 2016 01:10:15 -0400 Received: from mail.kernel.org ([198.145.29.136]:38111 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750949AbcCUFKL (ORCPT ); Mon, 21 Mar 2016 01:10:11 -0400 Date: Sun, 20 Mar 2016 22:10:07 -0700 From: Shaohua Li To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org, neilb@suse.com Subject: [GIT PULL] MD for 4.6 Message-ID: <20160321051007.GA2231@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2365 Lines: 71 Hi Linus, Could you please pull the MD update for 4.6? This update mainly fixes bugs. - A raid5 discard related fix from Jes - A MD multipath bio clone fix from Ming - raid1 error handling deadlock fix from Nate and corresponding raid10 fix from myself - A raid5 stripe batch fix from Neil - A patch from Sebastian to avoid unnecessary uevent - Several cleanup/debug patches Thanks, Shaohua The following changes since commit 6dc390ad61ac8dfca5fa9b0823981fb6f7ec17a0: Merge tag 'arc-4.5-rc6-fixes-upd' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc (2016-02-24 14:06:17 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git tags/md/4.6-rc1 for you to fetch changes up to 1d034e68e2c256640eb1f44bd7dcd89f90806ccf: md/raid5: Cleanup cpu hotplug notifier (2016-03-17 14:30:15 -0700) ---------------------------------------------------------------- Anna-Maria Gleixner (1): md/raid5: Cleanup cpu hotplug notifier Eric Engestrom (1): md/bitmap: remove redundant check Guoqing Jiang (3): md/raid1: remove unnecessary BUG_ON md/bitmap: remove redundant return in bitmap_checkpage md: fix typos for stipe Jes Sorensen (1): md/raid5: Compare apples to apples (or sectors to sectors) Ming Lei (1): md: multipath: don't hardcopy bio in .make_request path Nate Dailey (1): raid1: include bio_end_io_list in nr_queued to prevent freeze_array hang NeilBrown (1): md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_list Sebastian Parschauer (1): md: Drop sending a change uevent when stopping Shaohua Li (6): RAID5: check_reshape() shouldn't call mddev_suspend RAID5: revert e9e4c377e2f563 to fix a livelock MD: warn for potential deadlock Update MD git tree URL md/raid5: output stripe state for debug raid10: include bio_end_io_list in nr_queued to prevent freeze_array hang MAINTAINERS | 2 +- drivers/md/bitmap.c | 4 +--- drivers/md/bitmap.h | 4 ++-- drivers/md/md.c | 2 +- drivers/md/multipath.c | 4 +++- drivers/md/raid1.c | 8 ++++--- drivers/md/raid10.c | 7 ++++-- drivers/md/raid5.c | 63 +++++++++++++++++++++++++++++--------------------- drivers/md/raid5.h | 4 +++- 9 files changed, 58 insertions(+), 40 deletions(-)