From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pb-smtp2.pobox.com ([64.147.108.71]:58349 "EHLO pb-smtp2.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756030AbeASTIs (ORCPT ); Fri, 19 Jan 2018 14:08:48 -0500 From: Junio C Hamano To: Christoph Hellwig Cc: Linus Torvalds , Theodore Ts'o , =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason , Git Mailing List , linux-fsdevel , Chris Mason Subject: Re: [PATCH] enable core.fsyncObjectFiles by default References: <20180117184828.31816-1-hch@lst.de> <87h8rki2iu.fsf@evledraar.gmail.com> <20180117235220.GD6948@thunk.org> <20180118162721.GA26078@lst.de> Date: Fri, 19 Jan 2018 11:08:46 -0800 In-Reply-To: <20180118162721.GA26078@lst.de> (Christoph Hellwig's message of "Thu, 18 Jan 2018 17:27:21 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Christoph Hellwig writes: > [adding Chris to the Cc list - this is about the awful ext3 data=ordered > behavior of syncing the whole file system data and metadata on each > fsync] > > On Wed, Jan 17, 2018 at 03:57:53PM -0800, Linus Torvalds wrote: >> On Wed, Jan 17, 2018 at 3:52 PM, Theodore Ts'o wrote: >> > >> > Well, let's be fair; this is something *ext3* got wrong, and it was >> > the default file system back them. >> >> I'm pretty sure reiserfs and btrfs did too.. > > I'm pretty sure btrfs never did, and reiserfs at least looks like > it currently doesn't but I'd have to dig into history to check if > it ever did. So..., is it fair to say that the one you sent in https://public-inbox.org/git/20180117193510.GA30657@lst.de/ is the best variant we have seen in this thread so far? I'll keep that in my inbox so that I do not forget, but I think we would want to deal with a hotfix for 2.16 on case insensitive platforms before this topic. Thanks.