Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757034Ab0KJQqZ (ORCPT ); Wed, 10 Nov 2010 11:46:25 -0500 Received: from mail-yw0-f46.google.com ([209.85.213.46]:58091 "EHLO mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756858Ab0KJQqY (ORCPT ); Wed, 10 Nov 2010 11:46:24 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=VRWi85xLS3pBgx5NtUc+LBqXoqxca+xwLbmESXy0DfcG2G1NQRuGvGXxNB4WmPXHPV V89HgnIJy+qdIdXxS1GQ5p+p4wNVySs44RjN14BkwNCX08wae1uEgjTNWwEOgDW13xQP rAW1cru6UAMjLeTyYxWcIJXIshS1Yq0kWRTis= MIME-Version: 1.0 In-Reply-To: References: <20101105014334.GF13830@dastard> <4CD696B4.6070002@kernel.dk> <20101110013255.GR2715@dastard> Date: Wed, 10 Nov 2010 18:46:21 +0200 Message-ID: Subject: Re: 2.6.36 io bring the system to its knees From: Alexey Dobriyan To: Linus Torvalds Cc: Dave Chinner , 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: 1038 Lines: 25 On Wed, Nov 10, 2010 at 5:59 PM, Linus Torvalds wrote: > 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. Linus, are you using with data=writeback? Those of us, who did (without UPS), will never do it again. Propability of non-trivial FS corruption becomes so much bigger. I believe from my experience, average number of crashes before one loses FS becomes single digit number. With data=ordered, it's quite hard. -- 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/