On 8/15/07, Marc Perkel <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/