From owner-freebsd-fs@FreeBSD.ORG Sat Mar 3 09:22:07 2007 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 83E2116A401 for ; Sat, 3 Mar 2007 09:22:07 +0000 (UTC) (envelope-from shilps4u.always@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.229]) by mx1.freebsd.org (Postfix) with ESMTP id 42EDA13C491 for ; Sat, 3 Mar 2007 09:22:07 +0000 (UTC) (envelope-from shilps4u.always@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so933748wxc for ; Sat, 03 Mar 2007 01:22:06 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=PzHlNbkkLVQpES54kbFPkjETBuPQtWep/jEgQnuhmhU3LJ4GG27iJNPwIT39EJbHvUj56U0Fre7hFW3zUY+CaWAxlOJglUuKczDGEq3GaqgOtJhq9jOuVyNXc3ydUp+uqrXaSpMQt5PIX5KTqGT04DLQ4bE7hWKl2nCb5GjRphE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=a/UBzphg731DsMAfYeuaS1AGDzNI2P0YlLziaQQuCBCqsHffa1xB8Aia9rVpy2WpHsudaJU0CZBBbZeq72HVU0lYR4Z2tEUG6rrdnLoUOZMFxYGnpva29Nk89KHz6mQU/7xtCegEhT33he65T2FNtZOwp9KffUCAwC5QO7DCg4A= Received: by 10.90.75.10 with SMTP id x10mr3622222aga.1172912142821; Sat, 03 Mar 2007 00:55:42 -0800 (PST) Received: by 10.90.94.8 with HTTP; Sat, 3 Mar 2007 00:55:42 -0800 (PST) Message-ID: <9b023eb20703030055n6a7299dctbb5c9d533f2c765@mail.gmail.com> Date: Sat, 3 Mar 2007 14:25:42 +0530 From: "shilpa kheria" To: freebsd-fs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: yfs implementation in freebsd 4.5 release X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2007 09:22:07 -0000 is there any way by which i can get access of the FreeBSD 4.5 release code for yFS,,,i wanted to have a look on the lightweight journaling implementation thr..