summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfsproc.c
Commit message (Expand)AuthorAgeFilesLines
* NFSD: prevent underflow in nfssvc_decode_writeargs()Dan Carpenter2022-03-151-1/+1
* Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-01-161-5/+3
|\
| * nfsd: Retry once in nfsd_open on an -EOPENSTALE returnJeff Layton2022-01-081-0/+1
| * nfsd: Add errno mapping for EREMOTEIOJeff Layton2022-01-081-0/+1
| * nfsd: map EBADFPeng Tao2022-01-081-0/+1
| * NFSD: Fix zero-length NFSv3 WRITEsChuck Lever2022-01-081-5/+0
* | NFSD: Fix READDIR buffer overflowChuck Lever2021-12-181-4/+4
|/
* NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever2021-10-021-2/+1
* nfs: don't allow reexport reclaimsJ. Bruce Fields2021-08-261-0/+1
* Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-271-1/+1
|\
| * new helper: inode_wrong_type()Al Viro2021-03-081-1/+1
* | NFSD: Remove unused NFSv2 directory entry encodersChuck Lever2021-03-221-1/+1
* | NFSD: Update the NFSv2 READDIR entry encoder to use struct xdr_streamChuck Lever2021-03-221-7/+19
* | NFSD: Count bytes instead of pages in the NFSv2 READDIR encoderChuck Lever2021-03-221-4/+0
* | NFSD: Add a helper that encodes NFSv3 directory offset cookiesChuck Lever2021-03-221-2/+1
* | NFSD: Update the NFSv2 READ result encoder to use struct xdr_streamChuck Lever2021-03-221-0/+1
* | NFSD: Update the NFSv2 READLINK result encoder to use struct xdr_streamChuck Lever2021-03-221-2/+3
* | NFSD: Update the NFSv2 attrstat encoder to use struct xdr_streamChuck Lever2021-03-221-3/+3
* | NFSD: Update the NFSv2 stat encoder to use struct xdr_streamChuck Lever2021-03-221-5/+5
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-1/+1
|\
| * attr: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* | NFSD: Add helper to set up the pages where the dirlist is encodedChuck Lever2021-01-251-11/+18
* | NFSD: Update the NFSv2 READLINK argument decoder to use struct xdr_streamChuck Lever2021-01-251-4/+5
* | NFSD: Update the NFSv2 READ argument decoder to use struct xdr_streamChuck Lever2021-01-251-14/+18
* | NFSD: Update the NFSv2 GETATTR argument decoder to use struct xdr_streamChuck Lever2021-01-251-2/+2
* | SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever2021-01-251-0/+18
|/
* NFSD: Add common helpers to decode void args and encode void resultsChuck Lever2020-11-301-13/+12
* NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever2020-10-121-56/+57
* NFSD: Call NFSv2 encoders on error returnsChuck Lever2020-10-021-84/+101
* NFSD: Fix .pc_release method for NFSv2Chuck Lever2020-10-021-7/+7
* NFSD: Remove vestigial typedefsChuck Lever2020-10-021-3/+0
* NFSD: Add missing NFSv2 .pc_func methodsChuck Lever2020-10-021-0/+16
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* nfsd: Ensure sampling of the write verifier is atomic with the writeTrond Myklebust2020-01-221-1/+1
* nfsd: use time64_t in nfsd_proc_setattr() checkArnd Bergmann2019-12-191-1/+1
* nfsd: pass a 64-bit guardtime to nfsd_setattr()Arnd Bergmann2019-12-191-2/+2
* nfsd: fix nfs read eof detectionTrond Myklebust2019-09-231-1/+3
* NFSD: Handle full-length symlinksChuck Lever2018-08-091-0/+2
* NFSD: Refactor the generic write vector fill helperChuck Lever2018-08-091-1/+2
* NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever2018-04-031-6/+8
* NFSD: Clean up legacy NFS WRITE argument XDR decodersChuck Lever2018-04-031-2/+7
* 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-18/+18
* sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-05-151-18/+18
* sunrpc: properly type pc_release callbacksChristoph Hellwig2017-05-151-7/+7
* sunrpc: properly type pc_func callbacksChristoph Hellwig2017-05-151-47/+57
* nfsd: map the ENOKEY to nfserr_perm for avoiding warningKinglong Mee2017-03-101-0/+1