summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs3acl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-12-121-24/+6
|\
| * NFSD: Finish converting the NFSv3 GETACL result encoderChuck Lever2022-11-281-24/+6
* | fs: rename current get acl methodChristian Brauner2022-10-201-2/+2
* | fs: pass dentry to set acl methodChristian Brauner2022-10-191-2/+2
|/
* SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever2022-09-261-0/+3
* NFSD: use (un)lock_inode instead of fh_(un)lock for file operationsNeilBrown2022-08-041-2/+2
* SUNRPC: Change return value type of .pc_encodeChuck Lever2021-10-131-9/+9
* SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever2021-10-131-4/+4
* SUNRPC: Change return value type of .pc_decodeChuck Lever2021-10-131-11/+11
* SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever2021-10-131-4/+4
* nfsd: fix NULL dereference in nfs3svc_encode_getaclresJ. Bruce Fields2021-07-061-1/+2
* NFSD: Update the NFSv3 SETACL result encoder to use struct xdr_streamChuck Lever2021-03-221-3/+3
* NFSD: Update the NFSv3 GETACL result encoder to use struct xdr_streamChuck Lever2021-03-221-14/+19
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-2/+4
|\
| * acl: handle idmapped mountsChristian Brauner2021-01-241-2/+4
* | NFSD: Update the NFSv2 SETACL argument decoder to use struct xdr_streamChuck Lever2021-01-251-18/+13
* | NFSD: Update the NFSv3 GETACL argument decoder to use struct xdr_streamChuck Lever2021-01-251-5/+6
* | SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever2021-01-251-0/+3
|/
* NFSD: Add common helpers to decode void args and encode void resultsChuck Lever2020-11-301-4/+4
* NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever2020-10-121-4/+5
* NFSD: Remove the RETURN_STATUS() macroChuck Lever2020-10-021-17/+16
* NFSD: Encoder and decoder functions are always presentChuck Lever2020-10-021-0/+1
* NFSACL: Replace PROC() macro with open codeChuck Lever2020-10-021-20/+29
* 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