[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: VFS Documentation
| Where i can find documentation on VFS and how to write filesystem .....
| I find some doc but the description on the data structure are very poor.
| I never see a doc that say what the role of each function and what
| they do on data structure ...
Welcome to the wonderful world of Linux. There are docs about - almost -
everything. If you can't find a doc, "use the source Luke":)
There are lots of interesting documents at
http://kernelnewbies.org/links/
Here you can find lots of links to valuable documentation,
which include Linux Kernel Internals for 2.4 kernels and
much more. Always look at kernel related documents because
almost all of them talk about filesystems.
http://kernelnewbies.org/documents/
It includes docs about kernel API changing from 2.2 to 2.4.
There are other goodies also. I like reading Rusty's
Unreliable Guides :)
http://www.linuxdoc.org/LDP/tlk/
The Linux Kernel. Mostly 2.2 stuff but pretty good.
http://jungla.dit.upm.es/~jmseyas/linux/kernel/hackers-docs.html
Docs about ext2 implementation and Design, ext3, kernel,
VFS and everything you need in order to become a happy
hacker.
What kind of filesystem are you looking for? Distributed, Journalled,
Parallel, ...?
Best regards!
Luis
--
[ Luis Claudio R. Goncalves lclaudio@conectiva.com.br ]
[ MSc coming soon -- Conectiva HA Team -- Gospel User -- Linuxer -- :) ]
[ Fault Tolerance - Real-Time - Distributed Systems - IECLB - IS 40:31 ]
[ LateNite Programmer -- Jesus Is The Solid Rock On Which I Stand -- ]
-
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/
IRC Channel: irc.openprojects.net / #kernelnewbies
Web Page: http://www.kernelnewbies.org/