Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Aug 2010 20:19:48 +0800
From:      gnehzuil <gnehzuil@gmail.com>
To:        soc-status@freebsd.org
Subject:   [extfs] Final Report
Message-ID:  <4C692CE4.6000903@gmail.com>

next in thread | raw e-mail | index | archive | help
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@freebsd.org

* submit ext4fs read-only mode patch to fs@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C692CE4.6000903>