Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jun 2005 21:16:42 +0100
From:      David Malone <dwmalone@maths.tcd.ie>
To:        Pawel Jakub Dawidek <pjd@FreeBSD.org>
Cc:        hackers@FreeBSD.org, scottl@FreeBSD.org, phk@FreeBSD.org, Ivan Voras <ivoras@fer.hr>
Subject:   Re: Google SoC idea
Message-ID:  <20050607201642.GA58346@walton.maths.tcd.ie>
In-Reply-To: <20050607194005.GG837@darkness.comp.waw.pl>
References:  <42A475AB.6020808@fer.hr> <20050607194005.GG837@darkness.comp.waw.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jun 07, 2005 at 09:40:05PM +0200, Pawel Jakub Dawidek wrote:
> +> Does it make sense to do it this way? Is it worth applying for the SoC?
> 
> Not sure. Basically this is simlar what softupdate does, I think.
> From another point of view softupdates are only available for UFS.
> You probably wants to hear scottl and phk opinions (CCed).

I think that Ivan's idea is kind of different from softupdates. His
idea is pretty clever, in that it could provide synchronus random
writes at sequential write speeds for any filesystem, providing you
repaly the journal at startup.

However, our main problem these days is the fact that we do an fsck
after every unclean reboot, not the speed of writes. I guess that
you could skip the fsck (or run it very slowly in the background)
if you knew the filesystem was clean 'cos of jounral replay.

	David.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050607201642.GA58346>