From owner-soc-status@FreeBSD.ORG Sat Jun 20 19:20:06 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 38E0F1065672; Sat, 20 Jun 2009 19:20:06 +0000 (UTC) (envelope-from sarawgi.aditya@gmail.com) Received: from mail-pz0-f171.google.com (mail-pz0-f171.google.com [209.85.222.171]) by mx1.freebsd.org (Postfix) with ESMTP id DAFF78FC13; Sat, 20 Jun 2009 19:20:05 +0000 (UTC) (envelope-from sarawgi.aditya@gmail.com) Received: by pzk1 with SMTP id 1so2297646pzk.3 for ; Sat, 20 Jun 2009 12:20:05 -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=yncVVC5DW23r+o/njIGXQIqrkNuLipalh6wp0kBV33k=; b=GrzrSoobaPR/uERZn8S+8Lx+1qRtJAeDGjwbk1HGVnIJMXiYfGzXNoQq1KkUpuNTtk n49G8moQndtKK1Gnev/IYPpgMKRe61Sgibs2lPdhtmx36UNemcuJyJCknvoB3Im0pQnw MYPPfpQOIdWdvvKcjfp5MYsR8SjQE331y5jqs= 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=WhejFA/9SY2KzXsTHo4uMKrQ9eYxGTyAjAZkTMSgPJFMSIof7ZMAgWIe1rAD9z55ov D+fYPMoACh6iWqocUg8d3g3FdF5rEUVhidXF1C7FYMnXYWZaz18K3GHs+MLI4G3rXHfB jNFekyU9dwbuuhCUu38FlhFKq5+3GfRnts+dA= Received: by 10.142.239.11 with SMTP id m11mr1947674wfh.120.1245525605630; Sat, 20 Jun 2009 12:20:05 -0700 (PDT) Received: from aditya ([121.241.40.106]) by mx.google.com with ESMTPS id 30sm196526wfa.35.2009.06.20.12.20.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 20 Jun 2009 12:20:04 -0700 (PDT) Date: Sat, 20 Jun 2009 19:20:02 +0530 From: Aditya Sarawgi To: soc-status@freebsd.org Message-ID: <20090620135000.GB1135@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 3 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: Sat, 20 Jun 2009 19:20:06 -0000 Hi, I am almost done freeing ext2_fs.h from GPL. There are some parts of it which are required by the other GPL'd code so I will come back to ext2_fs.h later after freeing those files from GPL. I'm currently researching the block and inode allocation policy of NetBSD for ext2fs. They have a pretty well documented code and after thoroughly researching their policy I will start with the implementation. I plan to work on the inode allocation part till 27th June and after that on block allocation policy till midterms.