LWN.net Logo

[PATCH 00/14] Permit filesystem local caching and NFS superblock sharing [try #8]

From:  David Howells <dhowells@redhat.com>
To:  torvalds@osdl.org, akpm@osdl.org, steved@redhat.com, trond.myklebust@fys.uio.no, aviro@redhat.com
Subject:  [PATCH 00/14] Permit filesystem local caching and NFS superblock sharing [try #8]
Date:  Wed, 10 May 2006 17:01:11 +0100
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 make it possible to share NFS superblocks between related
mounts, where "related" means on the same server and FSID. Inodes and dentries
will be shared where the NFS filehandles are the same (for example if two NFS3
files come from the same export but from different mounts, such as is not
uncommon with autofs on /home).

These patches also add local caching for network filesystems such as NFS and
AFS.

The first six patches (NFS superblock sharing) can be applied without the
remaining patches (filesystem local caching).

David


Copyright © 2006, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds