Call for feedback about ReiserFS import

Scott Long scottl at samsco.org
Mon May 9 09:48:02 PDT 2005


Jean-Sébastien Pédron wrote:
> Hi everyone,
> 
> The current port of ReiserFS is ready to be imported in the tree for a
> few months, however my mentor mux@ and I have concerns about the
> organization of the sources of this version.
> 
> Originally, the port is based on Linux 2.6.7. My goal was to distribute
> it as a 3rd party package, maybe a port. Because I was interested in
> kernel development and how ReiserFS was working, I started from scratch,
> bringing the necessary pieces of code from Linux little by little, to
> achieve read-only support.
> 
> The main issue with this approach is maintainability: the filenames and
> source layout is different between the original Linux version and the
> port. Changes in the Linux tree are harder to track.
> 
> I'd like to import this version in FreeBSD's tree, because:
> - ReiserFS' homepage (http://www.namesys.com/) says it shouldn't evolve
> anymore (just rare bugfixes). For instance, between Linux 2.6.7 and
> 2.6.11.3, they added a few checks of functions' return code.
> - with my approach, I have a better knowledge of the filesystem
> internals. If we want a BSD licensed version, it should be easier.
> - work is more interesting this way than just make the Linux version
> compile.
> - it's already done ;)
> 
> But I know that the tradition is to import external code with changes as
> less intrusive as possible, for good reason. Does anyone has objections
> for this?
> 
> -- 

I'll agree with Greg that it's not optimal.  Life changes, and in a few 
years you might move on and no longer be interested in ReiserFS.  That
will make it very hard to stay in sync over the long term.  However, if 
this is to be the basis for doing a GPL-free version of ReiserFS, then
there is nothing wrong with changing the layout.  I guess it all comes
down to what your long-term plans and committments are.  If what you
have now is what you are comfortable with and you have plans to continue
to maintain and improve it, then by all means import it.

Scott



More information about the freebsd-fs mailing list