All of lore.kernel.org
 help / color / mirror / Atom feed
* What happens to pages that failed to be written to disk?
@ 2005-07-28  0:12 Martin Jambor
  2005-07-28  7:33 ` Andrew Morton
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Jambor @ 2005-07-28  0:12 UTC (permalink / raw)
  To: linux-fsdevel

Hi,

I have tried to find out how filesystems are supposed to handle the
situation when an asynchronous writeout of a page fails and so had a
look at the ext2 code. All I have found is that for example
mpage_end_io_write sets the Error flag of both the page and its
mapping... and that is about it. What happens to these pages later on?
Does the memory manager attempt to write them again? Is the error
somehow signalled to anyone? Do filesystems try to relocate the data
from bad blocks of the device?

TIA

Martin Jambor

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

end of thread, other threads:[~2005-07-30 21:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-28  0:12 What happens to pages that failed to be written to disk? Martin Jambor
2005-07-28  7:33 ` Andrew Morton
2005-07-28  8:38   ` Szakacsits Szabolcs
2005-07-28 16:41     ` Bryan Henderson
2005-07-30 19:47   ` Martin Jambor
2005-07-30 21:13     ` Anton Altaparmakov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.