Download List

Project Description

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

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-09-04 07:51
0.5

The open operation is divided into three operations to allow more fine grained logging: open read/write, open read-only, and open write-only.
Tags: Minor feature enhancements

2007-01-23 23:44
0.4

Various bug corrections and Fuse 2.6 compatibility. LoggedFS now supports inodes.
Tags: Major bugfixes

2006-01-15 21:40
0.3

LoggedFS is now transparent, so you don't need a backend and a mountpoint anymore. You can just do "loggedfs -f -p /var" and see what happens in /var. There is a new attribute in the XML configuration to log only successes or failures. There is a new -l option to log to a file.
Tags: Major feature enhancements

2006-01-06 22:39
0.2.1

A new -p option that allows other users to see loggedfs mounted files (and so loggedfs can log what they do on it).
Tags: Minor feature enhancements

2006-01-05 23:26
0.2

There's a new configuration file in XML, which allows you to be more precise on what you want to log and what you don't want to to log.
Tags: Major feature enhancements

Project Resources