From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754353AbZDTHwj (ORCPT ); Mon, 20 Apr 2009 03:52:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753579AbZDTHwR (ORCPT ); Mon, 20 Apr 2009 03:52:17 -0400 Received: from cantor.suse.de ([195.135.220.2]:50329 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753714AbZDTHwQ (ORCPT ); Mon, 20 Apr 2009 03:52:16 -0400 From: Neil Brown To: Linus Torvalds Date: Mon, 20 Apr 2009 17:52:25 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18924.10681.98103.247886@notabene.brown> Subject: [PULL REQUEST] a few more md patches for 2.6.30 X-Mailer: VM 7.19 under Emacs 21.4.1 Cc: linux-raid@vger.kernel.org, linux-kernel@vger.kernel.org Cc: "Mario 'BitKoenig' Holbe" Cc: Christoph Hellwig X-face: [Gw_3E*Gng}4rRrKRYotwlE?.2|**#s9D X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, a few more md fixes / enhancements. The enhancements are fairly minor and essentially finish off various threads begun in previous pull. Thanks, NeilBrown The following changes since commit 0882e8dd3aad33eca41696d463bb896e6c8817eb: Linus Torvalds (1): Linux 2.6.30-rc2 are available in the git repository at: git://neil.brown.name/md for-linus Christoph Hellwig (1): md: tiny md.h cleanups NeilBrown (4): md: allow setting newly added device to 'in_sync' via sysfs. md: improve usefulness and accuracy of sysfs file md/sync_completed. md: update sync_completed and reshape_position even more often. md: support bitmaps on RAID10 arrays larger then 2 terabytes drivers/md/bitmap.c | 7 ++++--- drivers/md/md.c | 41 ++++++++++++++++++++++++++++------------- drivers/md/md.h | 21 +++++++++++++-------- drivers/md/raid5.c | 7 ++++++- 4 files changed, 51 insertions(+), 25 deletions(-)