is EXT3 data=journal, 2K block size, 2.5 series kernel stable?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Daniel Pittman wrote:
> 
> A while back, after 2.5.6, there were various changes made to the kernel
> that resulted in some instability with journaled data on ext3
> filesystems, as well as small issues with my 2k block size file systems.
> 
> Can someone (say, Andrew Morton ;) comment on the stability of the
> current release with this sort of configuration?
> 
> If it's not full of known bugs then I will give it another shot, but I
> don't want to waste time finding out that it's still known to be broken
> myself. :)
> 

Nope.  data=journal is bust on 2.5.  It's also bust on 2.4, for
the same reason.

The problem arises from the mixing of regular write(2) operations
and the writepage() function.  In 2.4, writepage() doesn't get
called much.  In 2.5, it gets called all the time, and so the
problem manifests more in 2.5.

I think Stephen and I agreed on the way to fix it last week,
but I haven't got onto coding it yet.  Probably next week.

-





[Index of Archives]         [Linux RAID]     [Kernel Development]     [Red Hat Install]     [Video 4 Linux]     [Postgresql]     [Fedora]     [Gimp]     [Yosemite News]

  Powered by Linux