Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751980AbbBRBb6 (ORCPT ); Tue, 17 Feb 2015 20:31:58 -0500 Received: from cantor2.suse.de ([195.135.220.15]:56604 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751480AbbBRBb5 (ORCPT ); Tue, 17 Feb 2015 20:31:57 -0500 Date: Wed, 18 Feb 2015 12:31:46 +1100 From: NeilBrown To: Linus Torvalds Cc: lkml , linux RAID , Nate Dailey , Jes Sorensen , Manibalan P Subject: [GIT PULL REQUEST] some more bugfixes for md. Message-ID: <20150218123146.7424b524@notabene.brown> X-Mailer: Claws Mail 3.10.1-162-g4d0ed6 (GTK+ 2.24.25; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/l3B/WEN6I4r90s3WkBgePl9"; protocol="application/pgp-signature" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2467 Lines: 72 --Sig_/l3B/WEN6I4r90s3WkBgePl9 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable hi Linus, Please pull these three fixes, one tagged for -stable. Thanks, NeilBrown The following changes since commit 53a6ab4d3f6d6dc87ec8f14998b4b5536ee2968c: md/raid10: fix conversion from RAID0 to RAID10 (2015-02-12 14:09:57 +1100) are available in the git repository at: git://neil.brown.name/md/ tags/md/3.20-fixes for you to fetch changes up to 26ac107378c4742978216be1005b7291b799c7b2: md/raid5: Fix livelock when array is both resyncing and degraded. (2015-0= 2-18 11:35:14 +1100) ---------------------------------------------------------------- 3 bug md fixes for 3.20 yet-another-livelock in raid5, and a problem with write errors to 4K-block devices. ---------------------------------------------------------------- Nate Dailey (1): md/raid1: round up to bdev_logical_block_size in narrow_write_error NeilBrown (2): md/raid10: round up to bdev_logical_block_size in narrow_write_error. md/raid5: Fix livelock when array is both resyncing and degraded. drivers/md/raid1.c | 3 ++- drivers/md/raid10.c | 3 ++- drivers/md/raid5.c | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) --Sig_/l3B/WEN6I4r90s3WkBgePl9 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIVAwUBVOPrgjnsnt1WYoG5AQK3jRAAua7sp0/zsS5PGddFW9PxFh7nyUQCfjR+ 1offdgBP9sWBdBO+GJTxBTkl0s98gSzq32/vnPifn8Dpcafv4Jy21rV9og5jdZN4 +RWq15Pq2Hh6F4RtYLaktdPbnHJ8+2YJ62g5U5db9vPEVuYels7McdIeloQ6AiYF vQLP7OS05C24anZ/ayQoZBThyUiftDfHye3P7DYa/OQG4ZsO9Pd8s2ARgXovvups oZJpeBzTct0rDYW03JrPiN0Ap7W9yqZoCo0E5XoZbEqCmagMNc1Mv675dcJJaaCY uOSsCDteng9IcLSHtsTK9rFQQO8Twt4qkHtD1TvgVIiX3riFKrfcOp5OdxYL6ChY haNHLgJC7S7Kr7kogc54+nx/0m44Z9anUwdzt3B7eD6rOPxwrKCQ1IzUzqoKIRcz QSSkfmOwLD00Zy6Z5GqBtDjSiXKIgJ1Ws2HcBU/hj/oeO77l4m1f8W/DzbqulPZx 4t7zWYDZMantpOcbr7QaQPtHLuoblBn+Rw82IINLUDy3uBjUeyV1ouZGyGYX5ehT vr3x9H0tezActfNV3a09QUTlxI5MEZ5CdPV4BhaR2MS2b5WHzqYg0XmnLecBG5wp SmEe2yGDlXSdKw4v2z2n7rMDYsean+GsQYKsHoQYjQxDcsFfvpAZPr33HGi5R6/z /h+CK45A4IU= =qHYS -----END PGP SIGNATURE----- --Sig_/l3B/WEN6I4r90s3WkBgePl9-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/