kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
From: rumpelsepp@sevenbyte.org (Stefan Tatschner)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Links to understand File System
Date: Wed, 22 Apr 2015 15:04:23 +0200	[thread overview]
Message-ID: <1429707863.29836.2.camel@sevenbyte.org> (raw)
In-Reply-To: <20150422080524.GA4812@Sanchayan-Arch.toradex.int>

On Wed, 2015-04-22 at 13:35 +0530, victorascroft at gmail.com wrote:
> Hi,
> 
> On 15-04-22 12:47:54, sahil aggarwal wrote:
> > Hi all,
> > 
> > I am reading Understanding the linux kernel CH15(ext2 and ext3 file
> > systems) and have even started implementation of File system from
> > scratch for learning purpose by following this :
> > 
> > https://github.com/psankar/simplefs
> > 
> > Any leads on other links/papers to understand VFS->FS->disk flow 
> > better.?
> 
> Have a look at the kernel books by Robert Love and Bovet,Cesati.
> 
> Also http://www.nongnu.org/ext2-doc/ext2.html
> 
> Also for what its worth, since you are interested in FS and how they 
> are 
> implemented
> 
> http://pages.cs.wisc.edu/~remzi/OSTEP/
> 
> Have a look at the chapters in Persistence. The chapters have pretty 
> good explanations and also note various papers related to file 
> systems 
> which you can go through.
> 
> In addition you might find the following of interest as well
> 
> http://pdos.csail.mit.edu/6.828/2014/xv6.html
> You can understand the FS structure in xv6 and start doing your own 
> improvements on it. For example, xv6 currently uses the 
> direct/indirect 
> pointer strategy which you can improve to increase max file size 
> which 
> xv6 currently uses. OR do an extent based file system improvement. 
> Direct/indirect pointer strategy is used in ext2/3 and ext4 uses 
> extents. So you can play around in xv6 to learn more about FS while 
> also 
> cross referencing other FS. And since you do all testing in qemu no 
> worries of actually breaking stuff.
> 
> You also might want to look at xinu, though I have yet to mess 
> around in 
> what xinu uses in FS.
> 
> Hope that helps a bit.

Nice links! Thank you very much!

Stefan

  reply	other threads:[~2015-04-22 13:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-22  7:17 Links to understand File System sahil aggarwal
2015-04-22  8:05 ` victorascroft at gmail.com
2015-04-22 13:04   ` Stefan Tatschner [this message]
2015-04-24 11:42     ` sahil aggarwal

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=1429707863.29836.2.camel@sevenbyte.org \
    --to=rumpelsepp@sevenbyte.org \
    --cc=kernelnewbies@lists.kernelnewbies.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;
as well as URLs for NNTP newsgroup(s).