From mboxrd@z Thu Jan 1 00:00:00 1970 From: dib.coolguy@gmail.com (Dibyayan Chakraborty) Date: Sat, 25 May 2013 10:47:04 +0530 Subject: File system implementation Message-ID: <1369459024.5607.16.camel@debian.localhost> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hi, I want to implement a file system and integrate with my system. Now first i have to implement the code for disk-formatting(like populating the super_block , root inode etc). I want to see the source code for the ext3 file system for this purpose. Please tell me which file in the kernel source contains the implementation.