Re: Strange remount behaviour with ext3-2.4-0.9.4

From: Chris Wedgwood (cw@f00f.org)
Date: Fri Jul 27 2001 - 16:08:36 EST


On Fri, Jul 27, 2001 at 09:46:57PM +0100, Alan Cox wrote:

    2. The software suspend case is horrible. Right now mixing a
            journalling fs and swsuspend tends to cause disk corruption because
            journalling fs's write to disk when told to mount read only

this is hard to fix... the fs needs to replay things to make things
consistent, and in many cases doing an 'in-memory' replay isn't an
option (ie. remember which stuff needs to replayed and read from the
journal instead of disk when required to do so)

    4. Snapshots. Making read only snapshots can be very useful, and there
            you want the replay of the log to be into the page cache but not
            written back to physical media until its marked read-write

R/O snapshots are best done in the fs if possible, al la
WAFL. Something like that for resierfs or TUX2 would rule so much (you
more-or-less need need a tree-based fs and reference counting for all
the magic bits). In fact, doing it as the fs layer means you could
have r/w snapshots with COW semantics.

  --cw
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jul 31 2001 - 21:00:35 EST