Annotation of wikisrc/projects/project/ext4fs.mdwn, revision 1.2
1.1 ryoon 1: [[!template id=project
2:
3: title="Implement Ext4 file system support"
4:
5: contact="""
6: [tech-kern](mailto:tech-kern@NetBSD.org)
7: """
8:
9: category="filesystems"
1.2 ! dholland 10: difficulty="hard"
1.1 ryoon 11:
12: description="""
1.2 ! dholland 13: The Ext4 file system is standard file system for Linux (recent Ubuntu,
! 14: and somewhat old Fedora). It is the successor of the Ext3 file system.
1.1 ryoon 15:
1.2 ! dholland 16: It has journaling, larger file system volumes, and improved timestamp etc
1.1 ryoon 17: features.
18:
1.2 ! dholland 19: The NetBSD kernel support and accompanying userland code should be written.
! 20:
! 21: It is not clear at the moment if this should be done by working on the
! 22: existing ext2 code or not, and if not, whether it should be integrated
! 23: with the ufs code or not.
1.1 ryoon 24: """
25: ]]
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb