From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cuda.sgi.com (cuda2.sgi.com [192.48.176.25]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id o4REsq2G140260 for ; Thu, 27 May 2010 09:54:53 -0500 Received: from bombadil.infradead.org (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id C404137C1D8 for ; Thu, 27 May 2010 07:57:16 -0700 (PDT) Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34]) by cuda.sgi.com with ESMTP id mA0mYdCXHlmGVDWf for ; Thu, 27 May 2010 07:57:16 -0700 (PDT) Date: Thu, 27 May 2010 10:57:14 -0400 From: Christoph Hellwig Subject: Re: NOW: o_direct -- WAS: Re: WARNING in xfs_lwr.c, xfs_write() Message-ID: <20100527145714.GA28678@infradead.org> References: <20100523002023.41f5a5c8@aaa.pulp.binarylife.net> <20100523101856.GL2150@dastard> <20100523092344.0fcaab42@aaa.pulp.binarylife.net> <4BF9FCA8.8090906@hardwarefreak.com> <20100524143428.6f3a117c@abend.internal.xtremedata.com> <20100526070620.GT2150@dastard> <4BFD3926.6040208@hardwarefreak.com> <20100527114736.GA13112@infradead.org> <87pr0hbg4g.fsf@willster.local.flamingspork.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <87pr0hbg4g.fsf@willster.local.flamingspork.com> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: Stewart Smith Cc: Christoph Hellwig , Stan Hoeppner , xfs@oss.sgi.com On Thu, May 27, 2010 at 11:58:55PM +1000, Stewart Smith wrote: > There is O_DIRECT type functionality available on Windows, with similar > restrictions for aligned IO too. You have to use the Win32 APIs to do it > though, the POSIX ones won't get you it (or more than 2048 files open at > once). > > In practice we've only ever found Solaris (other than linux) to be > reliable with O_DIRECT (at least on UFS... ZFS is... well... I wouldn't > run a database server on it yet). Solaris doesn't support O_DIRECT either, it instead has a separate directio call - just another pointless difference. _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs