Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760300AbZDQLFL (ORCPT ); Fri, 17 Apr 2009 07:05:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759142AbZDQLEp (ORCPT ); Fri, 17 Apr 2009 07:04:45 -0400 Received: from mail.gmx.net ([213.165.64.20]:43593 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1759303AbZDQLEo (ORCPT ); Fri, 17 Apr 2009 07:04:44 -0400 X-Authenticated: #14349625 X-Provags-ID: V01U2FsdGVkX1+mbTMZx4SmjSTurnB9tvSfNktHHQsVY1/rnDy56B aqtIjOAaDefpi/ Subject: Re: [PATCH] Add ext3 data=guarded mode From: Mike Galbraith To: Chris Mason Cc: Jan Kara , Linus Torvalds , "Theodore Ts'o" , Linux Kernel Developers List , Ext4 Developers List In-Reply-To: <1239910921.21233.98.camel@think.oraclecorp.com> References: <1239816159-6868-1-git-send-email-chris.mason@oracle.com> <1239910921.21233.98.camel@think.oraclecorp.com> Content-Type: text/plain Date: Fri, 17 Apr 2009 13:04:36 +0200 Message-Id: <1239966276.8806.7.camel@marge.simson.net> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1.1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.64 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 931 Lines: 23 On Thu, 2009-04-16 at 15:42 -0400, Chris Mason wrote: > Hello everyone, > > Here's an updated (v4) patch for ext3 data=guarded mode. The first two > patches in the series are unchanged, and it looks like Linus pulled them > in this morning. > > This version fixes the bug Mike Galbraith hit. The problem was with > writes to the last block in the file that made the file bigger but > didn't actually add a new block. Since the block wasn't new, it > wouldn't get sent through the guarded code and the on disk i_size wasn't > always updated. FWIW, I booted my backup fs drive mounted data=guarded, and have been hammering it steadily since 6 A.M. with no hint of trouble. -Mike -- 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/