From owner-freebsd-geom@FreeBSD.ORG Mon Aug 28 16:49:02 2006 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24D1D16A4DF for ; Mon, 28 Aug 2006 16:49:02 +0000 (UTC) (envelope-from gcubfg-freebsd-geom@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6849143D73 for ; Mon, 28 Aug 2006 16:48:53 +0000 (GMT) (envelope-from gcubfg-freebsd-geom@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GHkHh-0006p9-4n for freebsd-geom@freebsd.org; Mon, 28 Aug 2006 18:48:28 +0200 Received: from cmung1431.cmu.carnet.hr ([193.198.133.161]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Aug 2006 18:48:25 +0200 Received: from ivoras by cmung1431.cmu.carnet.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Aug 2006 18:48:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-geom@freebsd.org From: Ivan Voras Date: Mon, 28 Aug 2006 18:48:12 +0200 Lines: 12 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: cmung1431.cmu.carnet.hr User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) In-Reply-To: X-Enigmail-Version: 0.94.1.0 Sender: news Subject: Re: Geom class project idea - geom_cow X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Aug 2006 16:49:02 -0000 Christian Laursen wrote: > I have an idea for a geom class that I think could be useful in a number > of scenarios. > > The basic idea is that it takes two existing providers and uses the first > one as a starting point and the other one to keep changes to the first > one using copy-on-write. It's been discussed, and it's even on my tentative todo list (though I can't even say when I'll have the time&resources to start...). It's even done by my "old" gjournal project, but that aspect of it is undertested and probably buggy.