From owner-soc-status@FreeBSD.ORG Mon Jul 19 00:46:19 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 DD95A1065673 for ; Mon, 19 Jul 2010 00:46:19 +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 B374A8FC15 for ; Mon, 19 Jul 2010 00:46:19 +0000 (UTC) Received: by pwj9 with SMTP id 9so1708865pwj.13 for ; Sun, 18 Jul 2010 17:46: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=ohdxbyrYBXN0GaSj1/StRpiI+JlGfza/oQl7cZY+0yI=; b=Up743IRp8bMB4+CRWYZ+DPp6eU+nqAR4NcotgnE5WSq+DdKRTFg0eA0a+Ivve4wNEj eGXP+NHgf0vDWUkkxm8HiQznBXQ9/jzllJ62gxD4UwhFdYjttf/pSU2uOexQfWfH2fE7 DWkbHMmZWco9ZMBaylRvL7YWpxDBLqadXlOTk= 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=XzfcRn2ydjZteTcPwdR/OL9tqLRZPrqhhvmONrWrc1dKOcASMlaqrzXodlQDRhEp1w qXnAKDPupfS3bWkcCA6iZSxCGZOvFb0gGvkYuYwZfOzdBhA0/hDihlDwNpJw+v2A/f7R obsf0cq/Z+JNZZtuaM2aD8iyfEzn6VFDZ504U= Received: by 10.142.148.10 with SMTP id v10mr5701316wfd.105.1279500379172; Sun, 18 Jul 2010 17:46:19 -0700 (PDT) Received: from [192.168.1.118] ([166.111.68.197]) by mx.google.com with ESMTPS id g37sm16321879rvb.5.2010.07.18.17.46.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 18 Jul 2010 17:46:18 -0700 (PDT) Message-ID: <4C43A056.2040506@gmail.com> Date: Mon, 19 Jul 2010 08:46:14 +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 7 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, 19 Jul 2010 00:46:19 -0000 Status: * Now ext2fs can read ext4 extents in read-only mode. However, It has a bug, which can not support mmap(2) system call because I have not finished ext2_bmap() function. Plan for next week: * Implement ext2_bmap() function to support mmap(2) system call. Then ext2fs can support to read ext4 extents completely. * Implement dir_nlink and uninit_bg features. But I am not sure these features need to be required in read-only mode. If they don't be requried, I will try to implement flex_bg feature. lz