From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boaz Harrosh Subject: Re: [patch 2/5] fs: convert simple fs to new truncate Date: Thu, 10 Dec 2009 10:44:08 +0200 Message-ID: <4B20B4D8.1050503@panasas.com> References: <20091208083832.GA19823@wotan.suse.de> <20091208083957.GB19823@wotan.suse.de> <20091209143945.GB7044@quack.suse.cz> <20091210051538.GB15787@nick> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Jan Kara , Al Viro , Christoph Hellwig , linux-fsdevel@vger.kernel.org To: Nick Piggin Return-path: Received: from daytona.panasas.com ([67.152.220.89]:24216 "EHLO daytona.int.panasas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1758892AbZLJIn7 (ORCPT ); Thu, 10 Dec 2009 03:43:59 -0500 In-Reply-To: <20091210051538.GB15787@nick> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On 12/10/2009 07:15 AM, Nick Piggin wrote: > > Al, any chance to merge patches 1 and 2 upstream early in this round? They > should be fairly non intrusive and back compatible. Then I can get the > filesystem specific patches to their maintainers and you won't have to > bother with them. > > ecryptfs is being fixed to use notify_change rather than vmtruncate (which > is anyway buggy today), so that won't be a problem. > > I think we'll be able to get rid of old protocol completely within just > a couple of releases. Jan and Christoph have made pretty good progress > there. > Nick Hi. I want to do the exofs conversion. Is there a public git-tree with all this that I can base my work, and run tests? Thanks Boaz