From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2A157C072B1 for ; Tue, 28 May 2019 03:40:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 02D1F20883 for ; Tue, 28 May 2019 03:40:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727804AbfE1DkN (ORCPT ); Mon, 27 May 2019 23:40:13 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:49020 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727320AbfE1DkN (ORCPT ); Mon, 27 May 2019 23:40:13 -0400 Received: from callcc.thunk.org ([66.31.38.53]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id x4S3e7jc019180 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 27 May 2019 23:40:07 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id 26411420481; Mon, 27 May 2019 23:40:07 -0400 (EDT) Date: Mon, 27 May 2019 23:40:07 -0400 From: "Theodore Ts'o" To: Sahitya Tummala Cc: Andreas Dilger , linux-ext4@vger.kernel.org Subject: Re: fsync_mode mount option for ext4 Message-ID: <20190528034007.GA19149@mit.edu> References: <20190528032257.GF10043@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190528032257.GF10043@codeaurora.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Tue, May 28, 2019 at 08:52:57AM +0530, Sahitya Tummala wrote: > Hi Ted, Andreas, > > Do you think this mount option "fsync_mode=nobarrier" > can be added for EXT4 as well like in F2FS? Please > share your thoughts on this. > > https://lore.kernel.org/patchwork/patch/908934/ Ext4 already has the nobarrier mount option. Cheers, - Ted