Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161828AbXEDS4E (ORCPT ); Fri, 4 May 2007 14:56:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161891AbXEDS4E (ORCPT ); Fri, 4 May 2007 14:56:04 -0400 Received: from iriserv.iradimed.com ([72.242.190.170]:41904 "EHLO iradimed.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1161828AbXEDS4A (ORCPT ); Fri, 4 May 2007 14:56:00 -0400 Message-ID: <463B81D4.50401@cfl.rr.com> Date: Fri, 04 May 2007 14:56:20 -0400 From: Phillip Susi User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: "Cabot, Mason B" CC: linux-kernel@vger.kernel.org Subject: Re: Ext3 vs NTFS performance References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 04 May 2007 18:56:12.0895 (UTC) FILETIME=[E2B57EF0:01C78E7D] X-TM-AS-Product-Ver: SMEX-7.2.0.1122-3.6.1039-15156.000 X-TM-AS-Result: No--5.593800-5.000000-31 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1301 Lines: 25 Cabot, Mason B wrote: > I've been testing the NAS performance of ext3/Openfiler 2.2 against > NTFS/WinXP and have found that NTFS significantly outperforms ext3 for > video workloads. The Windows CIFS client will attempt a poor-man's > pre-allocation of the file on the server by sending 1-byte writes at > 128K-byte strides, breaking block allocation on ext3 and leading to > fragmentation and poor performance. This will happen for many > applications (including iTunes) as the CIFS client issues these > pre-allocates under the application layer. This is rather hard to believe so I think some more information is in order. Specifically, how do you know that it is the windows kernel that is issuing these writes and not the application? Under what application access patterns does it do this? This is just rather hard to believe seeing as how, iirc, the CIFS protocol has commands to extend the file size properly rather than with this hack, and unless it is asked to by the application, the cifs client should not be trying to extend files. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/