aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs_common/nfsacl.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-22NFSD: Add an xdr_stream-based encoder for NFSv2/3 ACLsGravatar Chuck Lever 1-0/+71
2021-01-25NFSD: Add an xdr_stream-based decoder for NFSv2/3 ACLsGravatar Chuck Lever 1-0/+52
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2014-07-12fs/nfs_common/nfsacl.c: move EXPORT symbol after functionsGravatar Fabian Frederick 1-3/+2
2013-02-13nfs_common: Update the translation between nfsv3 acls linux posix aclsGravatar Eric W. Biederman 1-15/+26
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-22Remove pointless memset in nfsacl_encode()Gravatar Jesper Juhl 1-1/+0
2011-01-25NFS: Prevent memory allocation failure in nfsacl_encode()Gravatar Chuck Lever 1-7/+15
2011-01-25NFS: nfsacl_{encode,decode} should return signed integerGravatar Chuck Lever 1-6/+26
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2008-12-23SUNRPC: nfsacl_encode/nfsacl_decode should be exported as GPL-onlyGravatar Trond Myklebust 1-2/+2
2006-10-20[PATCH] nfs_common endianness annotationsGravatar Al Viro 1-2/+2
2005-10-11[PATCH] nfsacl: Solaris VxFS compatibility fixGravatar Andreas Gruenbacher 1-35/+35
2005-08-16[PATCH] NFS: Ensure ACL xdr code doesn't overflow.Gravatar Trond Myklebust 1-0/+1
2005-06-22[PATCH] NFSD: Add server support for NFSv3 ACLs.Gravatar Andreas Gruenbacher 1-0/+257