From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans Reiser Subject: Re: Separating Indexing and Searching (was silent semantic changes with reiser4) Date: Sat, 28 Aug 2004 15:11:38 -0700 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <4131031A.7090403@namesys.com> References: <584702172685-BeMail@cr593174-a> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Will Dyson , akpm@osdl.org, hch@lst.de, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, flx@namesys.com, torvalds@osdl.org, reiserfs-list@namesys.com Return-path: Received: from rwcrmhc12.comcast.net ([216.148.227.85]:62607 "EHLO rwcrmhc12.comcast.net") by vger.kernel.org with ESMTP id S266362AbUH1WLj (ORCPT ); Sat, 28 Aug 2004 18:11:39 -0400 To: "Alexander G. M. Smith" In-Reply-To: <584702172685-BeMail@cr593174-a> List-Id: linux-fsdevel.vger.kernel.org Alexander G. M. Smith wrote: > > >However, one of my (unfinished) experiments was to have magic directories that show query results as their contents. One attribute of the directory (or even its name) would be the query string. That way even old software (like "ls") could use queries! Implementing queries-as-directories might require moving some things back into the kernel, or at least into some plug-in level. > > Beautiful example of the sort of thing that I don't want to be locked out from doing by having the parser in user space.