summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs2acl.c
AgeCommit message (Expand)Author
2023-02-22Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-02-20SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner
2022-12-12Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-11-28NFSD: Finish converting the NFSv2 GETACL result encoderChuck Lever
2022-10-20fs: rename current get acl methodChristian Brauner
2022-10-19fs: pass dentry to set acl methodChristian Brauner
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever
2022-08-04NFSD: use (un)lock_inode instead of fh_(un)lock for file operationsNeilBrown
2022-03-27SUNRPC: Return true/false (not 1/0) from bool functionsHaowen Bai
2021-10-13SUNRPC: Change return value type of .pc_encodeChuck Lever
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever
2021-10-13SUNRPC: Change return value type of .pc_decodeChuck Lever
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever
2021-03-22NFSD: Update the NFSv2 ACL ACCESS result encoder to use struct xdr_streamChuck Lever
2021-03-22NFSD: Update the NFSv2 ACL GETATTR result encoder to use struct xdr_streamChuck Lever
2021-03-22NFSD: Update the NFSv2 SETACL result encoder to use struct xdr_streamChuck Lever
2021-03-22NFSD: Update the NFSv2 GETACL result encoder to use struct xdr_streamChuck Lever
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-25NFSD: Update the NFSv2 ACL ACCESS argument decoder to use struct xdr_streamChuck Lever
2021-01-25NFSD: Update the NFSv2 ACL GETATTR argument decoder to use struct xdr_streamChuck Lever
2021-01-25NFSD: Update the NFSv2 SETACL argument decoder to use struct xdr_streamChuck Lever
2021-01-25NFSD: Update the NFSv2 GETACL argument decoder to use struct xdr_streamChuck Lever
2021-01-25SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever
2021-01-24acl: handle idmapped mountsChristian Brauner
2020-11-30NFSD: Add common helpers to decode void args and encode void resultsChuck Lever
2020-10-12NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever
2020-10-02NFSD: Call NFSv2 encoders on error returnsChuck Lever
2020-10-02NFSD: Encoder and decoder functions are always presentChuck Lever
2020-10-02NFSACL: Replace PROC() macro with open codeChuck Lever
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig
2017-05-15sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig
2017-05-15sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig
2017-05-15sunrpc: properly type pc_release callbacksChristoph Hellwig
2017-05-15sunrpc: properly type pc_func callbacksChristoph Hellwig
2017-05-15nfsd: use named initializers in PROC()Christoph Hellwig
2017-02-24sunrpc: turn bitfield flags in svc_version into boolsJeff Layton
2016-06-24nfsd: check permissions when setting ACLsBen Hutchings
2015-07-20nfsd: Add macro NFS_ACL_MASK for ACLKinglong Mee
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-07-11NFSD: Check acl returned from get_acl/posix_acl_from_modeKinglong Mee
2014-05-22nfsd: Remove assignments inside conditionsBenoit Taine
2014-01-26nfsd: use get_acl and ->set_aclChristoph Hellwig
2013-02-26nfsd: handle vfs_getattr errors in acl protocolJ. Bruce Fields
2012-12-17nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields
2012-08-20nfsd4: nfsaclsvc_encode_voidres staticJ. Bruce Fields
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo