[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Dazuko-help] Event mask
From: |
John Ogness |
Subject: |
Re: [Dazuko-help] Event mask |
Date: |
Wed, 23 Jun 2010 14:13:07 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
On 2010-06-23, <address@hidden> wrote:
> I have looked redirfs. It that can satisfy my requirements. But
> there was a question. In what basic difference dazukofs from
> redirfs?
DazukoFS is a stackable filesystem. DazukoFS is able to capture file
access events because it sits between userspace and the actual
filesystem.
Redirfs is not a filesystem. It is a module that modifies the
filesystem callbacks for the currently mounted filesystems so that its
own functions are called instead. This is how it captures file access
events. Once its own functions are finished, it calls the original
filesystem functions.
John Ogness
--
Dazuko Maintainer