Re: Documenting the VFS

2005-08-18 Thread Daniel Phillips
On Sunday 14 August 2005 05:05, Guillermo López Alejos wrote: > Hi, > > I'm writing documentation about the VFS. Best of luck. It is a complex topic, but if you manage to produce an accurate reference, it will be widely read. > More concretely, I want to > document the following information

Re: Documenting the VFS

2005-08-18 Thread Daniel Phillips
On Sunday 14 August 2005 05:05, Guillermo López Alejos wrote: Hi, I'm writing documentation about the VFS. Best of luck. It is a complex topic, but if you manage to produce an accurate reference, it will be widely read. More concretely, I want to document the following information about

Re: Documenting the VFS

2005-08-13 Thread Steve French
Where can I found an up to date documentation about the VFS interface? There is an ok chapter on filesystems in the O'Reilly Linux Kernel book, and the Linux Device Drivers book (also from O'Reilly) is essential reading. Pay careful attention to fs/libfs.c and the nice small fs fs/ramfs which

Re: Documenting the VFS

2005-08-13 Thread Stephane Wirtel
I believe ( but I am not sure ), there is a recent article (or book) on this subject. > Where can I found an up to date documentation about the VFS interface? Perhaps in Documentation/VFS, > If there is no such document, which is the correct mailing list to > submit my questions at? Is there

Documenting the VFS

2005-08-13 Thread Guillermo López Alejos
Hi, I'm writing documentation about the VFS. More concretely, I want to document the following information about the methods defined in the VFS interface (i.e. the struct *_operations): - Prototype. - Description (brief description of what the method has to do). - Description of the

Documenting the VFS

2005-08-13 Thread Guillermo López Alejos
Hi, I'm writing documentation about the VFS. More concretely, I want to document the following information about the methods defined in the VFS interface (i.e. the struct *_operations): - Prototype. - Description (brief description of what the method has to do). - Description of the

Re: Documenting the VFS

2005-08-13 Thread Stephane Wirtel
I believe ( but I am not sure ), there is a recent article (or book) on this subject. Where can I found an up to date documentation about the VFS interface? Perhaps in Documentation/VFS, If there is no such document, which is the correct mailing list to submit my questions at? Is there any

Re: Documenting the VFS

2005-08-13 Thread Steve French
Where can I found an up to date documentation about the VFS interface? There is an ok chapter on filesystems in the O'Reilly Linux Kernel book, and the Linux Device Drivers book (also from O'Reilly) is essential reading. Pay careful attention to fs/libfs.c and the nice small fs fs/ramfs which