Menu

Tree [r17] /
 History

HTTPS access


File Date Author Commit
 autom4te.cache 2008-11-14 garpinc [r10] corrected autostuff
 config 2008-11-12 garpinc [r1] Initial import.
 doc 2008-11-14 garpinc [r8] Fixed author stuff
 m4 2008-11-14 garpinc [r8] Fixed author stuff
 macros 2008-11-12 garpinc [r1] Initial import.
 src 2008-11-15 garpinc [r17] changed logging to debug
 testsuite 2008-11-14 garpinc [r8] Fixed author stuff
 .cproject 2008-11-12 garpinc [r1] Initial import.
 .project 2008-11-12 garpinc [r1] Initial import.
 AUTHORS 2008-11-14 garpinc [r7] corrected authors
 COPYING 2008-11-12 garpinc [r1] Initial import.
 ChangeLog 2008-11-12 garpinc [r1] Initial import.
 INSTALL 2008-11-14 garpinc [r14] documentation
 Makefile 2008-11-15 garpinc [r16] fixed logging facility: TODO: need to fix autoc...
 Makefile.am 2008-11-12 garpinc [r1] Initial import.
 Makefile.in 2008-11-12 garpinc [r1] Initial import.
 NEWS 2008-11-12 garpinc [r1] Initial import.
 README 2008-11-14 garpinc [r12] documentation
 README.in 2008-11-14 garpinc [r13] documentation
 WISHLIST 2008-11-15 garpinc [r16] fixed logging facility: TODO: need to fix autoc...
 aclocal.m4 2008-11-12 garpinc [r1] Initial import.
 cachefs.spec 2008-11-14 garpinc [r8] Fixed author stuff
 cachefs.spec.in 2008-11-14 garpinc [r8] Fixed author stuff
 config.h 2008-11-14 garpinc [r8] Fixed author stuff
 config.h.in 2008-11-12 garpinc [r1] Initial import.
 config.status 2008-11-14 garpinc [r8] Fixed author stuff
 configure 2008-11-14 garpinc [r8] Fixed author stuff
 configure.ac 2008-11-14 garpinc [r8] Fixed author stuff
 libtool 2008-11-14 garpinc [r10] corrected autostuff
 reconf 2008-11-12 garpinc [r1] Initial import.
 stamp-h1 2008-11-12 garpinc [r1] Initial import.

Read Me

fuse-cache is a simple caching filesystem for Linux using FUSE. 
It works by running an initialization script which can populate the cache 
i.e: bycopying the files you want to be cached at mount time to a cache directory.
Then files in cache directory are used if available for all subsequent read requests for the file. 
Write request are currently delegated. It can also force files to be specifically seen as not there 
is not in the cache to avoid actual filesystem check.

The itch I personally was trying to scratch was as follows:
I am using sshfs to mount a remote filesystem. 
There are times when the connection will not be available. 
I'd like for the ability to specify that some directories are cached 
so that when there is a connection all files in that directory are initially 
cached at mount time and then if files in that directory are accessed for read,
files in remote directory are not even checked.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.