I have been looking around for documentation on how journalling is implemented in ext3 and couldn't find any good resources. I am familiar with the internals of ext2 and have gone through the implementation of the same in Linux and Minix.
Could you point me towards resources/code snippets which could help me in understanding the implementation of journalling in ext3?