Re: Is ReiserFS really a journaling file system, or is it really just a synchronous-metadata file system like BSD FFS?

From: Lyle Seaman (lws@spinnakernet.com)
Date: Thu Mar 30 2000 - 14:56:12 EST


Hans Reiser wrote:

> Others are correct in using the terms log-structured vs. journaling where I used
> the terms data journaling vs. metadata journaling.
>
> Also, it seems that ext3 is now data logging, I'll have to ask Stephen if it is
> ready for benchmarking against now.

Well, not quite correct.
The term "log-based" means that a log is used to transactionally perform some
filesystem operations, but doesn't specify anything about the fileystem layout and
space allocation policies.
The term "log-structured filesystem" was coined to signify that the on-disk layout
actually *IS* that of a log. It is much more specific than simply stating that
changes to file content are logged somehow.

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



This archive was generated by hypermail 2b29 : Fri Mar 31 2000 - 21:00:27 EST