Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751548AbdISPWe (ORCPT ); Tue, 19 Sep 2017 11:22:34 -0400 Received: from mail.kernel.org ([198.145.29.99]:49096 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750948AbdISPWc (ORCPT ); Tue, 19 Sep 2017 11:22:32 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D2C7721456 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=shli@kernel.org Date: Tue, 19 Sep 2017 08:22:30 -0700 From: Shaohua Li To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org Subject: [GIT PULL] MD update for 4.14-rc2 Message-ID: <20170919151340.pgkmo3isq634lpyy@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 896 Lines: 28 Hi, 2 small patches fix long live raid5 stripe batch bugs, one from Dennis and the other from me. Please pull! Thanks, Shaohua The following changes since commit e8a27f836f165c26f867ece7f31eb5c811692319: md/bitmap: disable bitmap_resize for file-backed bitmaps. (2017-08-31 22:57:03 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git for-next for you to fetch changes up to 184a09eb9a2fe425e49c9538f1604b05ed33cfef: md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_list (2017-09-05 22:51:13 -0700) ---------------------------------------------------------------- Dennis Yang (1): md/raid5: preserve STRIPE_ON_UNPLUG_LIST in break_stripe_batch_list Shaohua Li (1): md/raid5: fix a race condition in stripe batch drivers/md/raid5.c | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-)