summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfsxdr.c
Commit message (Expand)AuthorAgeFilesLines
* NFSD: Clean up after updating NFSv2 ACL decodersChuck Lever2021-01-251-18/+0
* NFSD: Update the NFSv2 GETACL argument decoder to use struct xdr_streamChuck Lever2021-01-251-1/+10
* NFSD: Update the NFSv2 SYMLINK argument decoder to use struct xdr_streamChuck Lever2021-01-251-103/+10
* NFSD: Update the NFSv2 CREATE argument decoder to use struct xdr_streamChuck Lever2021-01-251-6/+4
* NFSD: Update the NFSv2 SETATTR argument decoder to use struct xdr_streamChuck Lever2021-01-251-6/+76
* NFSD: Update the NFSv2 LINK argument decoder to use struct xdr_streamChuck Lever2021-01-251-6/+4
* NFSD: Update the NFSv2 RENAME argument decoder to use struct xdr_streamChuck Lever2021-01-251-7/+5
* NFSD: Update NFSv2 diropargs decoding to use struct xdr_streamChuck Lever2021-01-251-5/+34
* NFSD: Update the NFSv2 READDIR argument decoder to use struct xdr_streamChuck Lever2021-01-251-5/+7
* NFSD: Add helper to set up the pages where the dirlist is encodedChuck Lever2021-01-251-2/+0
* NFSD: Update the NFSv2 READLINK argument decoder to use struct xdr_streamChuck Lever2021-01-251-13/+0
* NFSD: Update the NFSv2 WRITE argument decoder to use struct xdr_streamChuck Lever2021-01-251-31/+21
* NFSD: Update the NFSv2 READ argument decoder to use struct xdr_streamChuck Lever2021-01-251-24/+12
* NFSD: Update the NFSv2 GETATTR argument decoder to use struct xdr_streamChuck Lever2021-01-251-6/+20
* NFSD: Add common helpers to decode void args and encode void resultsChuck Lever2020-11-301-10/+0
* NFSD: Invoke svc_encode_result_payload() in "read" NFSD encodersChuck Lever2020-11-301-0/+6
* NFSD: Hoist status code encoding into XDR encoder functionsChuck Lever2020-10-121-4/+19
* NFSD: Call NFSv2 encoders on error returnsChuck Lever2020-10-021-0/+18
* NFSD: Fix .pc_release method for NFSv2Chuck Lever2020-10-021-3/+16
* nfsd: knfsd must use the container user namespaceTrond Myklebust2019-04-241-8/+9
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-1/+1
* NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever2018-04-031-20/+29
* NFSD: Clean up legacy NFS WRITE argument XDR decodersChuck Lever2018-04-031-12/+2
* nfsd: encode stat->mtime for getattr instead of inode->i_mtimeAmir Goldstein2018-02-081-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields2017-06-281-10/+3
|\
| * nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments"J. Bruce Fields2017-05-161-10/+3
* | sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-05-151-13/+18
* | sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-05-151-21/+32
* | sunrpc: properly type pc_release callbacksChristoph Hellwig2017-05-151-4/+4
|/
* nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields2017-04-251-3/+10
* nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields2017-04-251-0/+2
* nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields2017-04-251-4/+4
* nfsd: Fix some indent inconsistancyChristophe JAILLET2016-07-131-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* NFSD: Using min/max/min_t/max_t for calculateKinglong Mee2014-06-231-8/+6
* nfsd: Remove assignments inside conditionsBenoit Taine2014-05-221-5/+10
* nfsd: revert v2 half of "nfsd: don't return high mode bits"J. Bruce Fields2014-04-041-1/+1
* nfsd: don't return high mode bitsAlbert Fluegel2013-12-101-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-4/+3
|\
| * nfsd: handle vfs_getattr errors in acl protocolJ. Bruce Fields2013-02-261-4/+2
| * switch vfs_getattr() to struct pathAl Viro2013-02-261-1/+2
* | nfsd: Convert nfsxdr to use kuids and kgidsEric W. Biederman2013-02-131-6/+8
* | nfsd: Remove nfsd_luid, nfsd_lgid, nfsd_ruid and nfsd_rgidEric W. Biederman2013-02-131-2/+2
|/
* nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields2012-12-171-5/+6
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* nfsd: remove pointless paths in file headersJ. Bruce Fields2009-12-151-2/+0
* nfsd: Move private headers to source directoryBoaz Harrosh2009-12-141-1/+1
* nfsd: Source files #include cleanupsBoaz Harrosh2009-12-141-8/+0
* Use struct path in struct svc_exportJan Blunck2008-02-141-1/+1