summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs3acl.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sunrpc: mark all struct svc_version instances as constChristoph Hellwig2017-05-151-7/+7
* sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-05-151-1/+1
* sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig2017-05-151-0/+2
* sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-05-151-5/+6
* sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-05-151-5/+6
* sunrpc: properly type pc_release callbacksChristoph Hellwig2017-05-151-4/+4
* sunrpc: properly type pc_func callbacksChristoph Hellwig2017-05-151-7/+8
* nfsd: use named initializers in PROC()Christoph Hellwig2017-05-151-11/+11
* sunrpc: turn bitfield flags in svc_version into boolsJeff Layton2017-02-241-1/+0
* nfsd: check permissions when setting ACLsBen Hutchings2016-06-241-9/+7
* nfsd: Add macro NFS_ACL_MASK for ACLKinglong Mee2015-07-201-2/+2
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-4/+4
* NFSD: Check acl returned from get_acl/posix_acl_from_modeKinglong Mee2014-07-111-4/+4
* nfsd: Remove assignments inside conditionsBenoit Taine2014-05-221-2/+4
* nfsd: use get_acl and ->set_aclChristoph Hellwig2014-01-261-29/+33
* nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields2012-12-171-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* nfsd: remove pointless paths in file headersJ. Bruce Fields2009-12-151-2/+0
* nfsd: Move private headers to source directoryBoaz Harrosh2009-12-141-3/+4
* nfsd: Source files #include cleanupsBoaz Harrosh2009-12-141-3/+0
* nfsd: make fs/nfsd/vfs.h for common includesJ. Bruce Fields2009-11-131-0/+1
* nfsd: register NFS_ACL with rpcbindPeter Staubach2009-11-041-1/+1
* nfsd: rename MAY_ flagsMiklos Szeredi2008-06-231-2/+3
* knfsd: fix spurious EINVAL errors on first access of new filesystemJ. Bruce Fields2007-11-121-1/+1
* [PATCH] NFS3: Calculate 'w' a bit later in nfs3svc_encode_getaclres()Jesper Juhl2006-12-081-4/+4
* [PATCH] nfsd: NFSv{2,3} trivial endianness annotations for error valuesAl Viro2006-10-201-2/+2
* [PATCH] xdr annotations: NFSv3 serverAl Viro2006-10-201-5/+5
* [PATCH] fix svc_procfunc declarationAl Viro2006-10-201-3/+3
* [PATCH] knfsd: register all RPC programs with portmapper by defaultOlaf Kirch2006-10-041-0/+1
* [PATCH] knfsd: Replace two page lists in struct svc_rqst with oneNeilBrown2006-10-041-1/+1
* [PATCH] nfsd: check for read-only exports before setting aclsAndreas Gruenbacher2005-12-201-1/+1
* [PATCH] NFSD: Add server support for NFSv3 ACLs.Andreas Gruenbacher2005-06-221-0/+267