From: Evgeniy Polyakov <zbr@ioremap.net>
To: Al Viro <viro@ZenIV.linux.org.uk>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
Joe Perches <joe@perches.com>,
greg@kroah.com, linux-kernel@vger.kernel.org,
akpm@linux-foundation.org, linux-fsdevel@vger.kernel.org,
Stephen Rothwell <sfr@canb.auug.org.au>
Subject: Re: [take 3] pohmelfs: call for inclusion
Date: Thu, 22 Mar 2012 01:37:04 +0400 [thread overview]
Message-ID: <20120321213704.GB16713@ioremap.net> (raw)
In-Reply-To: <20120321211835.GQ6589@ZenIV.linux.org.uk>
On Wed, Mar 21, 2012 at 09:18:35PM +0000, Al Viro (viro@ZenIV.linux.org.uk) wrote:
> I think I've asked that question at least 3 times. Never got anything
> resembling an answer... Is that misspelled dentry_path()? Or is something
> subtle going on and we really want different strings generated for
> chrooted processes here?
This is a special case which does bad things intentionally.
http-compatibility was added in _this_ POHMELFS on demand from people
who do want to access files by handle created from whole path. Not name
or inode number, but whole path, since that's only what is available in
http (or more generally via rest api)
It is limited, wrong and error-prone. It does not even support rename
and hardlinks. But that's what people want.
When I bind-remount part of the tree, things 'dissapear' from the tree.
Yes, this is really an uglymoron, but it was created for _some_ limited
case which rougly work in sandboxed environment only.
The whole rest of the POHMELFS was completely rewritten with very
different model, namely we do _not_ depend on pathes in general case.
There are fair inodes which are indexed by 2^512 numbers, they are
referenced from direntries and so forth.
So, again, treat http-compat mount option (which turns this
path-based-lookups) as a ugly handler for those who /skipped by
censorship in editor/ know what they are doing.
--
Evgeniy Polyakov
next prev parent reply other threads:[~2012-03-21 21:37 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-16 12:18 [take 3] pohmelfs: call for inclusion Evgeniy Polyakov
2012-03-16 13:29 ` Joe Perches
2012-03-16 13:39 ` Evgeniy Polyakov
2012-03-16 13:43 ` Evgeniy Polyakov
2012-03-16 14:12 ` Joe Perches
2012-03-21 20:27 ` Evgeniy Polyakov
2012-03-21 21:02 ` Linus Torvalds
2012-03-21 21:18 ` Al Viro
2012-03-21 21:37 ` Evgeniy Polyakov [this message]
2012-03-21 21:54 ` Al Viro
2012-03-21 22:04 ` Evgeniy Polyakov
2012-03-21 22:28 ` Al Viro
2012-03-21 22:40 ` Evgeniy Polyakov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120321213704.GB16713@ioremap.net \
--to=zbr@ioremap.net \
--cc=akpm@linux-foundation.org \
--cc=greg@kroah.com \
--cc=joe@perches.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sfr@canb.auug.org.au \
--cc=torvalds@linux-foundation.org \
--cc=viro@ZenIV.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox