These patches add local caching for network filesystems such as NFS and AFS. FS-Cache now runs fully asynchronously as required by Trond Myklebust for NFS. -- Changes: (*) The CacheFiles module no longer accepts directory fds in its cull and inuse commands from cachefilesd. Instead it uses the current working directory of the calling process as the basis for looking up the object. Corollary to this, fget_light() no longer needs to be exported. -- A tarball of the patches is available at: http://people.redhat.com/~dhowells/fscache/patches/nfs+fscache-21.tar.bz2 To use this version of CacheFiles, the cachefilesd-0.9 is also required. It is available as an SRPM: http://people.redhat.com/~dhowells/fscache/cachefilesd-0.9-1.fc7.src.rpm Or as individual bits: http://people.redhat.com/~dhowells/fscache/cachefilesd-0.9.tar.bz2 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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- [PATCH 04/14] FS-Cache: Generic filesystem caching facility [try #2]
- From: David Howells <[email protected]>
- [PATCH 13/14] CacheFiles: A cache that backs onto a mounted filesystem [try #2]
- From: David Howells <[email protected]>
- [PATCH 10/14] CacheFiles: Add an act-as SID override in task_security_struct [try #2]
- From: David Howells <[email protected]>
- [PATCH 06/14] CacheFiles: Add a hook to write a single page of data to an inode [try #2]
- From: David Howells <[email protected]>
- [PATCH 09/14] CacheFiles: Permit a process's create SID to be overridden [try #2]
- From: David Howells <[email protected]>
- [PATCH 12/14] CacheFiles: Get the SID under which the CacheFiles module should operate [try #2]
- From: David Howells <[email protected]>
- [PATCH 11/14] CacheFiles: Permit an inode's security ID to be obtained [try #2]
- From: David Howells <[email protected]>
- [PATCH 07/14] CacheFiles: Permit the page lock state to be monitored [try #2]
- From: David Howells <[email protected]>
- [PATCH 08/14] CacheFiles: Export things for CacheFiles [try #2]
- From: David Howells <[email protected]>
- [PATCH 14/14] NFS: Use local caching [try #2]
- From: David Howells <[email protected]>
- [PATCH 03/14] FS-Cache: Provide an add_wait_queue_tail() function [try #2]
- From: David Howells <[email protected]>
- [PATCH 01/14] FS-Cache: Release page->private after failed readahead [try #2]
- From: David Howells <[email protected]>
- [PATCH 05/14] CacheFiles: Add missing copy_page export for ia64 [try #2]
- From: David Howells <[email protected]>
- [PATCH 02/14] FS-Cache: Recruit a couple of page flags for cache management [try #2]
- From: David Howells <[email protected]>
- [PATCH 04/14] FS-Cache: Generic filesystem caching facility [try #2]
- Prev by Date: Re: [PATCH 24/24] document volatile atomic_read() behavior
- Next by Date: [PATCH 01/14] FS-Cache: Release page->private after failed readahead [try #2]
- Previous by thread: [RFC PATCH 0/4] VFS updates
- Next by thread: [PATCH 02/14] FS-Cache: Recruit a couple of page flags for cache management [try #2]
- Index(es):