From mboxrd@z Thu Jan 1 00:00:00 1970 From: Spam Subject: Re: silent semantic changes with reiser4 Date: Thu, 2 Sep 2004 22:07:22 +0200 Message-ID: <1785708679.20040902220722@tnonline.net> References: Message from Lee Revell of "Wed, 01 Sep 2004 18:51:12 -0400." <1094079071.1343.25.camel@krustophenia.net> <200409021425.i82EPn9i005192@laptop11.inf.utfsm.cl> <1535878866.20040902214144@tnonline.net> <1094151338.5645.32.camel@localhost.localdomain> Reply-To: Spam Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Horst von Brand , Lee Revell , Jamie Lokier , Pavel Machek , David Masover , Chris Wedgwood , , Linus Torvalds , Christoph Hellwig , Hans Reiser , , Linux Kernel Mailing List , Alexander Lyamin aka FLX , ReiserFS List Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com To: Alan Cox In-Reply-To: <1094151338.5645.32.camel@localhost.localdomain> List-Id: linux-fsdevel.vger.kernel.org > On Iau, 2004-09-02 at 20:41, Spam wrote: >> > It is trivial to implement this by looking inside the files. I.e., the way >> > mc has done this for ages. >> >> Difference is that you can't do "locate" or "find" or "Search".. You >> would have to open the files in an archive-supporting application >> such as mc. > And would you rather that logic was running swappable in shared library > space or privileged and unswappable in kernel ? I would rather have it as a filesystem/vfs plugin that would allow all my programs to use the features the plugin gives, even if it would mean being totally in kernel space. > Alan