aboutsummaryrefslogtreecommitdiffstats
path: root/Filesystems
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-08-16 13:29:11 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-08-16 13:29:11 +0000
commit22ea3dc045ca3bfc67b3cbb8e33e8f63a6f46a5e (patch)
tree640fe389753098f47c556eb834f6297a4ac9517a /Filesystems
parent891b874eedcc9f49364d12b4773e01a8b013fb67 (diff)
downloadandroid_external_fuse-22ea3dc045ca3bfc67b3cbb8e33e8f63a6f46a5e.tar.gz
android_external_fuse-22ea3dc045ca3bfc67b3cbb8e33e8f63a6f46a5e.tar.bz2
android_external_fuse-22ea3dc045ca3bfc67b3cbb8e33e8f63a6f46a5e.zip
fix
Diffstat (limited to 'Filesystems')
-rw-r--r--Filesystems14
1 files changed, 14 insertions, 0 deletions
diff --git a/Filesystems b/Filesystems
index eecf82e..ced45de 100644
--- a/Filesystems
+++ b/Filesystems
@@ -171,3 +171,17 @@ Description:
as WebDAV API.
==============================================================================
+Name: RelFS
+
+Author: Vincenzo Ciancia <vincenzo_ml (at) yahoo (dot) it>
+
+Homepage: http://relfs.sourceforge.net/
+
+Description:
+
+ This is a linux userspace filesystem using fuse and a relational
+ database to store information about files. Special directories can
+ represent views on the database, and many powerful features, such as
+ bayesian classification, are added through plugins.
+
+==============================================================================