All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] Permit filesystem local caching
@ 2007-07-31 20:24 David Howells
  2007-07-31 20:25 ` [PATCH 01/14] FS-Cache: Release page->private after failed readahead David Howells
                   ` (13 more replies)
  0 siblings, 14 replies; 19+ messages in thread
From: David Howells @ 2007-07-31 20:24 UTC (permalink / raw)
  To: torvalds, akpm, steved, trond.myklebust
  Cc: linux-fsdevel, linux-cachefs, nfsv4, linux-kernel



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+fscache-20.tar.bz2


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.8-15.fc7.src.rpm

Or as individual bits:

	http://people.redhat.com/~dhowells/fscache/cachefilesd-0.8.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

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2007-08-01  8:28 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-31 20:24 [PATCH 00/14] Permit filesystem local caching David Howells
2007-07-31 20:25 ` [PATCH 01/14] FS-Cache: Release page->private after failed readahead David Howells
2007-07-31 20:25 ` [PATCH 02/14] FS-Cache: Recruit a couple of page flags for cache management David Howells
2007-08-01  6:17   ` Peter Zijlstra
2007-08-01  6:17     ` Peter Zijlstra
2007-08-01  8:27     ` David Howells
2007-08-01  8:27       ` David Howells
2007-07-31 20:25 ` [PATCH 03/14] FS-Cache: Provide an add_wait_queue_tail() function David Howells
2007-07-31 20:25 ` [PATCH 04/14] FS-Cache: Generic filesystem caching facility David Howells
2007-07-31 20:25 ` [PATCH 05/14] CacheFiles: Add missing copy_page export for ia64 David Howells
2007-07-31 20:25 ` [PATCH 06/14] CacheFiles: Add a hook to write a single page of data to an inode David Howells
2007-07-31 20:25 ` [PATCH 07/14] CacheFiles: Permit the page lock state to be monitored David Howells
2007-07-31 20:25 ` [PATCH 08/14] CacheFiles: Export things for CacheFiles David Howells
2007-07-31 20:25 ` [PATCH 09/14] CacheFiles: Permit a process's create SID to be overridden David Howells
2007-07-31 20:25 ` [PATCH 10/14] CacheFiles: Add an act-as SID override in task_security_struct David Howells
2007-07-31 20:25 ` [PATCH 11/14] CacheFiles: Permit an inode's security ID to be obtained David Howells
2007-07-31 20:25 ` [PATCH 12/14] CacheFiles: Get the SID under which the CacheFiles module should operate David Howells
2007-07-31 20:26 ` [PATCH 13/14] CacheFiles: A cache that backs onto a mounted filesystem David Howells
2007-07-31 20:26 ` [PATCH 14/14] NFS: Use local caching David Howells

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.