> They don't solve the problem where there is a *huge* amount of writes
At very high rates other things seem to go pear shaped. I've not traced
it back far enough to be sure but what I suspect occurs from the I/O at
disk level is that two people are writing stuff out at once - presumably
the vm paging pressure and the file system - as I see two streams of I/O
that are each reasonably ordered but are interleaved.
I see it with a desktop when it pages hard and also when doing heavy
desktop I/O (in my case the repeatable every time case is saving large
images in the gimp - A4 at 600-1200dpi).
The other one (#8636) seems to be a bug in the I/O schedulers as it goes
away if you use a different I/O sched.
I will try this experiment but not with production data just yet 8)
Yes and in the server environment or for typical enterprise customers
this is a *big issue*, especially the risk of it being undetected that
they just inadvertently did something like put your medical data into the
end of something public during a crash.
I need to, so that I can double check none of the open jbd locking bugs
are there and close more bugzilla entries (#8147)
Thanks for the reply - I hadn't realised a lot of this was getting fixed
but in ext4 and quietly
Alan
--