From: roszenrami@gmail.com (Rami Rosen)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Is there any good literature explaining Linux's file system ?
Date: Sun, 10 Jul 2016 18:36:20 +0300 [thread overview]
Message-ID: <CAKoUArmza5e3ucQN2hqPHcPUdaPN9Ra-p7UFrCUfmFwYk-MqjA@mail.gmail.com> (raw)
In-Reply-To: <57823E53.1090304@gmail.com>
Hi, Ruan,
AFAIK, there is no book which is dedicated to the Linux kernel
implementation of Linux filesystems.
In "Understanding the Linux Kernel, 3rd Edition"
By Daniel P. Bovet, Marco Cesati
rhere is one chapter (chapter 18) of about 40 pages about the
implementation of Ext2 and Ext3.
Please keep in mind that ext3 was removed:
https://lwn.net/Articles/651645/
There is also a chapter about Virtual File System (VFS), even though
you did not asked about it. I believe that learning about VFS is
important in ordet to understand how particular filesystems like
ext2/ext3/btrfs work.
See:http://shop.oreilly.com/product/9780596005658.do
Also in "Professional Linux Kernel Architecture" by Wolfgang Mauerer,
Wiley Publishing, Inc., there is a chapter about the "The Extended
Filesystem Family" (chapter 9), and also a chapter about VFS (Chapter
8).
here is also a book titled "Linux Filesystems Paperback"
by William Von Hagen. I did not read it. However, it is really old
(2002!); 14 years are significant in Linux development.
Good luck!
Regards,
Rami Rosen
http://ramirose.wix.com/ramirosen
On 10 July 2016 at 15:23, Yubin Ruan <ablacktshirt@gmail.com> wrote:
> Hi everybody,
> I'm really curious about whether there is any literature that
> describe Linux's file systems(e.g. ext2{3,4}, btrfs) deeply?
> I can't find much literature about Linux's filesystem. I have read
> some papers about Unix's file system. For example, **A Fast File System
> for UNIX**, which explain things in detail(though not so informative for
> me). I also read **Design and Implementation of the Second Extend
> Filesystem** by Remy, Theodore, et al. But those papers and blogs can't
> make thing clear for me, because there are so many things that they have
> not explained.
> I wonder is there any book that explain one of the Linux
> filesystem(design, implementation) in detail, like what Mal Gorman
> explain about Linux Memory Management in his books **Understand The
> Linux Memory Manager** and **Code Commentary On The Linux Virtual Memory
> Manager** ?
>
> Thanks in advance,
> Ruan.
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
prev parent reply other threads:[~2016-07-10 15:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-10 12:23 Is there any good literature explaining Linux's file system ? Yubin Ruan
2016-07-10 15:36 ` Rami Rosen [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=CAKoUArmza5e3ucQN2hqPHcPUdaPN9Ra-p7UFrCUfmFwYk-MqjA@mail.gmail.com \
--to=roszenrami@gmail.com \
--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).