From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S268206AbUHXSzC (ORCPT ); Tue, 24 Aug 2004 14:55:02 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S268172AbUHXSzC (ORCPT ); Tue, 24 Aug 2004 14:55:02 -0400 Received: from pimout3-ext.prodigy.net ([207.115.63.102]:32409 "EHLO pimout3-ext.prodigy.net") by vger.kernel.org with ESMTP id S268215AbUHXSyy (ORCPT ); Tue, 24 Aug 2004 14:54:54 -0400 Date: Tue, 24 Aug 2004 11:54:47 -0700 From: Chris Wedgwood To: Linus Torvalds Cc: Kernel Mailing List , Jens Axboe Subject: Re: Linux 2.6.9-rc1 Message-ID: <20040824185447.GA28558@taniwha.stupidest.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 24, 2004 at 12:49:24AM -0700, Linus Torvalds wrote: > Jens Axboe: > o disk barriers: core > o disk barriers: IDE > o disk barriers: scsi > o disk barriers: devicemapper > o disk barriers: MD > o ext3 barrier support What are the implications here when using an external journal? When the log is external the writes can still be reordered and create potential problems surely? (ie. write and since the is on a separate disk the ordering will be messed up)... --cw