On Tue, Jan 22, 2013 at 11:39:31PM +0200, Racz Zoli wrote: > Can somebody help me with links to documentations, books or howtos > about how and where to start file system development in linux? It > doesn`t necessarily need to contain a full source code. I don`t want > to only copy paste somebody else`s code, and voila, I`m a kernel > developer. I would like to understand step by step how the vfs api is > actually working, how to do things, and maybe in the future to be able > to write my own file system, or to contribute to an existing one.
You may find this book useful Practical File System Design: The Be File System http://www.nobius.org/~dbg/practical-file-system-design.pdf or for specific topics Understanding the Linux Kernel http://ceata.org/~tct/resurse/utlk.pdf Where the APIs changed, look into existing implementations, I don't know about any book that describes recent status of linux internals. david -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
