Annotation of wikisrc/projects/project/ext3fs.mdwn, revision 1.2

1.1       jmmv        1: [[!template id=project
                      2: 
1.2     ! dholland    3: title="Implement ext3 file system support"
1.1       jmmv        4: 
                      5: contact="""
                      6: [tech-kern](mailto:tech-kern@NetBSD.org)
                      7: """
                      8: 
                      9: category="filesystems"
                     10: difficulty="medium"
                     11: duration="1-2 months"
                     12: 
                     13: description="""
1.2     ! dholland   14: The ext2 file system is the lowest common denominator Unix-like file system in the Linux world, as ffs is in the BSD world. NetBSD has had kernel support for ext2 for quite some time.
        !            15: 
        !            16: However, the Linux world has moved on, with ext3 and now to some extent also ext4 superseding ext2 as the baseline. NetBSD has no support for ext3; the goal of this project is to implement that support.
        !            17: 
        !            18: Since ext3 is a backward-compatible extension that adds journaling to ext2, NetBSD can mount clean ext3 volumes as ext2 volumes. However, NetBSD cannot mount ext3 volumes with journaling and it cannot handle recovery for crashed volumes.
        !            19: As ext2 by itself provides no crash recovery guarantees whatsoever, this journaling support is highly desirable.
        !            20: 
        !            21: The ext3 support should be implemented by extending the existing ext2 support (which is in src/sys/ufs/ext2fs), not by rewriting the whole thing over from scratch. It is possible that some of the ostensibly filesystem-independent code that was added along with the ffs WAPBL journaling extensions might be also useable as part of an ext3 implementation; but it also might not be.
        !            22: 
        !            23: The full requirements for this project include complete support for ext3 in both the kernel and the userland tools. It is possible that a reduced version of this project with a clearly defined subset of these requirements could still be a viable GSOC project; if this appeals to you please coordinate with a prospective mentor.
1.1       jmmv       24: """
                     25: ]]

CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb