Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756820Ab0KJQFL (ORCPT ); Wed, 10 Nov 2010 11:05:11 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:37148 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756488Ab0KJQFK (ORCPT ); Wed, 10 Nov 2010 11:05:10 -0500 MIME-Version: 1.0 In-Reply-To: <20101110013255.GR2715@dastard> References: <20101105014334.GF13830@dastard> <4CD696B4.6070002@kernel.dk> <20101110013255.GR2715@dastard> From: Linus Torvalds Date: Wed, 10 Nov 2010 07:59:10 -0800 Message-ID: Subject: Re: 2.6.36 io bring the system to its knees To: Dave Chinner Cc: Jens Axboe , dave b , Sanjoy Mahajan , Jesper Juhl , Chris Mason , Ingo Molnar , Pekka Enberg , Aidar Kultayev , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Andrew Morton , Peter Zijlstra , Nick Piggin , Arjan van de Ven , Thomas Gleixner , "Ted Ts'o" , Corrado Zoccolo , Shaohua Li , Steven Barrett Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1834 Lines: 39 On Tue, Nov 9, 2010 at 5:32 PM, Dave Chinner wrote: > > Don't forget to mention data=writeback is not the default because if > your system crashes or you lose power running in this mode it will > *CORRUPT YOUR FILESYSTEM* and you *WILL LOSE DATA*. You will lose data even with data=ordered. All the data that didn't get logged before the crash is lost anyway. So your argument is kind of dishonest. The thing is, if you have a crash or power outage or whatever, the only data you can really rely on is always going to be the data that you fsync'ed before the crash. Everything else is just gravy. Are there downsides to "data=writeback"? Absolutely. But anybody who tries to push those downsides without taking the performance and latency issues into account is just not thinking straight. Too many people think that "correct" is somehow black-and-white. It's not. "The correct answer too late" is not worth anything. Sane people understand that "good enough" is important. And quite frankly, "data=writeback" is not wonderful, but it's "good enough". And it helps enormously with at least one class of serious performance problems. Dismissing it because it doesn't have quite the guarantees of "data=ordered" is like saying that you should never use "pi=3.14" for any calculations because it's not as exact as "pi=3.14159265". The thing is, for many things, three significant digits (or even _one_ significant digit) is plenty. ext3 [f]sync sucks. We know. All filesystems suck. They just tend to do it in different dimensions. Linus -- 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/