loggedfs: fuse-filesystem to log operations on the backend filesystem loggedfs: loggedfs: LoggedFS is a transparent fuse-filesystem which allows you to log loggedfs: every operation that happens in the backend filesystem. Logs can be loggedfs: written to syslog, to a file, or to standard output. It comes with an loggedfs: XML configuration file in which you can choose exactly what you want loggedfs: to log. You can add filters on users, operations (open, read, write, loggedfs: chown, chmod, etc.), filenames, and return codes. Filename's filters loggedfs: are regular expressions. Since it is fuse-based, you don't need to loggedfs: change anything in your kernel or hard disk partition to use it. loggedfs: Homepage: https://github.com/rflament/loggedfs