[PATCH] NFS: Add support for NFSv3 ACLs
This adds acl support fo nfs clients via the NFSACL protocol extension, by implementing the getxattr, listxattr, setxattr, and removexattr iops for the system.posix_acl_access and system.posix_acl_default attributes. This patch implements a dumb version that uses no caching (and thus adds some overhead). (Another patch in this patchset adds caching as well.) Signed-off-by:Andreas Gruenbacher <agruen@suse.de> Acked-by:
Olaf Kirch <okir@suse.de> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Trond Myklebust <Trond.Myklebust@netapp.com>
Showing
- fs/Kconfig 11 additions, 0 deletionsfs/Kconfig
- fs/nfs/Makefile 1 addition, 0 deletionsfs/nfs/Makefile
- fs/nfs/dir.c 21 additions, 0 deletionsfs/nfs/dir.c
- fs/nfs/file.c 12 additions, 0 deletionsfs/nfs/file.c
- fs/nfs/inode.c 33 additions, 3 deletionsfs/nfs/inode.c
- fs/nfs/nfs3acl.c 303 additions, 0 deletionsfs/nfs/nfs3acl.c
- fs/nfs/nfs3proc.c 4 additions, 3 deletionsfs/nfs/nfs3proc.c
- fs/nfs/nfs3xdr.c 147 additions, 0 deletionsfs/nfs/nfs3xdr.c
- fs/nfs/nfsroot.c 9 additions, 0 deletionsfs/nfs/nfsroot.c
- include/linux/nfs_fs.h 31 additions, 0 deletionsinclude/linux/nfs_fs.h
- include/linux/nfs_fs_sb.h 1 addition, 0 deletionsinclude/linux/nfs_fs_sb.h
- include/linux/nfs_mount.h 1 addition, 0 deletionsinclude/linux/nfs_mount.h
- include/linux/nfs_xdr.h 27 additions, 0 deletionsinclude/linux/nfs_xdr.h
Loading
Please register or sign in to comment