Re: [PATCH -V18 04/13] vfs: Allow handle based open on symlinks

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Bastien ROUCARIES
Date: Tuesday, August 24, 2010 - 2:41 am

On Mon, Aug 23, 2010 at 1:06 AM, Neil Brown <neilb@suse.de> wrote:

Why ot creating a special file system for this kind of operation ?
I mean a vfsmnt filesystem, with each directory on the root is a
symlink to the root of the real vfsmnt root ?

I could be even be in proc space like /proc/self/vfsmnt

path_to_handle will return a relative path from this directory like
0x75843558/somehandle (if X is on /usr/bin/X and usr is mounted by
filesystem 0x75843558)
path_to_fshandle() will return 0x75843558

opening file handle will be just a matter to thus open
/proc/self/vfsmount/0x75843558/somehandle

Permission will be determined by vfsmount filesystem.

No need to create new syscall all te handle to filename will be handle
by the vfsmount filesystem

We could even use at existing command. The dirfd will need to be only
/proc/self/vfsmnt (and if you need to get a fd without mounting /proc
create a syscall to get this fd).

Does sound plausible ?

Bastien
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH -V18 03/13] vfs: Add open by file handle support, Aneesh Kumar K.V, (Thu Aug 19, 6:51 pm)
[PATCH -V18 04/13] vfs: Allow handle based open on symlinks, Aneesh Kumar K.V, (Thu Aug 19, 6:51 pm)
[PATCH -V18 05/13] vfs: Support null pathname in readlink, Aneesh Kumar K.V, (Thu Aug 19, 6:51 pm)
[PATCH -V18 06/13] vfs: Support null pathname in faccessat, Aneesh Kumar K.V, (Thu Aug 19, 6:51 pm)
[PATCH -V18 07/13] vfs: Support null pathname in linkat, Aneesh Kumar K.V, (Thu Aug 19, 6:51 pm)
[PATCH -V18 08/13] x86: Add new syscalls for x86_32, Aneesh Kumar K.V, (Thu Aug 19, 6:51 pm)
[PATCH -V18 09/13] x86: Add new syscalls for x86_64, Aneesh Kumar K.V, (Thu Aug 19, 6:51 pm)
[PATCH -V18 12/13] ext3: Copy fs UUID to superblock., Aneesh Kumar K.V, (Thu Aug 19, 6:51 pm)
[PATCH -V18 13/13] ext4: Copy fs UUID to superblock, Aneesh Kumar K.V, (Thu Aug 19, 6:51 pm)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ..., Aneesh Kumar K. V, (Thu Aug 19, 7:13 pm)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ..., Aneesh Kumar K. V, (Thu Aug 19, 11:53 pm)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ..., Christoph Hellwig, (Fri Aug 20, 1:30 am)
Re: [PATCH -V18 05/13] vfs: Support null pathname in readlink, Christoph Hellwig, (Fri Aug 20, 1:32 am)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ..., Aneesh Kumar K. V, (Fri Aug 20, 7:38 am)
Re: [PATCH -V18 05/13] vfs: Support null pathname in readlink, Aneesh Kumar K. V, (Fri Aug 20, 7:43 am)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ..., Aneesh Kumar K. V, (Sat Aug 21, 2:31 am)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ..., Aneesh Kumar K. V, (Sat Aug 21, 2:32 am)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ..., Aneesh Kumar K. V, (Sat Aug 21, 2:42 am)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ..., Aneesh Kumar K. V, (Sat Aug 21, 7:02 pm)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ..., Aneesh Kumar K. V, (Sun Aug 22, 6:24 pm)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ..., Aneesh Kumar K. V, (Sun Aug 22, 7:49 pm)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ..., Bastien ROUCARIES, (Tue Aug 24, 2:41 am)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ..., Aneesh Kumar K. V, (Tue Aug 24, 3:34 am)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ..., Aneesh Kumar K. V, (Tue Aug 24, 3:40 am)
Re: [PATCH -V18 04/13] vfs: Allow handle based open on sym ..., Bastien ROUCARIES, (Wed Aug 25, 2:13 am)