From owner-freebsd-fs@FreeBSD.ORG Mon Apr 4 18:05:15 2011 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 B51D31065676 for ; Mon, 4 Apr 2011 18:05:15 +0000 (UTC) (envelope-from pontomedon@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 477768FC1B for ; Mon, 4 Apr 2011 18:05:14 +0000 (UTC) Received: by fxm11 with SMTP id 11so5396730fxm.13 for ; Mon, 04 Apr 2011 11:05:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=04D15e0BKqgSXouRSBMP5EJwSGg3Rdh2cpWoNrtdASE=; b=wKuGubCioETeQRY6A20f42Dhc3WPU2Ur9LtpYIKi+PSiJk4/BQFmHtRG7Exh6XisFO L0qPDtPGojaG6/F31cRx1q44Lx/GG5XVzfyE4Aq3rNAf4mq42q4ALCwAJHxDD4h5wvqJ BZHhKrR0ac8tmAbmRynyuFoKP7E1mSQBPLYSs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=W5+wF9285DlkUHiK1boFaFi1f5h5Y3zlXbqbqwHYZVa9kjHCG1p8mtcrSVNd6xVSeb w0n1mpy0LGIImDo/srg4RDwU4zxCJnBoiZv9T2h7asr3ZGbHSFGAkOLytLBto5sZeiqF siTVonYE7Ykr/W4xagaPwfg4dWlefrPHOe5rU= Received: by 10.223.85.196 with SMTP id p4mr2592455fal.5.1301940313290; Mon, 04 Apr 2011 11:05:13 -0700 (PDT) Received: from [192.168.1.3] (chello062178135187.2.14.univie.teleweb.at [62.178.135.187]) by mx.google.com with ESMTPS id n15sm1827037fam.12.2011.04.04.11.05.12 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 04 Apr 2011 11:05:12 -0700 (PDT) Message-ID: <4D9A0856.40709@googlemail.com> Date: Mon, 04 Apr 2011 20:05:10 +0200 From: "=?ISO-8859-15?Q?Lukas_R=F6ssler?=" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 To: freebsd-fs@freebsd.org References: <4D99DDB0.9090307@googlemail.com> <20110404165759.GA2007@garage.freebsd.pl> In-Reply-To: <20110404165759.GA2007@garage.freebsd.pl> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: zfs porting roadmap? 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: Mon, 04 Apr 2011 18:05:15 -0000 Am 04.04.2011 18:57, schrieb Pawel Jakub Dawidek: > On Mon, Apr 04, 2011 at 05:03:12PM +0200, Lukas Rössler wrote: >> I browsed through the archives of the past few months and saw that >> zfs is already ported up to v28 atm (thanks a lot at pjd - you do >> awesome work!). >> >> Don't get me wrong here, i don't want to sound demanding in any way, >> i'm just interested - are there plans to port it up to the current >> version (31, i believe)? The killer feature for me is encryption, >> which was added in v30... >> >> Thanks again for all your efforts, and thank you in advance for >> answering a noobs question :) > > ZFS v28 is the last open-source ZFS version so far. I'd expect new > features to be added by the top secret ZFS working group rather than > ported. :) > hm do you mean "top secret working group" @ oracle? I'm fairly new to all that stuff.. http://hub.opensolaris.org/bin/view/Community+Group+zfs/30 here it says available in "Nevada, build 149", whereas here http://hub.opensolaris.org/bin/view/Project+zfs-crypto/ it says "Solaris 11 Express". I know that Oracle basically renamed OpenSolaris to Solaris Express, but how das "Nevada" fit into that picture? Funnily enough there seems to be source for zfs-crypto: http://src.opensolaris.org/source/xref/zfs-crypto/ I also read that Oracle continues to release Solaris (is that the right term here?) source under the CDDL license, but only after the binary release, so there should be source for versions higher than 28 sooner or later? Sorry for being offtopic, but all the info i find on the net just increases my confusion... Probably someone could answer my questions (via direct mail if it doesn't fit on the list..) Thanks, Lukas