From: Norbert Sendetzky <norbert@linuxnetworks.de>
To: <linux-kernel@vger.kernel.org>
Subject: Implementing a new network based file system
Date: Fri, 21 Sep 2001 18:07:05 +0200 [thread overview]
Message-ID: <200109211609.SAA08383@post.webmailer.de> (raw)
Hi all
I'm currently doing some research on implementiation of a new file
system for my diplomathesis. It's about designing and implementing a
network file system with security in mind. For those interested,
there is a short introduction about why and how on my website (look
at the Secure Internet File System section):
http://www.linuxnetworks.de/security/index.html
I have already studied ramfs sources for the basics and the sources
of coda, nfs and smbfs to find out, what I have to do. Also I read
all documentation I found about the VFS. But there are a few
questions, where I couldn't find an answer:
My first question is related to the superblock:
There are six functions about inode handling. Each of the above
network file systems (coda, nfs, smbfs) implements different
functions:
coda: read_inode and clear_inode
nfs: read_inode, put_inode and delete_inode
smbfs: put_inode and delete_inode
When do I need which function? Why are they necessary at all when
implementing a network file system? Can anyone explain the bigger
scheme behind this to me?
My second question is around inode_operations:
Why does none of the network file systems implement the readlink,
follow_link, truncate and getattr funtions? Does the server follow
the symlink automatically if it is written to the storage medium and
show only the resulting file?
I have even more questions, but I will do some more research and
maybe I will find the answer by myself before I get kicked off this
list because of submitting too much obvious questions... (at least
obvious to you) ;-)
Thanks in advance
Norbert
next reply other threads:[~2001-09-21 16:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-09-21 16:07 Norbert Sendetzky [this message]
2001-09-21 16:35 ` Jan Harkes
2001-09-21 23:59 ` Dan Mann
[not found] ` <20010924142733.A7427@cs.cmu.edu>
[not found] ` <20010925193432.A4005@vagabond>
[not found] ` <200109261459.QAA08189@post.webmailer.de>
2001-09-27 8:52 ` Jan Hudec
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=200109211609.SAA08383@post.webmailer.de \
--to=norbert@linuxnetworks.de \
--cc=linux-kernel@vger.kernel.org \
/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
all inboxes | Powered by JetHome®