| From: |
| David Howells <dhowells@redhat.com> |
| To: |
| torvalds@osdl.org, akpm@osdl.org, steved@redhat.com,
trond.myklebust@fys.uio.no |
| Subject: |
| [PATCH 00/14] Permit filesystem local caching |
| Date: |
| Tue, 31 Jul 2007 21:24:54 +0100 |
| Message-ID: |
| <20070731202454.6412.88646.stgit@warthog.cambridge.redhat.com> |
| Cc: |
| linux-fsdevel@vger.kernel.org, linux-cachefs@redhat.com,
nfsv4@linux-nfs.org, linux-kernel@vger.kernel.org |
| Archive-link: |
| Article,
Thread
|
These patches add local caching for network filesystems such as NFS and AFS.
This is a preview, so expect bugs.
FS-Cache now runs fully asynchronously as required by Trond Myklebust for NFS.
--
A tarball of the patches is available at:
http://people.redhat.com/~dhowells/fscache/patches/nfs+fs...
To use this version of CacheFiles, the cachefilesd-0.8 is also required. It
is available as an SRPM:
http://people.redhat.com/~dhowells/fscache/cachefilesd-0....
Or as individual bits:
http://people.redhat.com/~dhowells/fscache/cachefilesd-0....
http://people.redhat.com/~dhowells/fscache/cachefilesd.fc
http://people.redhat.com/~dhowells/fscache/cachefilesd.if
http://people.redhat.com/~dhowells/fscache/cachefilesd.te
http://people.redhat.com/~dhowells/fscache/cachefilesd.spec
The .fc, .if and .te files are for manipulating SELinux.
David