From owner-freebsd-arch@FreeBSD.ORG Mon Oct 25 21:35:35 2010 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36BE31065670 for ; Mon, 25 Oct 2010 21:35:35 +0000 (UTC) (envelope-from freebsd-arch@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id E485D8FC15 for ; Mon, 25 Oct 2010 21:35:34 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PAUhZ-0004oZ-0n for freebsd-arch@freebsd.org; Mon, 25 Oct 2010 23:35:33 +0200 Received: from 78-1-180-0.adsl.net.t-com.hr ([78.1.180.0]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Oct 2010 23:35:33 +0200 Received: from ivoras by 78-1-180-0.adsl.net.t-com.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Oct 2010 23:35:33 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-arch@freebsd.org From: Ivan Voras Date: Mon, 25 Oct 2010 23:35:22 +0200 Lines: 25 Message-ID: References: <20101025210529.GB27091@ravenloft.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 78-1-180-0.adsl.net.t-com.hr User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.9) Gecko/20101008 Thunderbird/3.1.4 In-Reply-To: <20101025210529.GB27091@ravenloft.kiev.ua> Subject: Re: Importing the fusefs kernel module? X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 21:35:35 -0000 On 10/25/10 23:05, Alex Kozlov wrote: > On Mon, Oct 25, 2010 at 10:53:08PM +0200, Ivan Voras wrote: >> Fusefs is the Linux-developed userland filesystem interface which is >> fairly popular in the wild, especially with the "sshfs" module which >> allows mounting of generic ssh/sftp directories in a very easy way. > Have You considered the possibility of importing puffs/refuse instead? > http://www.netbsd.org/docs/puffs/ Yes, and discarded it for these reasons: - fusefs is much more popular / has more file systems developed for it (and refuse is not 1:1 identical enough to be stable) - it has a better concurrency model, allowing for potentially better performance - it is older / more mature There was a relatively recent Summer of Code effort to port puffs to FreeBSD, but it is in the same state fusefs was when it was being worked on: there are rough edges that need patching. Of course, all this does not preclude anyone importing puffs in the future.