Re: vfat file system extreme fragmentation on multiprocessor

From: Andrew Morton
Date: Thu Sep 11 2008 - 19:50:53 EST


On Thu, 11 Sep 2008 20:01:16 +0200
Harun Scheutzow <harun04@xxxxxxxxxxxx> wrote:

> I like to share the following observation made with different kernels of 2.6.x series

Yeah. ext2 and ext3 also showed major, major, major differences in
layout quality (and hence performance) when switching between
uniprocessor and multiprocessor environments, for the same reason. (UP was
far better).

It was fixed in ext3/4 by the in-core reservations code (recently
ported into ext2 as well).

This is why filesystem performance testing is far from complete if it
is performed only on SMP (or UP) machines.

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