All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Guillermo López Alejos" <glalejos@gmail.com>
To: Linux Kernel mailing list <linux-kernel@vger.kernel.org>
Subject: Implementing a network based filesystem
Date: Sun, 14 Aug 2005 22:09:20 +0200	[thread overview]
Message-ID: <4fec73ca050814130916b78a57@mail.gmail.com> (raw)

Hi,

I continue studying the VFS interface. As I said in previous e-mails,
my goal is to integrate an existing parallel filesystem into the Linux
kernel.

Now, I am looking for a reduced subset of operations to focus on. I
have selected the following:
  struct file_system_type
    get_sb()
  struct super_operations
    read_inode()
    write_inode()
    delete_inode()
    write_super()
  struct inode_operations
    *none*
  struct dentry_operations
    *none*
  struct file_operations
    read()
    write()

Methods that are not in the listing will be replaced by generic
functions. I think that the enumerated methods are what it is needed
to make this network based filesystem work (without taking in account
other requirements of the filesystem).

I would appreciate corrections about this listing in case I have
forget some important method.

Regards,

-- 
Guillermo

                 reply	other threads:[~2005-08-14 20:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4fec73ca050814130916b78a57@mail.gmail.com \
    --to=glalejos@gmail.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.