summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfsproc.c
AgeCommit message (Expand)Author
2022-01-16Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-01-08nfsd: Retry once in nfsd_open on an -EOPENSTALE returnJeff Layton
2022-01-08nfsd: Add errno mapping for EREMOTEIOJeff Layton
2022-01-08nfsd: map EBADFPeng Tao
2022-01-08NFSD: Fix zero-length NFSv3 WRITEsChuck Lever
2021-12-18NFSD: Fix READDIR buffer overflowChuck Lever
2021-10-02NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever
2021-08-26nfs: don't allow reexport reclaimsJ. Bruce Fields
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-03-22NFSD: Remove unused NFSv2 directory entry encodersChuck Lever
2021-03-22NFSD: Update the NFSv2 READDIR entry encoder to use struct xdr_streamChuck Lever
2021-03-22NFSD: Count bytes instead of pages in the NFSv2 READDIR encoderChuck Lever
2021-03-22NFSD: Add a helper that encodes NFSv3 directory offset cookiesChuck Lever
2021-03-22NFSD: Update the NFSv2 READ result encoder to use struct xdr_streamChuck Lever
2021-03-22NFSD: Update the NFSv2 READLINK result encoder to use struct xdr_streamChuck Lever
2021-03-22NFSD: Update the NFSv2 attrstat encoder to use struct xdr_streamChuck Lever
2021-03-22NFSD: Update the NFSv2 stat encoder to use struct xdr_streamChuck Lever
2021-03-08new helper: inode_wrong_type()Al Viro
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-25NFSD: Add helper to set up the pages where the dirlist is encodedChuck Lever
2021-01-25NFSD: Update the NFSv2 READLINK argument decoder to use struct xdr_streamChuck Lever
2021-01-25NFSD: Update the NFSv2 READ argument decoder to use struct xdr_streamChuck Lever
2021-01-25NFSD: Update the NFSv2 GETATTR argument decoder to use struct xdr_streamChuck Lever
2021-01-25SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever
2021-01-24attr: 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: Fix .pc_release method for NFSv2Chuck Lever
2020-10-02NFSD: Remove vestigial typedefsChuck Lever
2020-10-02NFSD: Add missing NFSv2 .pc_func methodsChuck Lever
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-01-22nfsd: Ensure sampling of the write verifier is atomic with the writeTrond Myklebust
2019-12-19nfsd: use time64_t in nfsd_proc_setattr() checkArnd Bergmann
2019-12-19nfsd: pass a 64-bit guardtime to nfsd_setattr()Arnd Bergmann
2019-09-23nfsd: fix nfs read eof detectionTrond Myklebust
2018-08-09NFSD: Handle full-length symlinksChuck Lever
2018-08-09NFSD: Refactor the generic write vector fill helperChuck Lever
2018-04-03NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever
2018-04-03NFSD: Clean up legacy NFS WRITE argument XDR decodersChuck 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-03-10nfsd: map the ENOKEY to nfserr_perm for avoiding warningKinglong Mee
2017-01-31NFSD: cleanup dead codes and values in nfsd_writeKinglong Mee