From owner-soc-status@FreeBSD.ORG Mon Aug 17 09:32:15 2009 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE1E910656AD; Mon, 17 Aug 2009 09:32:15 +0000 (UTC) (envelope-from sarawgi.aditya@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.237]) by mx1.freebsd.org (Postfix) with ESMTP id ACFCA8FC45; Mon, 17 Aug 2009 09:32:15 +0000 (UTC) Received: by rv-out-0506.google.com with SMTP id f9so722593rvb.43 for ; Mon, 17 Aug 2009 02:32:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=jWT8h6RZY32BR4ZYKfio6g6oSKeAZh0H7FxHt7SrnsM=; b=fiTNqUbC5tF1+RSOmatoJV0ye104FD//7QWCG/95B9mcJu29cINapG4ANfkvZjNn77 u20pulSfTilPPCiFygPuFB+eAdYh9fNkwwkrQbty/krIxbhuAHRIkJfnBj9ygQwfEVZq FzFH5xMxNIylGOS1pvPC5y2aSnw56MjX5igdI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=lpKBWUgUlVWn2IWpuu47QCj3JdI6UvVPuwODPSxdSeu+tFC+tBeKkyNqDOfS22uKaP Wxw0QjPzSSleUIEAzB534TV0vI1gK+NJjy5uqAKNT/mPNWThOTblemVamul/yoxkYHpD 7kpyGAmhY4prX5Kc1uYGPctKfVnflG5E1ie60= Received: by 10.141.49.21 with SMTP id b21mr2408712rvk.196.1250501535318; Mon, 17 Aug 2009 02:32:15 -0700 (PDT) Received: from aditya ([111.125.238.172]) by mx.google.com with ESMTPS id g22sm26307271rvb.52.2009.08.17.02.32.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 17 Aug 2009 02:32:14 -0700 (PDT) Date: Mon, 17 Aug 2009 09:32:17 +0530 From: Aditya Sarawgi To: soc-status@freebsd.org Message-ID: <20090817040216.GA1333@aditya> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Cc: lulf@freebsd.org Subject: ext2fs status report 10 - Final Report X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Aug 2009 09:32:16 -0000 Hi, I have uploaded the results of ext2fs benchmarking on http://wiki.freebsd.org/SOC2009AdityaSarawgi. As I said earlier the write performance is slower than the old implementation and this was expected. From here on I plan to work on improving the performance of ext2fs and making it MPSAFE. Do check out my perforce branch if you want to try the new code :) Cheers, Aditya Sarawgi