From owner-freebsd-arch Wed Mar 20 13:40:40 2002 Delivered-To: freebsd-arch@freebsd.org Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by hub.freebsd.org (Postfix) with ESMTP id 2451137B429 for ; Wed, 20 Mar 2002 13:40:09 -0800 (PST) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020320214007.JYAJ1147.rwcrmhc52.attbi.com@InterJet.elischer.org>; Wed, 20 Mar 2002 21:40:07 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id NAA12938; Wed, 20 Mar 2002 13:31:36 -0800 (PST) Date: Wed, 20 Mar 2002 13:31:35 -0800 (PST) From: Julian Elischer To: Poul-Henning Kamp Cc: arch@freebsd.org Subject: Re: UFS2, GEOM & DARPA - don't get all excited, OK ? In-Reply-To: <13286.1016656684@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG One thing to look at: Inode in dirent allocation.. there was a Usenix paper on this .. It made a huge performance difference in some cases.. on the first link (one link to file only), you stash the inode info into the dir. On creation of a 2nd link you actually allocate an inode. -------In the 1997 Usenix technical conference proceedings:---------- "Embedded inodes and Explicit Grouping: Exploiting Disk bandwidth for small files" Gregory R Ganger, M.Frans Kaashoek. MIT ----------------------------- This paper actually describes several improvements to FFS, including the one I mentionned above. Kirk of course knows about this, but it should be compatible with Greg's soft-updates work, and would be very cool to have.. All the work for the paper was done for FFS under OpenBSD so it should be directly relevent. (It would be interesting to ask Greg if we would be interested at all in participating in an FFS rewrite because he's only second to Kirk on the topic, even if only on a consultation basis) On Wed, 20 Mar 2002, Poul-Henning Kamp wrote: [NON-Text Body part not included] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message