Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755239AbYLESi4 (ORCPT ); Fri, 5 Dec 2008 13:38:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753555AbYLESiq (ORCPT ); Fri, 5 Dec 2008 13:38:46 -0500 Received: from kroah.org ([198.145.64.141]:49013 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752198AbYLESip (ORCPT ); Fri, 5 Dec 2008 13:38:45 -0500 Date: Fri, 5 Dec 2008 10:36:13 -0800 From: Greg KH To: Theodore Tso , Greg KH , linux-kernel@vger.kernel.org, stable@kernel.org, Justin Forbes , Zwane Mwaikambo , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , Michael Krufky , Chuck Ebbert , Domenico Andreoli , Willy Tarreau , Rodrigo Rubira Branco , Jake Edge , Eugene Teo , torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, Frederic Bohe , Ext4 Developers List Subject: Re: [stable] [patch 086/104] ext4: fix initialization of UNINIT bitmap blocks Message-ID: <20081205183613.GB2144@kroah.com> References: <20081203193901.715896543@mini.kroah.org> <20081203195618.GI8950@kroah.com> <20081204041016.GA13887@mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081204041016.GA13887@mit.edu> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1229 Lines: 25 On Wed, Dec 03, 2008 at 11:10:16PM -0500, Theodore Tso wrote: > On Wed, Dec 03, 2008 at 11:56:18AM -0800, Greg KH wrote: > > 2.6.27-stable review patch. If anyone has any objections, please let us know. > > Turns out this patch introduces a worse regression than it fixes. The > bug that the patches fixes is that on-line resizes of filesystems with > a 1k blocksize will usually fail. The regression is that when a > filesystem with 1k blocksize is stressed, the filesystem can get > corrupted. On balance, on-line resizing failing is less of a disaster > than corrupting the filesystem when its stressed. Fortunately, it's > only an issue when the filesystem blocksize is less than the page > size, which isn't the common case at least for the x86. > > There are patches queued up to address this, but they haven't hit > mainline yet. Probably best to pull this from the stable tree for > now. Thanks for letting me know, I've now dropped it from this release. greg k-h -- 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/