Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936397AbXHOUCV (ORCPT ); Wed, 15 Aug 2007 16:02:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933114AbXHOUCI (ORCPT ); Wed, 15 Aug 2007 16:02:08 -0400 Received: from rv-out-0910.google.com ([209.85.198.185]:59128 "EHLO rv-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932332AbXHOUCG (ORCPT ); Wed, 15 Aug 2007 16:02:06 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NiLFqMg5jjvrBYrkyBRRIaOg69MNPnsa6/aHIvQ9YTSg8CnVNQKyDpp/1jGfQGDowhkMJS1gDcLFh3Y5HVjF4YOLDu/WXP6WZ/n+4STlN4vNVJ12pjlJZr+uHOIBeShditsJ3loecajMQdP5R/5BYPUuMb1+/o8gz9OpLQCQx1A= Message-ID: Date: Wed, 15 Aug 2007 23:02:05 +0300 From: "Yakov Lerner" To: "Marc Perkel" , "Kernel Linux" Subject: Re: Thinking outside the box on file systems In-Reply-To: <106259.96671.qm@web52501.mail.re2.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <106259.96671.qm@web52501.mail.re2.yahoo.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1735 Lines: 38 On 8/15/07, Marc Perkel wrote: > I want to throw out some concepts about a new way of > thinking about file systems. But the first thing you > have to do is to forget what you know about file > systems now. This is a discussion about a new view of > looking a file storage that is radically different and > it's more easily undersood if you forget a lot of what > you know. The idea is to create what seems natural to > the user rather than what seems natural to the > programmer. I believe that kernel interface is not really meant to be operated on the level that's directly accessible by the end user. The food chain is a bit different. The human user interacts with userlevel apps, not with kernel API directly. The userlevel apps interact in turn with the kernel APIs, either directly or via the layers of libraries. The abstrations that's presented to the human use are not necessarily 1:1 reflection of the kernel APIs. For example, you could program your novel way of permissions as a new file manager application that actually uses existing posix permissions underneath. Your file manager could check with userlevel-stored policies to implement the permissions that you describe, without any changes in existing kernel and existing filesystems. To expect that posix-compliant kernel will drop its posix complicance for temporary experiment sounds a bit far-fetched to me. But the door for all kinds of experiments is widely open in the userlevel. Yakov - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/