From mboxrd@z Thu Jan 1 00:00:00 1970 From: NeilBrown Subject: [PATCH 000 of 3] md: Introduction - 3 bugfixs for -mm Date: Tue, 16 May 2006 11:12:56 +1000 Message-ID: <20060516111036.2649.patches@notabene> Return-path: Sender: linux-raid-owner@vger.kernel.org To: Andrew Morton Cc: linux-raid@vger.kernel.org, linux-kernel@vger.kernel.org, Reuben Farrelly List-Id: linux-raid.ids The first of these fixes issues with the new bmap based bitmap file access code, and possibly should be an -mm hotfix, and without it, 'internal' bitmaps don't work any more :-( Others are minor and unrelated. Thanks, NeilBrown [PATCH 001 of 3] md: Change md/bitmap file handling to use bmap to file blocks-fix [PATCH 002 of 3] md: Fix inverted test for 'repair' directive. [PATCH 003 of 3] md: Calculate correct array size for raid10 in new offset mode. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750936AbWEPBNQ (ORCPT ); Mon, 15 May 2006 21:13:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750932AbWEPBNQ (ORCPT ); Mon, 15 May 2006 21:13:16 -0400 Received: from mx1.suse.de ([195.135.220.2]:51605 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S1750928AbWEPBNP (ORCPT ); Mon, 15 May 2006 21:13:15 -0400 From: NeilBrown To: Andrew Morton Date: Tue, 16 May 2006 11:12:56 +1000 X-face: [Gw_3E*Gng}4rRrKRYotwlE?.2|**#s9D Subject: [PATCH 000 of 3] md: Introduction - 3 bugfixs for -mm Message-ID: <20060516111036.2649.patches@notabene> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org The first of these fixes issues with the new bmap based bitmap file access code, and possibly should be an -mm hotfix, and without it, 'internal' bitmaps don't work any more :-( Others are minor and unrelated. Thanks, NeilBrown [PATCH 001 of 3] md: Change md/bitmap file handling to use bmap to file blocks-fix [PATCH 002 of 3] md: Fix inverted test for 'repair' directive. [PATCH 003 of 3] md: Calculate correct array size for raid10 in new offset mode.