Re: [PATCH] fs: Add romfs version 2

From: Rene Herman
Date: Mon Jul 30 2007 - 14:32:25 EST


On 07/30/2007 08:12 PM, Phillip Susi wrote:

Lindsay Roberts wrote:
* Increases romfs partition size limit from 2GB to 4GB.
* Adds new derivative of romfs filesystem (rom2fs) with
block aligned regular file data to bring performance
parity with ext2/3. This is about 225% of the read
speed of the existing romfs.

Why does block alignment of files have any influence on speed for a rom based ( no seek time ) filesystem?

A CD-ROM is also a ROM...

But on a general note, please also note that the expensive seek versus cheap read we know from magnetic is (well, can be that is) still present with memory technologies, although much less pronounced.

Memory technologies (including flash) have historically had "burst" modes where sequential accesses are sped up significanly versus random accesses, causing really the exact same seek-versus-read principle as on magnetic.

Quite uncertain if/when the difference will ever be as pronounced as on magnetic, but I believe we should at least be prepared to deal with this problem for a _long_ time still...

Rene.

-
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/