Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751268AbdFBQTc (ORCPT ); Fri, 2 Jun 2017 12:19:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:39596 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750955AbdFBQTb (ORCPT ); Fri, 2 Jun 2017 12:19:31 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7BA32214E1 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: Fri, 2 Jun 2017 09:19:28 -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.12-rc4 Message-ID: <20170602161928.ttyedwasje6wnsny@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: 1141 Lines: 39 Hi, Several patches for MD. One notable is making flush bios sync, others fix small issues. Please pull! Thanks, Shaohua The following changes since commit 08332893e37af6ae779367e78e444f8f9571511d: Linux 4.12-rc2 (2017-05-21 19:30:23 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git tags/md/4.12-rc4 for you to fetch changes up to 5a8948f8a32ba56c17b3fb75d318ac98157f3ba5: md: Make flush bios explicitely sync (2017-05-31 09:25:53 -0700) ---------------------------------------------------------------- Guoqing Jiang (1): md-cluster: fix potential lock issue in add_new_disk Jan Kara (1): md: Make flush bios explicitely sync Kyungchan Koh (1): md: uuid debug statement now in processor byte order. Nix (1): md: report sector of stripes with check mismatches drivers/md/bitmap.c | 8 ++++---- drivers/md/md-cluster.c | 4 +++- drivers/md/md.c | 2 +- drivers/md/raid5-cache.c | 4 ++-- drivers/md/raid5-ppl.c | 4 ++-- drivers/md/raid5.c | 18 ++++++++++++++---- 6 files changed, 26 insertions(+), 14 deletions(-)