Hello!

On Sun, Jun 15, 2003 at 02:29:26PM -0500, Alex Malinovich wrote:

> I don't think snapshots are really needed. I would be perfectly content
> with a "semi-intelligent" filesystem that would mark files as deleted in
> the journal while leaving the file intact on the HD. As soon as the file
> has actually been overwritten, it is marked "purged" and cannot be
> recovered. But up to that point, it would be a relatively simple task to
> just tell the journal to mark the file as not-deleted again.

Hm. You seem to confuse journal with log of operations.
The journal just holds copies of the blocks we are going to overwrite
to achieve atomic block overwrite. So we cannot mark something "deleted in journal".

Bye,
    Oleg

Reply via email to