From owner-freebsd-hackers@FreeBSD.ORG Fri Sep 9 11:28:40 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org 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 6BA2016A41F for ; Fri, 9 Sep 2005 11:28:40 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AE0C43D49 for ; Fri, 9 Sep 2005 11:28:40 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 54C9846B10; Fri, 9 Sep 2005 07:28:39 -0400 (EDT) Date: Fri, 9 Sep 2005 12:28:39 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: "Kamal R. Prasad" In-Reply-To: Message-ID: <20050909122506.K33344@fledge.watson.org> References: <868xyack37.fsf@xps.des.no> <20050906191929.E78038@fledge.watson.org> <200509070215.j872FeQE040259@apollo.backplane.com> <20050907111035.B85520@fledge.watson.org> <200509071623.j87GNpal043201@apollo.backplane.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-hackers@freebsd.org Subject: Re: JFS2 on freebsd X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 11:28:40 -0000 On Thu, 8 Sep 2005, Kamal R. Prasad wrote: > Has there been any work on porting JFS2 onto Freebsd? There has been recent work to port several of the newer Linux file systems to FreeBSD, including: - Pretty old work to get the basic JFS userland tools working (status unknown, likely very stale due to the passage of time). - Pretty recent work to get read-only reiserfs working (committed and in the CVS repository). - Pretty recent work to get read-only XFS working (external repository, but publicly available). Also potentially of interesting: - Increasingly dated work to port the pre-journalled version of HFS+ to FreeBSD, which works well subject to the datedness and pre-journalledness of the work. There's also on-going work on a journalled version of UFS. I'm sure the authors of any of these would be interested in someone lending a hand -- I know there have been specific appeals for interest from the XFS crowd in the last month, along with test patches, etc, for example. You might want to post to freebsd-fs looking for details on the various projects. Robert N M Watson