From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753494AbWKGWJT (ORCPT ); Tue, 7 Nov 2006 17:09:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753491AbWKGWJS (ORCPT ); Tue, 7 Nov 2006 17:09:18 -0500 Received: from cantor2.suse.de ([195.135.220.15]:36041 "EHLO mx2.suse.de") by vger.kernel.org with ESMTP id S1753486AbWKGWJR (ORCPT ); Tue, 7 Nov 2006 17:09:17 -0500 From: NeilBrown To: Andrew Morton Date: Wed, 8 Nov 2006 09:09:21 +1100 X-face: [Gw_3E*Gng}4rRrKRYotwlE?.2|**#s9D Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Following are 9 patches for md in 2.6.19-rc4-mm2. The first two are suitable for 2.6.19. The third might be. It seems straight forward, but is awkward to test. Possibly safest to keep it for .20... The rest should be held for .20. 4 is a minor tidyup 5 is a resend with a bug fixed. 6-9 are resends with attribution improved. Thanks, NeilBrown [PATCH 001 of 9] md: Change ONLINE/OFFLINE events to a single CHANGE event [PATCH 002 of 9] md: Fix sizing problem with raid5-reshape and CONFIG_LBD=n [PATCH 003 of 9] md: Do not freeze md threads for suspend. [PATCH 004 of 9] md: Tidy up device-change notification when an md array is stopped [PATCH 005 of 9] md: Change lifetime rules for 'md' devices. [PATCH 006 of 9] md: Define raid5_mergeable_bvec [PATCH 007 of 9] md: Handle bypassing the read cache (assuming nothing fails). [PATCH 008 of 9] md: Allow reads that have bypassed the cache to be retried on failure. [PATCH 009 of 9] md: Enable bypassing cache for reads.