From owner-soc-status@FreeBSD.ORG Mon Jul 11 07:20:36 2011 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 9C2F0106566C; Mon, 11 Jul 2011 07:20:36 +0000 (UTC) (envelope-from gleb.kurtsou@gmail.com) Received: from mail-fx0-f44.google.com (mail-fx0-f44.google.com [209.85.161.44]) by mx1.freebsd.org (Postfix) with ESMTP id 0F1288FC0A; Mon, 11 Jul 2011 07:20:34 +0000 (UTC) Received: by fxe6 with SMTP id 6so3041147fxe.17 for ; Mon, 11 Jul 2011 00:20:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=2V0xciMbW5M07XQWV83aj41/hiW/rdusCb4ksjTTEVQ=; b=Y3cWVljrJtcvXzoHjCC/JQEt4OYUIsT4sNz4NM5rT9sjzWR5XUriwODKsbna1XNbv5 0BlTofBmwT00vkQL2j/EZz9ie8nn8HZBeKNfmSWGoZRiIhljoANs18pavmIYm9nJlrz9 ErRBm0qLsKl8rKLN0lArO4JYSDVBARfi9Kft0= Received: by 10.223.144.134 with SMTP id z6mr7101693fau.8.1310368834194; Mon, 11 Jul 2011 00:20:34 -0700 (PDT) Received: from localhost (lan-78-157-92-5.vln.skynet.lt [78.157.92.5]) by mx.google.com with ESMTPS id b3sm9128709fao.20.2011.07.11.00.20.32 (version=SSLv3 cipher=OTHER); Mon, 11 Jul 2011 00:20:33 -0700 (PDT) Date: Mon, 11 Jul 2011 10:20:14 +0300 From: Gleb Kurtsou To: soc-status@freebsd.org Message-ID: <20110711072014.GA7214@tops> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: ino64 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, 11 Jul 2011 07:20:36 -0000 ino64 project aims at extending ino_t to 64 bits and nlink_t to 32 bits integers providing compatibility shims for both kernel and libc. Remaining uses of readdir cookies were replaced with dirent d_off: NFS, mqeueue, XFS, ReiserFS. Several bugs were fixed. I've also improved readdir-lint test.