From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [RFC] basic delayed allocation in VFS Date: Thu, 26 Jul 2007 08:05:17 -0400 Message-ID: <46A88DFD.7030609@garzik.org> References: <46A8628D.6070103@clusterfs.com> <46A87858.40005@garzik.org> <46A878FC.5040600@clusterfs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ext4 development , linux-fsdevel@vger.kernel.org, Christoph Hellwig To: Alex Tomas Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:46942 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751614AbXGZMFY (ORCPT ); Thu, 26 Jul 2007 08:05:24 -0400 In-Reply-To: <46A878FC.5040600@clusterfs.com> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Alex Tomas wrote: > Jeff Garzik wrote: >> Is this based on Christoph's work? >> >> Christoph, or some other XFS hacker, already did generic delalloc, >> modeled on the XFS delalloc code. > > nope, this one is simple (something I'd prefer for ext4). The XFS one is proven and the work was already completed. What were the specific technical issues that made it unsuitable for ext4? I would rather not reinvent the wheel, particularly if the reinvention is less capable than the existing work. Jeff