From: Theodore Tso Subject: Re: [patch 086/104] ext4: fix initialization of UNINIT bitmap blocks Date: Wed, 3 Dec 2008 23:10:16 -0500 Message-ID: <20081204041016.GA13887@mit.edu> References: <20081203193901.715896543@mini.kroah.org> <20081203195618.GI8950@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: 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 To: Greg KH Return-path: Received: from www.church-of-our-saviour.ORG ([69.25.196.31]:49285 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750758AbYLDEMd (ORCPT ); Wed, 3 Dec 2008 23:12:33 -0500 Content-Disposition: inline In-Reply-To: <20081203195618.GI8950@kroah.com> Sender: linux-ext4-owner@vger.kernel.org List-ID: 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. - Ted