Re: [RFC][PATCH 2/3] Move the file data to the new blocks
From: Theodore Tso <tytso@mit.edu>
Date: 2007-02-12 03:11:18
Also in:
linux-fsdevel
From: Theodore Tso <tytso@mit.edu>
Date: 2007-02-12 03:11:18
Also in:
linux-fsdevel
On Thu, Feb 08, 2007 at 11:47:39AM +0100, Jan Kara wrote:
quoted
Well. Do we really? Are we looking for a 100% solution here, or a 90% one?Umm, I think that for ext3 having data on one end of the disk and indirect blocks on the other end of the disk does not quite help (not mentioning that it can create bad free space fragmentation over the time). I have not measured it but I'd guess that it would erase the effect of moving data closer together. At least for sequential reads..
I don't think anyone is saying we can ignore the metadata; but the fact is, the cleanest solution for 90% of the problem is to use the page cache, and as far as the other 10%, Linus has been pushing us to move at least the directories into the page cache, and it's not insane to consider moving the rest of the metadata into page cache. At least it's something we should consider carefully. - Ted