From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161090AbWI2DIl (ORCPT ); Thu, 28 Sep 2006 23:08:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161141AbWI2DIl (ORCPT ); Thu, 28 Sep 2006 23:08:41 -0400 Received: from ns2.suse.de ([195.135.220.15]:4793 "EHLO mx2.suse.de") by vger.kernel.org with ESMTP id S1161090AbWI2DIk (ORCPT ); Thu, 28 Sep 2006 23:08:40 -0400 From: NeilBrown To: Andrew Morton Date: Fri, 29 Sep 2006 13:08:34 +1000 X-face: [Gw_3E*Gng}4rRrKRYotwlE?.2|**#s9D Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Follow are 8 knfsd related patches made against 2.6.18-mm2 and suitable for 2.6.19. 1 adds support to tmpfs to make it exportable 2 and 3 are straight forward bugfixes. 4 is a bugfix in dcache.c code, so some external review wouldn't go astray. 5-8 are more nfsv4 updates. Thanks, NeilBrown [PATCH 001 of 8] knfsd: Add nfs-export support to tmpfs [PATCH 002 of 8] knfsd: lockd: fix refount on nsm. [PATCH 003 of 8] knfsd: Fix auto-sizing of nfsd request/reply buffers [PATCH 004 of 8] knfsd: Close a race-opportunity in d_splice_alias [PATCH 005 of 8] knfsd: nfsd: store export path in export [PATCH 006 of 8] knfsd: nfsd4: fslocations data structures [PATCH 007 of 8] knfsd: nfsd4: xdr encoding for fs_locations [PATCH 008 of 8] knfsd: nfsd4: actually use all the pieces to implement referrals