From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932235AbWIDXP3 (ORCPT ); Mon, 4 Sep 2006 19:15:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932238AbWIDXP3 (ORCPT ); Mon, 4 Sep 2006 19:15:29 -0400 Received: from ns2.suse.de ([195.135.220.15]:34221 "EHLO mx2.suse.de") by vger.kernel.org with ESMTP id S932235AbWIDXP2 (ORCPT ); Mon, 4 Sep 2006 19:15:28 -0400 From: NeilBrown To: Andrew Morton Date: Tue, 5 Sep 2006 09:15:21 +1000 X-face: [Gw_3E*Gng}4rRrKRYotwlE?.2|**#s9D Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Following are 9 patches for nfsd from Bruce Fields. First 5 are minor cleanups around gss code and elsewhere. Last 4 make substantial changes to ACL handling, particularly for mapping between Posix draft ACLs and NFSv4 ACLs. Thanks, NeilBrown [PATCH 001 of 9] knfsd: svcrpc: gss: factor out some common wrapping code [PATCH 002 of 9] knfsd: svcrpc: gss: fix failure on SVC_DENIED in integrity case [PATCH 003 of 9] knfsd: svcrpc: use consistent variable name for the reply state [PATCH 004 of 9] knfsd: nfsd4: refactor exp_pseudoroot [PATCH 005 of 9] knfsd: nfsd4: clean up exp_pseudoroot [PATCH 006 of 9] knfsd: nfsd4: acls: relax the nfsv4->posix mapping [PATCH 007 of 9] knfsd: nfsd4: acls: fix inheritance [PATCH 008 of 9] knfsd: nfsd4: acls: simplify nfs4_acl_nfsv4_to_posix interface [PATCH 009 of 9] knfsd: nfsd4: acls: fix handling of zero-length acls