summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs2acl.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-22NFSD: Update the NFSv2 ACL ACCESS result encoder to use struct xdr_streamChuck Lever1-7/+12
2021-03-22NFSD: Update the NFSv2 ACL GETATTR result encoder to use struct xdr_streamChuck Lever1-22/+2
2021-03-22NFSD: Update the NFSv2 SETACL result encoder to use struct xdr_streamChuck Lever1-2/+2
2021-03-22NFSD: Update the NFSv2 GETACL result encoder to use struct xdr_streamChuck Lever1-26/+16
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+4
2021-01-25NFSD: Update the NFSv2 ACL ACCESS argument decoder to use struct xdr_streamChuck Lever1-5/+6
2021-01-25NFSD: Update the NFSv2 ACL GETATTR argument decoder to use struct xdr_streamChuck Lever1-11/+1
2021-01-25NFSD: Update the NFSv2 SETACL argument decoder to use struct xdr_streamChuck Lever1-17/+12
2021-01-25NFSD: Update the NFSv2 GETACL argument decoder to use struct xdr_streamChuck Lever1-5/+5
2021-01-25SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever1-0/+5
2021-01-24acl: handle idmapped mountsChristian Brauner1-2/+4
2020-11-30NFSD: Add common helpers to decode void args and encode void resultsChuck Lever1-17/+4
2020-10-12NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever1-7/+12
2020-10-02NFSD: Call NFSv2 encoders on error returnsChuck Lever1-32/+43
2020-10-02NFSD: Encoder and decoder functions are always presentChuck Lever1-0/+6
2020-10-02NFSACL: Replace PROC() macro with open codeChuck Lever1-23/+49
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig1-7/+7
2017-05-15sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig1-1/+1
2017-05-15sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig1-0/+2
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig1-8/+10
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig1-9/+12
2017-05-15sunrpc: properly type pc_release callbacksChristoph Hellwig1-11/+11
2017-05-15sunrpc: properly type pc_func callbacksChristoph Hellwig1-11/+14
2017-05-15nfsd: use named initializers in PROC()Christoph Hellwig1-11/+11
2017-02-24sunrpc: turn bitfield flags in svc_version into boolsJeff Layton1-1/+0
2016-06-24nfsd: check permissions when setting ACLsBen Hutchings1-10/+10
2015-07-20nfsd: Add macro NFS_ACL_MASK for ACLKinglong Mee1-6/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-4/+4
2014-07-11NFSD: Check acl returned from get_acl/posix_acl_from_modeKinglong Mee1-4/+4
2014-05-22nfsd: Remove assignments inside conditionsBenoit Taine1-4/+8
2014-01-26nfsd: use get_acl and ->set_aclChristoph Hellwig1-32/+40
2013-02-26nfsd: handle vfs_getattr errors in acl protocolJ. Bruce Fields1-4/+19
2012-12-18nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields1-1/+1
2012-08-21nfsd4: nfsaclsvc_encode_voidres staticJ. Bruce Fields1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-15nfsd: remove pointless paths in file headersJ. Bruce Fields1-2/+0
2009-12-15nfsd: Move private headers to source directoryBoaz Harrosh1-3/+4
2009-12-15nfsd: Source files #include cleanupsBoaz Harrosh1-4/+0
2009-11-13nfsd: make fs/nfsd/vfs.h for common includesJ. Bruce Fields1-0/+1
2009-11-04nfsd: register NFS_ACL with rpcbindPeter Staubach1-2/+11
2008-06-23nfsd: rename MAY_ flagsMiklos Szeredi1-3/+4
2008-02-02nfsd: Fix inconsistent assignmentPrasad P1-1/+6
2007-11-13knfsd: fix spurious EINVAL errors on first access of new filesystemJ. Bruce Fields1-1/+1
2007-02-20[PATCH] Fix a free-wrong-pointer bug in nfs/acl server.Greg Banks1-5/+12
2006-12-08[PATCH] NFS2: Calculate 'w' a bit later in nfsaclsvc_encode_getaclres()Jesper Juhl1-4/+4
2006-10-20[PATCH] nfsd: NFSv{2,3} trivial endianness annotations for error valuesAl Viro1-3/+3
2006-10-20[PATCH] xdr annotations: NFSv2 serverAl Viro1-9/+9
2006-10-20[PATCH] fix svc_procfunc declarationAl Viro1-5/+5
2006-10-04[PATCH] knfsd: register all RPC programs with portmapper by defaultOlaf Kirch1-0/+1