[extfs] Final Report

gnehzuil gnehzuil at gmail.com
Mon Aug 16 12:20:13 UTC 2010


Status:

Last week I tried to implement ext2_readdir() function with hash 
directory index. The implementation in Linux requires directory name. 
However in FreeBSD it is hard to get it. So I dont have a good solution 
to implement it. If possible, I will implement it after soc.


Final Status:

Although I don't implement ext2_readdir() function with hash directory 
index, the project is done because ext2fs can read ext4 read-only mode 
with DIR_INDEX feature.


TODO:

* submit ext2fs + preallocation patch to fs at freebsd.org

* submit ext4fs read-only mode patch to fs at freebsd.org

All the files were submitted at p4's repository:

* ext2fs + preallocation: 
http://p4db.freebsd.org/depotTreeBrowser.cgi?FSPC=//depot/projects/soc2010/extfs/src/sys/fs/ext2fs&HIDEDEL=NO 
<http://p4db.freebsd.org/depotTreeBrowser.cgi?FSPC=//depot/projects/soc2010/extfs/src/sys/fs/ext2fs&HIDEDEL=NO>

* ext4fs read-only mode:
    - source code: 
http://p4db.freebsd.org/depotTreeBrowser.cgi?FSPC=//depot/projects/soc2010/ext4fs/src/sys/fs/ext2fs&HIDEDEL=NO 
<http://p4db.freebsd.org/depotTreeBrowser.cgi?FSPC=//depot/projects/soc2010/ext4fs/src/sys/fs/ext2fs&HIDEDEL=NO>
    - Makefile 
http://p4db.freebsd.org/depotTreeBrowser.cgi?FSPC=//depot/projects/soc2010/ext4fs/src/sys/modules/ext2fs&HIDEDEL=NO 
<http://p4db.freebsd.org/depotTreeBrowser.cgi?FSPC=//depot/projects/soc2010/ext4fs/src/sys/modules/ext2fs&HIDEDEL=NO>


lz


More information about the soc-status mailing list