public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Nate Diller <nate.diller@gmail.com>
To: ritesh@cs.unc.edu
Cc: "Pekka Enberg" <penberg@gmail.com>,
	"Guillermo López Alejos" <glalejos@gmail.com>,
	linux-kernel@vger.kernel.org
Subject: Re: Documentation about the Virtual File-System
Date: Mon, 27 Jun 2005 17:17:58 -0700	[thread overview]
Message-ID: <5c49b0ed050627171724e7de27@mail.gmail.com> (raw)
In-Reply-To: <fc67f8b705062715424a8f9759@mail.gmail.com>

try reading the code to Minix FS, it is simple and will demonstrate
the interfaces you need to present to VFS, and the block interface to
access the disk.  The page interface is preferred over the block
interface recently, expecially for high performance work, but FS's
that use it are more complex and harder to understand (reiserfs, xfs,
ext3).

Get Robert Love's kernel programming book, it has just barely enough
VFS documentation to get you started learning the current interfaces.

NATE


On 6/27/05, Ritesh Kumar <digitalove@gmail.com> wrote:
> On 6/27/05, Pekka Enberg <penberg@gmail.com> wrote:
> > Hi,
> > 
> > On 6/27/05, Guillermo López Alejos <glalejos@gmail.com> wrote:
> > > Is there any "Building a File system HOWTO"?
> > 
> > I am not aware of such document but take a look at fs/ramfs/inode.c.
> > It is a simple memory-based filesystem and sort of a tutorial to the
> > VFS.
> > 
> >                                Pekka
> > -
> 
> Did you try http://lxr.linux.no/source/Documentation/filesystems/vfs.txt
> 
> BTW, on a similar note can somebody recommend some simple sample code
> on block IO?
> 
> Ritesh
> 
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel"
> in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at  http://www.tux.org/lkml/
> > 
> 
> 
> -- 
> http://www.cs.unc.edu/~ritesh/
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>

      reply	other threads:[~2005-06-28  0:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-27 17:08 Documentation about the Virtual File-System Guillermo López Alejos
2005-06-27 17:58 ` Pekka Enberg
2005-06-27 22:42   ` Ritesh Kumar
2005-06-28  0:17     ` Nate Diller [this message]

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=5c49b0ed050627171724e7de27@mail.gmail.com \
    --to=nate.diller@gmail.com \
    --cc=glalejos@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=penberg@gmail.com \
    --cc=ritesh@cs.unc.edu \
    /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