From owner-soc-status@FreeBSD.ORG Mon Jun 14 09:32:28 2010 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 F066B1065678 for ; Mon, 14 Jun 2010 09:32:28 +0000 (UTC) (envelope-from gnehzuil@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 11E948FC15 for ; Mon, 14 Jun 2010 09:32:24 +0000 (UTC) Received: by pwi3 with SMTP id 3so2064157pwi.13 for ; Mon, 14 Jun 2010 02:32:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=C5sAUk5YD94zQVgYrM8RAZuefsT7kpPV9YwrMHHXR8g=; b=TyRyhR9YAXnACki3hYPgU+e9pKSQXjuSHQfsE3dVLa2oDm1LIyYeZgtkqLYX7wDU9c MWszK7wXK0SiNSKy+adSB/v+p228oe3ftZsXJvEssn8scbUxRkce0N+ssUwh9+Kg/SS9 cKUFBHneMbVhVou4gbx9yT13SMJJftGL7zlTU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=TAVMXSZNvkpLxy9VUJOotl/RjwvaPafSNtLwwGBZfnTWBtArJeDEG7en/PI6GT9MBW osBLU8+/5QtLyBpxAQjQ461kmVHz2UrCxHIl+5mqsCuYG6codu/7YXaTE6XGKz5tjBdW yx6UzuAB3h5OWAZx4nSOrXT9wLQ0/m77DHwYI= Received: by 10.142.250.1 with SMTP id x1mr3719158wfh.109.1276507931903; Mon, 14 Jun 2010 02:32:11 -0700 (PDT) Received: from [192.168.1.55] ([166.111.68.197]) by mx.google.com with ESMTPS id d20sm52913719waa.3.2010.06.14.02.32.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 14 Jun 2010 02:32:11 -0700 (PDT) Message-ID: <4C15F714.8090402@gmail.com> Date: Mon, 14 Jun 2010 17:32:04 +0800 From: gnehzuil User-Agent: Thunderbird 2.0.0.24 (X11/20100317) MIME-Version: 1.0 To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [extfs] 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: Mon, 14 Jun 2010 09:32:29 -0000 Status: * I have finished to benchmark the gpl's ext2fs (FreeBSD 8.0's implementation). Please review it in ' http://wiki.freebsd.org/SOC2010ZhengLiu'. * I have initialized a new branch to update ext2fs to read ext4 file system in read-only mode. Now ext4 file system can be mount and umount. However, it need to be changed to support ext4's features, such as flex_bg and extents. Plan for next week: * Go on running benchmarks in ffs w/o soft updates. * Update data structures in ext2fs to support ext4 file system. I think my schedule can be changed as follow: * Modify data structures to support ext4 file system * Implement FLEX_BG feature * Implement EXTENTS feature lz