From: Amit Sahrawat Subject: Does Ext4 support parallel write similar to XFS? Date: Wed, 25 Jan 2012 10:49:59 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: QUOTED-PRINTABLE To: xfs@oss.sgi.com, linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org, LKML , Christoph Hellwig , Dave Chinner Return-path: Received: from mail-we0-f174.google.com ([74.125.82.174]:52530 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750906Ab2AYFUA convert rfc822-to-8bit (ORCPT ); Wed, 25 Jan 2012 00:20:00 -0500 Sender: linux-ext4-owner@vger.kernel.org List-ID: In XFS we can write parallel (i.,e we can make use of allocation groups for writing process). If the files are kept in individual directories, there is a possibility that first the blocks for that files be used from individual allocation groups. If I start =914=92 writing process(cp 100MB_file //) =96 after writing is finished =96 if I check the bmap =96 it does shows that initial allocation was f= rom individual allocation groups. Even though in Ext4 also we do have groups =96 but I am not able to get behavior similar to XFS. If I check the file extents =96 the extents are in mixed form, the allocation pattern is also very fragmented. Please share more on this. Also, if there is a possible exact test case to check for parallel writes support. Thanks & Regards, Amit Sahrawat -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html