From owner-freebsd-current@FreeBSD.ORG Fri Mar 9 18:31:58 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A50E1065689; Fri, 9 Mar 2012 18:31:58 +0000 (UTC) (envelope-from gnn@freebsd.org) Received: from vps.hungerhost.com (vps.hungerhost.com [216.38.53.176]) by mx1.freebsd.org (Postfix) with ESMTP id 1BF838FC18; Fri, 9 Mar 2012 18:31:58 +0000 (UTC) Received: from [209.249.190.124] (helo=[10.2.212.229]) by vps.hungerhost.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1S64bd-0007OW-98; Fri, 09 Mar 2012 13:31:57 -0500 Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=iso-8859-1 From: George Neville-Neil In-Reply-To: <4F59D1DD.9020708@entel.upc.edu> Date: Fri, 9 Mar 2012 13:32:03 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: References: <4F59D1DD.9020708@entel.upc.edu> To: =?iso-8859-1?Q?Gustau_P=E9rez?= X-Mailer: Apple Mail (2.1257) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps.hungerhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - freebsd.org Cc: current@freebsd.org, fs@freebsd.org Subject: Re: RFC: FUSE kernel module for the kernel... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2012 18:31:58 -0000 On Mar 9, 2012, at 04:48 , Gustau P=E9rez wrote: > On 08/03/2012 22:20, George Neville-Neil wrote: >> Howdy, >>=20 >> I've taken the GSoC work done with the FUSE kernel module, and = created a patch against HEAD >> which I have now subjected to testing using tools/regression/fsx. >>=20 >> The patch is here: http://people.freebsd.org/~gnn/head-fuse-1.diff >>=20 >> I would like to commit this patch in the next few days, so, please, = if you care >> about this take a look and get back to me. >>=20 >> Thanks, >> George >>=20 >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to = "freebsd-current-unsubscribe@freebsd.org" >=20 > When this GSoC was going on, I asked Hans Peter Selasky (the mentor) = and Ilya to try the code, because I thought the project would be very = useful to me (mostly in the server side, there are a few = distributed/parallel filesystems using fuse). >=20 > The code was not finished at the time the GSoC ended. So it does = work with some filesystems, with some others doesn't. >=20 > Is this the last version Ilya released for the GSoC? Yes, with fixes. It's based off of here: https://github.com/glk/fuse-freebsd Best, George