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: [try #3]: (*) Added missing file to CacheFiles patch. (*) Made new security functions return errors and pass actual return data via argument pointer. (*) Cleaned up NFS patch. (*) The 'fsc' flag must now be passed to NFS mount by the string options. (*) Split the NFS patch into three as requested by Trond. [try #2]: (*) 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-22.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:
- Re: [PATCH 00/16] Permit filesystem local caching [try #3]
- From: Casey Schaufler <[email protected]>
- [PATCH 13/16] CacheFiles: A cache that backs onto a mounted filesystem [try #3]
- From: David Howells <[email protected]>
- [PATCH 16/16] NFS: Display local caching state [try #3]
- From: David Howells <[email protected]>
- [PATCH 14/16] NFS: Use local caching [try #3]
- From: David Howells <[email protected]>
- [PATCH 08/16] CacheFiles: Export things for CacheFiles [try #3]
- From: David Howells <[email protected]>
- [PATCH 15/16] NFS: Configuration and mount option changes to enable local caching on NFS [try #3]
- From: David Howells <[email protected]>
- [PATCH 12/16] CacheFiles: Get the SID under which the CacheFiles module should operate [try #3]
- From: David Howells <[email protected]>
- [PATCH 11/16] CacheFiles: Permit an inode's security ID to be obtained [try #3]
- From: David Howells <[email protected]>
- [PATCH 09/16] CacheFiles: Permit a process's create SID to be overridden [try #3]
- From: David Howells <[email protected]>
- [PATCH 03/16] FS-Cache: Provide an add_wait_queue_tail() function [try #3]
- From: David Howells <[email protected]>
- [PATCH 10/16] CacheFiles: Add an act-as SID override in task_security_struct [try #3]
- From: David Howells <[email protected]>
- [PATCH 04/16] FS-Cache: Generic filesystem caching facility [try #3]
- From: David Howells <[email protected]>
- [PATCH 01/16] FS-Cache: Release page->private after failed readahead [try #3]
- From: David Howells <[email protected]>
- [PATCH 07/16] CacheFiles: Permit the page lock state to be monitored [try #3]
- From: David Howells <[email protected]>
- [PATCH 06/16] CacheFiles: Add a hook to write a single page of data to an inode [try #3]
- From: David Howells <[email protected]>
- [PATCH 05/16] CacheFiles: Add missing copy_page export for ia64 [try #3]
- From: David Howells <[email protected]>
- [PATCH 02/16] FS-Cache: Recruit a couple of page flags for cache management [try #3]
- From: David Howells <[email protected]>
- Re: [PATCH 00/16] Permit filesystem local caching [try #3]
- Prev by Date: Re: 2.6.23-rc2-mm2
- Next by Date: [PATCH 02/16] FS-Cache: Recruit a couple of page flags for cache management [try #3]
- Previous by thread: [PATCH 2/2][KVM] modify account_system_time() to add cputime to cpustat->guest
- Next by thread: [PATCH 02/16] FS-Cache: Recruit a couple of page flags for cache management [try #3]
- Index(es):