From owner-freebsd-fs@FreeBSD.ORG Tue Dec 2 17:33:46 2008 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 990D11065675 for ; Tue, 2 Dec 2008 17:33:46 +0000 (UTC) (envelope-from cattelan@thebarn.com) Received: from slurp.thebarn.com (cattelan-host202.dsl.visi.com [208.42.117.202]) by mx1.freebsd.org (Postfix) with ESMTP id 40D208FC1A for ; Tue, 2 Dec 2008 17:33:46 +0000 (UTC) (envelope-from cattelan@thebarn.com) Received: from funky.thebarn.com (slurp.thebarn.com [208.42.117.201]) (authenticated bits=0) by slurp.thebarn.com (8.14.0/8.14.0) with ESMTP id mB2HMFHU022409; Tue, 2 Dec 2008 11:22:16 -0600 (CST) (envelope-from cattelan@thebarn.com) Message-ID: <49356EC7.80706@thebarn.com> Date: Tue, 02 Dec 2008 11:22:15 -0600 From: Russell Cattelan User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Dan References: <20081109174303.GA5146@ourbrains.org> In-Reply-To: <20081109174303.GA5146@ourbrains.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91.2/8711/Tue Dec 2 09:07:32 2008 on slurp.thebarn.com X-Virus-Status: Clean Cc: freebsd-fs@freebsd.org Subject: Re: Will XFS be adopted 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: Tue, 02 Dec 2008 17:33:46 -0000 Dan wrote: > With XFS being adopted by Linux now for a number of years, I wonder why > it hasn't been by FreeBSD. It's a great FS that can be resized on the > fly which makes it a perfect journaling FS with volume managers. Anybody > know? > _______________________________________________ > freebsd-fs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-fs > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org" > So I find my self with a bit of extra time to actually try and make progress on XFS for FreeBSD again. I've started the process of essentially reporting xfs to FreeBSD, (alot of stuff has changed in XFS) It is still quite a ways off but I hope to have mount and read support working again shortly. The lastest work can be found at. http://oss.sgi.com/cgi-bin/gitweb.cgi?p=cattelan/FreeBSD_svn/.git;a=shortlog;h=refs/heads/xfs-work I do realize that I will never have enough time to fully support XFS but I hope to at least get it off the ground again and hopefully build some interest. -Russell Cattelan