From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH 00/30] Permit filesystem local caching and NFS superblock sharing [try #11] Date: Fri, 28 Jul 2006 04:55:26 -0400 Message-ID: <44C9D0FE.9090004@garzik.org> References: <20060727205222.8443.29381.stgit@warthog.cambridge.redhat.com> Reply-To: Linux filesystem caching discussion list Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: akpm@osdl.org, linux-kernel@vger.kernel.org, nfsv4@linux-nfs.org, trond.myklebust@fys.uio.no, torvalds@osdl.org, linux-cachefs@redhat.com, linux-fsdevel@vger.kernel.org Return-path: To: David Howells In-Reply-To: <20060727205222.8443.29381.stgit@warthog.cambridge.redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-cachefs-bounces@redhat.com Errors-To: linux-cachefs-bounces@redhat.com List-Id: linux-fsdevel.vger.kernel.org David Howells wrote: > 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. I'm really looking forward to seeing this in the upstream kernel... thanks for your continued work on this. (Although I admit to not reviewing 100% of the code) Jeff