From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.9]:49063 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932252AbbLNNgK (ORCPT ); Mon, 14 Dec 2015 08:36:10 -0500 Date: Mon, 14 Dec 2015 05:36:05 -0800 From: Christoph Hellwig To: Georg Sch?nberger Cc: Christoph Hellwig , Martin Steigerwald , Jens Axboe , Linux FS-Devel , Jeff Moyer , Linux Block mailing list , XFS mailing list Subject: Re: XFS and nobarrier with SSDs Message-ID: <20151214133605.GA20841@infradead.org> References: <3496214.YTSKClH6pV@merkaba> <566E6524.6070401@xortex.com> <3911767.qVqsL1TcMv@merkaba> <20151214095823.GA30662@infradead.org> <566E978E.2070502@xortex.com> <20151214102750.GA29192@infradead.org> <566E9B36.9080509@xortex.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <566E9B36.9080509@xortex.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, Dec 14, 2015 at 10:34:30AM +0000, Georg Sch?nberger wrote: > OK, thanks for clarification. > Should the XFS FAQ be updated? > *http://xfs.org/index.php/XFS_FAQ#Q._Should_barriers_be_enabled_with_storage_which_has_a_persistent_write_cache.3F Probably. The text soudns to me like it was written a long time ago when Linux actually use barriers that also prevent I/O reordering instead of just issuing the required cache flushes.