From owner-freebsd-arch@FreeBSD.ORG Thu Oct 28 10:20:34 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 CDDB0106564A; Thu, 28 Oct 2010 10:20:34 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 550038FC15; Thu, 28 Oct 2010 10:20:33 +0000 (UTC) Received: by qwe4 with SMTP id 4so1756351qwe.13 for ; Thu, 28 Oct 2010 03:20:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=XMETfdUsW1CEnyTEcddZwYpd8+1Awg8eRLfAXjq1h0A=; b=KVZhOex775mY0wv+jJP88M4arWKCO2KfOpABOnoFd3VYpOxqI4jHX+n9DxxUVQZEHO Ly08/ghSUJrRWXFBYqWeN5mQEWSmaYwKgfgIsw+DJPo3zaOm66ACevFUIn2h6PDrItIS V8HtW5PchVwo/io1UX8O7yMTW8MtC6pF6BMKI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=UjQIlc3bLqLTmmZxfn7T1SGIpc3xMRRH8kp2ulYR2/jvQVrCoNrVwJztZzVO9ZqyMc Bj0PKE9DkNRygxGrPpoThRL3C1xh1pkvl2/LWJ0pL9bMnjG9xxxfi2g71vPaFgkSCjqz Gf5O/+ZkdjrRBJD+BXDapunRCMR/wsdOUZVyc= Received: by 10.224.218.132 with SMTP id hq4mr3488206qab.33.1288261233115; Thu, 28 Oct 2010 03:20:33 -0700 (PDT) MIME-Version: 1.0 Sender: ivoras@gmail.com Received: by 10.229.80.5 with HTTP; Thu, 28 Oct 2010 03:19:52 -0700 (PDT) In-Reply-To: <4CC92D1B.5010701@entel.upc.edu> References: <20101025211904.GM2392@deviant.kiev.zoral.com.ua> <20101026205801.GA39716@zim.MIT.EDU> <4CC92D1B.5010701@entel.upc.edu> From: Ivan Voras Date: Thu, 28 Oct 2010 12:19:52 +0200 X-Google-Sender-Auth: TUfkIKq7kkNn1GNijBglXuZk4lg Message-ID: To: =?UTF-8?Q?Gustau_P=C3=A9rez?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Kostik Belousov , Scott Long , freebsd-arch@freebsd.org, David Schultz , Garrett Cooper 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: Thu, 28 Oct 2010 10:20:34 -0000 2010/10/28 Gustau P=C3=A9rez : > =C2=A0 The point is, do we stick with fuse or do we switch to puffs ? Wha= t is Basically my vote goes to fuse for these reasons: * More file systems are developed for fuse * It's more popular both among the users and 3d party software developers (you mentioned Gnome) * It's better performing, at least in theory, because puffs was not originally written for a multi-threaded kernel (lots of serialization)