While those call themselves "journalling file systems", and have met some definition of such, they aren't what I was referring to.Really?
I've been using one (ext3) for years before moving to improved (ext4) now. Never had a problem with either.
Anatomy of Linux journaling file systems
Journaling today and tomorrow
M. Tim Jones, Consultant Engineer, Emulex Corp.
Summary: In recent history, journaling file systems were viewed as an oddity and thought of primarily in terms of research. But today, a journaling file system (ext3) is the default in Linux®. Discover the ideas behind journaling file systems, and learn how they provide better integrity in the face of a power failure or system crash. Learn about the various journaling file systems in use today, and peek into the next generation of journaling file systems.... [more]
Properly speaking, yes, they have aspects of journalling so calling them Journalling File Systems isn't entirely wrong. But as the link admits, there are many definitions.
The best definition is at the level of the user experience: updates to a file are versioned (journalled) so that they can be rolled back or recovered in the event of a failure, under user direction. And these file systems do not allow you to select the version of any selected file as it was at, say, 2:14pm last Thursday.






