From owner-soc-status@FreeBSD.ORG Sat Jun 27 20:33:54 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 22D40106564A; Sat, 27 Jun 2009 20:33:54 +0000 (UTC) (envelope-from sarawgi.aditya@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.233]) by mx1.freebsd.org (Postfix) with ESMTP id E4AC98FC1B; Sat, 27 Jun 2009 20:33:53 +0000 (UTC) (envelope-from sarawgi.aditya@gmail.com) Received: by rv-out-0506.google.com with SMTP id f9so853528rvb.43 for ; Sat, 27 Jun 2009 13:33:53 -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=3u9nGwg1k0aLxh+cn8AM5t6j5XL5U7qmpasKK0LlfaM=; b=J2LuC6/O/g68sH5p1PlwTrrgR0KIYRrW0Cq1+C6zG4XEe1ykNN0v3hN1OkjpQuHfzM 4Ng0Vi+V6efud2zcS9cwHTEediAw8VqVQe7i1QSE1gMtrBUfdYeXeQh7ZqoXTgCnILWj 7wjuS775r7U4HNVtslbTu0lRygR+MKiIwo2NI= 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=DGuhi7E8hnsEo3hJxNYhwA2EHbFg3CBGg4Ed+rHDVXtDy3sGEtbEPAMm3/1Ug3WN1I GtGtnfB/8Fo5BGp3VsuJzF37Pj3hOAkCy/Q2cUM011C19VXT1oT+a1nf46j3NtyWskXW gtRfRR8GJW7sVGNCtxINqXQZrYtoa5t88l9Pw= Received: by 10.141.22.1 with SMTP id z1mr4429rvi.186.1246134833479; Sat, 27 Jun 2009 13:33:53 -0700 (PDT) Received: from aditya ([121.241.40.106]) by mx.google.com with ESMTPS id f42sm15299679rvb.30.2009.06.27.13.33.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 27 Jun 2009 13:33:52 -0700 (PDT) Date: Sat, 27 Jun 2009 20:33:47 +0530 From: Aditya Sarawgi To: soc-status@freebsd.org Message-ID: <20090627150345.GB1193@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 4 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, 27 Jun 2009 20:33:54 -0000 Hi, This week I started implementing the new inode allocation policy for ext2fs. The new code is taken from NetBSD and is much more oragnized than the current implementation. It is based on the lines of the allocation policy of UFS. I have started testing the new code and it has some bugs. I will complete the inode allocation part and start with the block allocation by next week. Cheers, Aditya Sarawgi