Re: New filesystem for Linux kernel




Miklos Szeredi:
I think the biggest problem is too many features.

> git diff master...aufs2 | diffstat
...
73 files changed, 23527 insertions(+), 7 deletions(-)
^^^^^^
This is an unreviewable amount of code, it would make AUFS one of the
biggest filesystems on linux.

The first step would be to separate out the very core functionality,
which should be a couple thousands of lines max. And when that has
been accepted and stabilised, then you can start adding fancy
features.

I have to admit aufs is big, but actually, as I wrote in the documents,
aufs2 has already dropped several features. And I believe it is the core
feature set. If aufs2 drops some more features, then both of users and
reviewers will say it doesn't work in this case, in that case. I don't
think you would like to review such unusable code in real world.
For those who wants to begin with aufs2 principle (or basic
architecture), I described and posted these documents.

Actually ocfs2 and xfs are much bigger.
If they have been reviewed, I'd ask you to review aufs2 too.
$ cd linux/fs
$ for i in *; do test -d $i && echo -n $i && find $i -type f | xargs wc -l | tail -1; done | tr -s '[[:blank:]]' | sort -n -k 2 | tail
nfs 30363 total
ntfs 31346 total
jfs 33056 total
cifs 34059 total
ubifs 34721 total
btrfs 43417 total
aufs 46325 total
nls 54855 total
ocfs2 71294 total
xfs 102144 total


J. R. Okajima
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: How much requirement documentation up front?
    ... > must be done at the end of the Elaboration phase (see below for original ... > written, as opposed to features and user stories, what percentage of the ... The issue is not "in iterative development process". ... Review the result for these criteria: ...
    (comp.object)
  • Re: Marine GPS Reviews
    ... A handheld GPS? ... Do a careful comparison of what you want against the features on the ... I will thoroughly review the link you provided. ...
    (sci.geo.satellite-nav)
  • Re: Software Comparison Article
    ... By reviewing Goban you enter the territory of a lot of free programs/server clients, programs like glGo, CGoban, CGoban 2, qGo, Drago etc. ... I want to review stuff that runs on the current Mac and Windows OS. ... You said you only want to review commercial software with many features for now, I can understand that if I look at the free programs I have to use to get all the features I want;) That is: GoGrinder for problems, Kombilo for pattern search, gobase.org for pattern search, qGo for editing, glGo for IGS, CGoban 2 for KGS and uligo for testing if I remembered a pro game well. ...
    (rec.games.go)
  • Re: Software Comparison Article
    ... By reviewing Goban ... I want to review stuff that runs on the current Mac and Windows OS. ... You said you only want to review commercial software with many features ... Kombilo for pattern search, gobase.org for pattern search, qGo for ...
    (rec.games.go)

Loading