From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([65.50.211.133]:50363 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751932AbdHKKCd (ORCPT ); Fri, 11 Aug 2017 06:02:33 -0400 Date: Fri, 11 Aug 2017 03:02:30 -0700 From: Christoph Hellwig To: "Darrick J. Wong" Cc: Christoph Hellwig , Colin Walters , xfs , linux-fsdevel , linux-ext4 Subject: Re: [PATCH] vfs: freeze filesystems just prior to reboot Message-ID: <20170811100230.GC7064@infradead.org> References: <20170519002032.GA21202@birch.djwong.org> <1495202431.1896310.982081664.066926F8@webmail.messagingengine.com> <20170519190115.GJ4519@birch.djwong.org> <1501791890.2285873.1062452112.61520C55@webmail.messagingengine.com> <20170805141621.GA10457@infradead.org> <20170805154528.GI24087@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170805154528.GI24087@magnolia> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sat, Aug 05, 2017 at 08:45:28AM -0700, Darrick J. Wong wrote: > FSCHECKPOINT? Since that's your requirement anyway... > > "Ensures that all filesystem metadata (which may be in a journal > somewhere) has been checkpointed back to disk." ? What about a file system that is entirely log structured and just garbage collects some times?