public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Another -pre
@ 2002-06-03 14:23 Marcelo Tosatti
  2002-06-03 15:47 ` Pawel Kot
  0 siblings, 1 reply; 13+ messages in thread
From: Marcelo Tosatti @ 2002-06-03 14:23 UTC (permalink / raw)
  To: lkml


Due to some missing network fixes and -ac merge, I'll release another -pre
later today.

-rc should be out by the end of the week.

Cheers


^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: Another -pre
@ 2002-06-04  2:46 Neil Brown
  0 siblings, 0 replies; 13+ messages in thread
From: Neil Brown @ 2002-06-04  2:46 UTC (permalink / raw)
  To: Andreas Dilger
  Cc: Arnaldo Carvalho de Melo, Alan Cox, Marcelo Tosatti, Pawel Kot,
	lkml, Andre Hedrick, Stephen C. Tweedie

On Monday June 3, adilger@clusterfs.com wrote:
> On Jun 03, 2002  20:27 -0300, Arnaldo Carvalho de Melo wrote:
> > > 1 Weird corruption report with AMD chipset in PIO mode
> > 
> > Oh, I'm not alone ;) Well, up to now it _seems_ that ext3 is saving my day,
> > but it only happened two time after I upgraded to 2.4.19-pre8-ac5, none after
> > I upgraded to 2.4.19-pre9-ac3, but I can't manage to make 'hdparm -X68 /dev/hdd'
> > to work :( I have already sent detailed information to Andre and discussed
> > and tried several things sugested in a irc chat.
> > 
> > Short description: I use ext3 over raid0, using /dev/hda4 and /dev/hdd1,
> > /dev/hdc has a CDRW drive, mostly unused, /dev/hdb has nothing, two times
> > /dev/hda stopped responding, not reproducible AFAIT.
> 
> Well, there was some corruption in ext3 if you used it over MD RAID with
> data=journal mode that was discussed recently on ext3-users.  There was
> a patch posted by Neil Brown which I resend here (full thread archived
> at https://listman.redhat.com/pipermail/ext3-users/).

It turns out that I missed an important bit (literally) in that patch
(and another few files got corrupted....)
Just after (or before)
 +			clear_bit(BH_Freed, &bh->b_state);
We need
 +			clear_bit(BH_JBDDirty, &bh->b_state);

because __journal_unfile_buffer will convert JBDdirty to Dirty just
like __journal_refile_buffer does.

NeilBrown

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2002-06-08 19:45 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-03 14:23 Another -pre Marcelo Tosatti
2002-06-03 15:47 ` Pawel Kot
2002-06-03 14:55   ` Marcelo Tosatti
2002-06-03 16:02     ` Pawel Kot
2002-06-03 16:13       ` Marcelo Tosatti
2002-06-04  0:15     ` Alan Cox
2002-06-03 23:24       ` Matt Simonsen
2002-06-08 19:42         ` Andre Hedrick
2002-06-03 23:27       ` Arnaldo Carvalho de Melo
2002-06-04  0:10         ` Andreas Dilger
2002-06-04  8:35       ` Daniela Engert
2002-06-08 19:30     ` Andre Hedrick
  -- strict thread matches above, loose matches on Subject: below --
2002-06-04  2:46 Neil Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox