[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4A5D6EF3.9050200@nokia.com>
Date: Wed, 15 Jul 2009 08:53:55 +0300
From: Artem Bityutskiy <Artem.Bityutskiy@...ia.com>
To: Andrew Morton <akpm@...ux-foundation.org>
CC: "Hunter Adrian (Nokia-D/Helsinki)" <adrian.hunter@...ia.com>,
"sct@...hat.com" <sct@...hat.com>,
"adilger@....com" <adilger@....com>,
"linux-ext4@...r.kernel.org" <linux-ext4@...r.kernel.org>
Subject: Re: [PATCH 1/2] HACK: ext3: mount fast even when recovering
Andrew Morton wrote:
> On Tue, 14 Jul 2009 17:05:54 +0300
> Adrian Hunter <adrian.hunter@...ia.com> wrote:
>
>> Speed up ext3 recovery mount time by not sync'ing the
>> block device. Instead place all dirty buffers into the
>> I/O queue and add a write barrier. This ensures that
>> no subsequent write will reach the disk before all the
>> recovery writes, but that we do not have to wait for the
>> I/O.
>>
>> Note that ext3 reads sectors the correct way: through the
>> buffer cache, so there is no risk of reading old metadata.
>
> hm. The change seems reasonable to me. afaict it leaves no timing
> windows during which another crash could muck things up.
In fact it was not very easy to persuade Adrian to submit
these patches to public because he thinks they are hacks and
not useful for anyone but us.
FYI, we are trying to check how ext3 works on MMC, which
is very slow on random writes, and Adrian come up with
these patches to speed up ext3 recovery.
--
Best Regards,
Artem Bityutskiy (Артём Битюцкий)
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists