File system query
Dibyayan Chakraborty
dib.coolguy at gmail.com
Mon Jun 17 14:49:19 EDT 2013
Hi,
I am working on a project which requires to implement a file system with
journaling capability.
While i found a number of simple implementations of file systems , they all
were lacking the journaling capability.
like https://github.com/raczzoli/testfs or
http://hi.baidu.com/yanyulou/item/e31a15f3b559ae49932af287
Now that i have implemented the formating procedures for the file system i
think the next step would be to implement super_block operations , file
operations for the VFS.
I came to know that ext3/ext4 uses a jbd interface which implements the
journaling capability in a file system independent way. But i could not
find any documentation or details for using the jbd interface.
So, any help which points out to the specific details of jbd interface or
any comments which might be helpful in implementing the journaling
capability is welcome.
--
With Regards
Dibyayan Chakraborty
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130618/3d5ea311/attachment.html
More information about the Kernelnewbies
mailing list