added filesystem
authorMiklos Szeredi <miklos@szeredi.hu>
Mon, 22 Mar 2004 09:47:10 +0000 (09:47 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Mon, 22 Mar 2004 09:47:10 +0000 (09:47 +0000)
Filesystems

index af9cb1ffa06210a9e04614035c7f8c84366e02c3..763c6a5b68612d7eff1d730f529df77e505b52ff 100644 (file)
@@ -118,7 +118,7 @@ Description:
 ==============================================================================
 Name: LUFS bridge (alpha)
 
-Author: Miklos Szeredi <mszeredi at inf bme hu >
+Author: Miklos Szeredi <mszeredi at inf bme hu>
 
 Homepage: http://sourceforge.net/project/showfiles.php?group_id=21636&package_id=109154
 
@@ -129,3 +129,32 @@ Description:
   recompilation is needed.
 
 ==============================================================================
+Name: btfs (Bluetooth FileSystemMapping)
+
+Author: Collin R. Mulliner <collin at betaversion net>
+
+Homepage: http://www.mulliner.org/bluetooth/btfs.php
+
+Description:
+
+  Btfs is a simple application to map some basic bluetooth functions
+  into the filesystem.  With btfs a simple ls DEVICES shows you all
+  bluetooth devices within range and cp somefile OPUSH/devicename sends
+  the given file to the device.
+
+==============================================================================
+Name: mcachefs
+
+Author: Michael Still <mikal at stillhq com>
+
+Homepage: http://lists.samba.org/archive/linux/2004-March/010211.html
+
+Description:
+
+  mcachefs is a simple caching filesystem for Linux using FUSE. It
+  works by copying the file that you asked for when the file is
+  opened, and then using that copy for all subsequent requests for the
+  file. This is really a fairly naive approach to caching, and will be
+  improved in the future.
+
+==============================================================================