aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs2acl.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-22Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 1-2/+3
2023-02-20SUNRPC: Use per-CPU counters to tally server RPC countsGravatar Chuck Lever 1-2/+3
2023-01-19fs: port ->set_acl() to pass mnt_idmapGravatar Christian Brauner 1-2/+2
2022-12-12Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 1-10/+0
2022-11-28NFSD: Finish converting the NFSv2 GETACL result encoderGravatar Chuck Lever 1-10/+0
2022-10-20fs: rename current get acl methodGravatar Christian Brauner 1-2/+2
2022-10-19fs: pass dentry to set acl methodGravatar Christian Brauner 1-2/+2
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedGravatar Chuck Lever 1-0/+5
2022-08-04NFSD: use (un)lock_inode instead of fh_(un)lock for file operationsGravatar NeilBrown 1-3/+3
2022-03-27SUNRPC: Return true/false (not 1/0) from bool functionsGravatar Haowen Bai 1-12/+12
2021-10-13SUNRPC: Change return value type of .pc_encodeGravatar Chuck Lever 1-2/+2
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeGravatar Chuck Lever 1-4/+4
2021-10-13SUNRPC: Change return value type of .pc_decodeGravatar Chuck Lever 1-15/+15
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeGravatar Chuck Lever 1-6/+6
2021-03-22NFSD: Update the NFSv2 ACL ACCESS result encoder to use struct xdr_streamGravatar Chuck Lever 1-7/+12
2021-03-22NFSD: Update the NFSv2 ACL GETATTR result encoder to use struct xdr_streamGravatar Chuck Lever 1-22/+2
2021-03-22NFSD: Update the NFSv2 SETACL result encoder to use struct xdr_streamGravatar Chuck Lever 1-2/+2
2021-03-22NFSD: Update the NFSv2 GETACL result encoder to use struct xdr_streamGravatar Chuck Lever 1-26/+16
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+4
2021-01-25NFSD: Update the NFSv2 ACL ACCESS argument decoder to use struct xdr_streamGravatar Chuck Lever 1-5/+6
2021-01-25NFSD: Update the NFSv2 ACL GETATTR argument decoder to use struct xdr_streamGravatar Chuck Lever 1-11/+1
2021-01-25NFSD: Update the NFSv2 SETACL argument decoder to use struct xdr_streamGravatar Chuck Lever 1-17/+12
2021-01-25NFSD: Update the NFSv2 GETACL argument decoder to use struct xdr_streamGravatar Chuck Lever 1-5/+5
2021-01-25SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyGravatar Chuck Lever 1-0/+5
2021-01-24acl: handle idmapped mountsGravatar Christian Brauner 1-2/+4
2020-11-30NFSD: Add common helpers to decode void args and encode void resultsGravatar Chuck Lever 1-17/+4
2020-10-12NFSD: Hoist status code encoding into XDR encoder functionsGravatar Chuck Lever 1-7/+12
2020-10-02NFSD: Call NFSv2 encoders on error returnsGravatar Chuck Lever 1-32/+43
2020-10-02NFSD: Encoder and decoder functions are always presentGravatar Chuck Lever 1-0/+6
2020-10-02NFSACL: Replace PROC() macro with open codeGravatar Chuck Lever 1-23/+49
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-05-15sunrpc: mark all struct svc_version instances as constGravatar Christoph Hellwig 1-7/+7
2017-05-15sunrpc: mark all struct svc_procinfo instances as constGravatar Christoph Hellwig 1-1/+1
2017-05-15sunrpc: move pc_count out of struct svc_procinfoGravatar Christoph Hellwig 1-0/+2
2017-05-15sunrpc: properly type pc_encode callbacksGravatar Christoph Hellwig 1-8/+10
2017-05-15sunrpc: properly type pc_decode callbacksGravatar Christoph Hellwig 1-9/+12
2017-05-15sunrpc: properly type pc_release callbacksGravatar Christoph Hellwig 1-11/+11
2017-05-15sunrpc: properly type pc_func callbacksGravatar Christoph Hellwig 1-11/+14
2017-05-15nfsd: use named initializers in PROC()Gravatar Christoph Hellwig 1-11/+11
2017-02-24sunrpc: turn bitfield flags in svc_version into boolsGravatar Jeff Layton 1-1/+0
2016-06-24nfsd: check permissions when setting ACLsGravatar Ben Hutchings 1-10/+10
2015-07-20nfsd: Add macro NFS_ACL_MASK for ACLGravatar Kinglong Mee 1-6/+4
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-4/+4
2014-07-11NFSD: Check acl returned from get_acl/posix_acl_from_modeGravatar Kinglong Mee 1-4/+4
2014-05-22nfsd: Remove assignments inside conditionsGravatar Benoit Taine 1-4/+8
2014-01-26nfsd: use get_acl and ->set_aclGravatar Christoph Hellwig 1-32/+40
2013-02-26nfsd: handle vfs_getattr errors in acl protocolGravatar J. Bruce Fields 1-4/+19
2012-12-17nfsd4: cleanup: replace rq_resused count by rq_next_page pointerGravatar J. Bruce Fields 1-1/+1
2012-08-20nfsd4: nfsaclsvc_encode_voidres staticGravatar J. Bruce Fields 1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1