Re: [CALL FOR TESTING] Make Ext3 fsck way faster [2.6.24-rc6 -mm patch]

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Christoph Hellwig <hch@...>
Cc: Andrew Morton <akpm@...>, Abhishek Rai <abhishekrai@...>, <linux-kernel@...>, <rohitseth@...>, <linux-ext4@...>
Date: Tuesday, January 15, 2008 - 11:28 am

On Tue, Jan 15, 2008 at 01:15:33PM +0000, Christoph Hellwig wrote:

Agreed, 100%.  Even if you fsck snapshots during slow periods, it
still doesn't help you if the filesystem gets corrupted due to a
hardware or software error.  That's where this will matter the most.

Val Hensen has done a proof of concept patch that multi-threads e2fsck
(and she's working on one that would be long-term supportable) that
might reduce the value of this patch, but metaclustering should still
help.


Also, it's not just reducing fsck times, although that's the main one.
The last time this was suggested, the rationale was to speed up the
"rm dvd.iso" case.  Also, something which *could* be done, if Abhishek
wants to pursue it, would be to pull in all of the indirect blocks
when the file is opened, and create an in-memory extent tree that
would speed up access to the file.  It's rarely worth doing this
without metaclustering, since it doesn't help for sequential I/O, only
random I/O, but with metaclustering it would also be a win for
sequential I/O.  (This would also remove the minor performance
degradation for sequential I/O imposed by metaclustering, and in fact
improve it slightly for really big files.)

					- Ted
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [CALL FOR TESTING] Make Ext3 fsck way faster [2.6.24-rc6..., Christoph Hellwig, (Tue Jan 15, 9:15 am)
Re: [CALL FOR TESTING] Make Ext3 fsck way faster [2.6.24-rc6..., Theodore Tso, (Tue Jan 15, 11:28 am)
Re: [CALL FOR TESTING] Make Ext3 fsck way faster [2.6.24-rc6..., Christoph Hellwig, (Tue Jan 15, 9:16 am)