From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamie Lokier Subject: Re: [PATCH 1/3] fs: Document the reflink(2) system call. Date: Wed, 6 May 2009 00:14:50 +0100 Message-ID: <20090505231450.GL7574@shareable.org> References: <20090505131907.GF25328@shareable.org> <1241530798.7244.65.camel@think.oraclecorp.com> <20090505153629.GB31100@shareable.org> <1241538102.7244.72.camel@think.oraclecorp.com> <20090505160313.GF31100@shareable.org> <4A00A634.4020008@hp.com> <20090505215711.GA7574@shareable.org> <20090505220459.GN7835@mail.oracle.com> <20090505221101.GD7574@shareable.org> <20090505222418.GP7835@mail.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: jim owens , Chris Mason , Theodore Tso , linux-fsdevel@vger.kernel.org, jmorris@namei.org, ocfs2-devel@oss.oracle.com, viro@zeniv Return-path: Received: from mail2.shareable.org ([80.68.89.115]:48334 "EHLO mail2.shareable.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758904AbZEEXOz (ORCPT ); Tue, 5 May 2009 19:14:55 -0400 Content-Disposition: inline In-Reply-To: <20090505222418.GP7835@mail.oracle.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Joel Becker wrote: > Both btrfs and ocfs2 will only copy the hunk modified, leaving the > rest of the file shared; you won't have long wait times for the CoW > of large files just because you modified one byte. Which is brilliant and perfect, and should be near the top of any marketing materials for reflink :-) -- Jamie