From owner-freebsd-hackers@FreeBSD.ORG Fri Dec 19 01:46:11 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A328A16A4CE for ; Fri, 19 Dec 2003 01:46:11 -0800 (PST) Received: from razorbill.mail.pas.earthlink.net (razorbill.mail.pas.earthlink.net [207.217.121.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DC3443D36 for ; Fri, 19 Dec 2003 01:46:10 -0800 (PST) (envelope-from tlambert2@mindspring.com) Received: from user-2ivfmqn.dialup.mindspring.com ([165.247.219.87] helo=mindspring.com) by razorbill.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 1AXHCx-0004Zn-00; Fri, 19 Dec 2003 01:46:08 -0800 Message-ID: <3FE2C8E5.3297D074@mindspring.com> Date: Fri, 19 Dec 2003 01:46:13 -0800 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Ryan Sommers References: <1071596493.1155.18.camel@localhost> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a49c185e2f659cb41b480cc0d357e5be62387f7b89c61deb1d350badd9bab72f9c350badd9bab72f9c cc: hackers@freebsd.org Subject: Re: FreeBSD VFS System? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2003 09:46:11 -0000 Ryan Sommers wrote: > Are there any good web resources or books on the VFS system that the > FreeBSD kernel uses? I'm guessing it might have originated from the > 4.4BSD(?) interface. I've been attempting to read through the source > code for different system calls (ie mkdir, rmdir, mount/umount) and > haven't been able to get very far because of the substantial layers of > indirection involved. For this reason I was looking at picking apart the > different subsystems involved and was wondering if there was anything > any more annotated then the source code itself. The VFS stacking code came from the FICUS projct out of UCLA. Here are all their papers on FS stacking: ftp://ftp.cs.ucla.edu/pub/ficus/usenix_summer_90.ps.gz ftp://ftp.cs.ucla.edu/pub/ficus/OLD_TECHREPORTS/ucla_csd_900044.ps.gz ftp://ftp.cs.ucla.edu/pub/ficus/OLD_TECHREPORTS/ucla_csd_910007.ps.gz ftp://ftp.cs.ucla.edu/pub/ficus/WorkObjOrOpSys_90.ps.gz ftp://ftp.cs.ucla.edu/pub/ficus/heidemann_thesis.ps.gz ftp://ftp.cs.ucla.edu/pub/ficus/ucla_csd_930019.ps.gz -- Terry