From owner-soc-status@FreeBSD.ORG Tue Aug 10 02:57:37 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 CE8041065673 for ; Tue, 10 Aug 2010 02:57:37 +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 A39658FC19 for ; Tue, 10 Aug 2010 02:57:37 +0000 (UTC) Received: by pwj4 with SMTP id 4so1727112pwj.13 for ; Mon, 09 Aug 2010 19:57:37 -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=RyZQtfOdKrx7UKWmiwBdlYOD+8dJbZ8s6XTqsSwyHDw=; b=TsTfmbInQyVzUpicuIo51cNeIWrJ4WvjAb+8oFxpzOps8gjaGdQfL2g/Uu/AxmApOd gKEwfuvge8vSRH0TX+7VtH8Ehn9FiXz7wNxc2xMJNLsaoCgFBhQsZ3SNZ5dOF5rRgZFH y4Rwr8zbe3w1ujqat0B8MVInUhCkGd8evlCBc= 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=ti9EY7mQwny45Rbbyr4mU8/x3jQQZpp9TaCfH8BRohc4yFL+bhvd1++uAxvVd7JskW IGy4wsyZjmLm8sXiM8aOvDdw2+++Oo7Dgwuc0xSX0bUTfX59FiBMDJNzHMK94zlQ+X6g CpskxOapdfMm1ekNL25sJ4w3f3E+I+heehNSw= Received: by 10.114.133.18 with SMTP id g18mr19627861wad.48.1281409057039; Mon, 09 Aug 2010 19:57:37 -0700 (PDT) Received: from [192.168.1.38] ([166.111.68.197]) by mx.google.com with ESMTPS id 33sm11734775wad.6.2010.08.09.19.57.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 09 Aug 2010 19:57:35 -0700 (PDT) Message-ID: <4C60BFE2.80709@gmail.com> Date: Tue, 10 Aug 2010 10:56:34 +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 10 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: Tue, 10 Aug 2010 02:57:37 -0000 Status: * Implement hash directory index in ext2_lookup() function. Plan for next week: * Implement hash directory index in ext2_readdir() function. * Prepare for final evaluation. * Submit patch. lz