aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsproc.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2021-03-22NFSD: Remove unused NFSv2 directory entry encodersGravatar Chuck Lever 1-1/+1
2021-03-22NFSD: Update the NFSv2 READDIR entry encoder to use struct xdr_streamGravatar Chuck Lever 1-7/+19
2021-03-22NFSD: Count bytes instead of pages in the NFSv2 READDIR encoderGravatar Chuck Lever 1-4/+0
2021-03-22NFSD: Add a helper that encodes NFSv3 directory offset cookiesGravatar Chuck Lever 1-2/+1
2021-03-22NFSD: Update the NFSv2 READ result encoder to use struct xdr_streamGravatar Chuck Lever 1-0/+1
2021-03-22NFSD: Update the NFSv2 READLINK result encoder to use struct xdr_streamGravatar Chuck Lever 1-2/+3
2021-03-22NFSD: Update the NFSv2 attrstat encoder to use struct xdr_streamGravatar Chuck Lever 1-3/+3
2021-03-22NFSD: Update the NFSv2 stat encoder to use struct xdr_streamGravatar Chuck Lever 1-5/+5
2021-03-08new helper: inode_wrong_type()Gravatar Al Viro 1-1/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2021-01-25NFSD: Add helper to set up the pages where the dirlist is encodedGravatar Chuck Lever 1-11/+18
2021-01-25NFSD: Update the NFSv2 READLINK argument decoder to use struct xdr_streamGravatar Chuck Lever 1-4/+5
2021-01-25NFSD: Update the NFSv2 READ argument decoder to use struct xdr_streamGravatar Chuck Lever 1-14/+18
2021-01-25NFSD: Update the NFSv2 GETATTR argument decoder to use struct xdr_streamGravatar Chuck Lever 1-2/+2
2021-01-25SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyGravatar Chuck Lever 1-0/+18
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2020-11-30NFSD: Add common helpers to decode void args and encode void resultsGravatar Chuck Lever 1-13/+12
2020-10-12NFSD: Hoist status code encoding into XDR encoder functionsGravatar Chuck Lever 1-56/+57
2020-10-02NFSD: Call NFSv2 encoders on error returnsGravatar Chuck Lever 1-84/+101
2020-10-02NFSD: Fix .pc_release method for NFSv2Gravatar Chuck Lever 1-7/+7
2020-10-02NFSD: Remove vestigial typedefsGravatar Chuck Lever 1-3/+0
2020-10-02NFSD: Add missing NFSv2 .pc_func methodsGravatar Chuck Lever 1-0/+16
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-01-22nfsd: Ensure sampling of the write verifier is atomic with the writeGravatar Trond Myklebust 1-1/+1
2019-12-19nfsd: use time64_t in nfsd_proc_setattr() checkGravatar Arnd Bergmann 1-1/+1
2019-12-19nfsd: pass a 64-bit guardtime to nfsd_setattr()Gravatar Arnd Bergmann 1-2/+2
2019-09-23nfsd: fix nfs read eof detectionGravatar Trond Myklebust 1-1/+3
2018-08-09NFSD: Handle full-length symlinksGravatar Chuck Lever 1-0/+2
2018-08-09NFSD: Refactor the generic write vector fill helperGravatar Chuck Lever 1-1/+2
2018-04-03NFSD: Clean up legacy NFS SYMLINK argument XDR decodersGravatar Chuck Lever 1-6/+8
2018-04-03NFSD: Clean up legacy NFS WRITE argument XDR decodersGravatar Chuck Lever 1-2/+7
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-18/+18
2017-05-15sunrpc: properly type pc_decode callbacksGravatar Christoph Hellwig 1-18/+18
2017-05-15sunrpc: properly type pc_release callbacksGravatar Christoph Hellwig 1-7/+7
2017-05-15sunrpc: properly type pc_func callbacksGravatar Christoph Hellwig 1-47/+57
2017-03-10nfsd: map the ENOKEY to nfserr_perm for avoiding warningGravatar Kinglong Mee 1-0/+1
2017-01-31NFSD: cleanup dead codes and values in nfsd_writeGravatar Kinglong Mee 1-5/+2
2017-01-31NFSD: pass an integer for stable type to nfsd_vfs_writeGravatar Kinglong Mee 1-2/+1
2016-10-13Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+2
2016-10-07nfsd: handle EUCLEANGravatar J. Bruce Fields 1-0/+1
2016-10-07nfsd: only WARN once on unmapped errorsGravatar J. Bruce Fields 1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-5/+3
2016-08-04nfsd: reorganize nfsd_createGravatar J. Bruce Fields 1-2/+2
2016-08-04nfsd: remove redundant zero-length check from createGravatar J. Bruce Fields 1-3/+0
2015-05-29nfsd: Disable NFSv2 timestamp workaround for NFSv3+Gravatar Andreas Gruenbacher 1-2/+50