aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfsxdr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-24nfsd: knfsd must use the container user namespaceTrond Myklebust1-8/+9
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2018-04-03NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever1-20/+29
2018-04-03NFSD: Clean up legacy NFS WRITE argument XDR decodersChuck Lever1-12/+2
2018-02-08nfsd: encode stat->mtime for getattr instead of inode->i_mtimeAmir Goldstein1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-28Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields1-10/+3
2017-05-16nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments"J. Bruce Fields1-10/+3
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig1-13/+18
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig1-21/+32
2017-05-15sunrpc: properly type pc_release callbacksChristoph Hellwig1-4/+4
2017-04-25nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields1-3/+10
2017-04-25nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields1-0/+2
2017-04-25nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields1-4/+4
2016-07-13nfsd: Fix some indent inconsistancyChristophe JAILLET1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2014-06-23NFSD: Using min/max/min_t/max_t for calculateKinglong Mee1-8/+6
2014-05-22nfsd: Remove assignments inside conditionsBenoit Taine1-5/+10
2014-04-04nfsd: revert v2 half of "nfsd: don't return high mode bits"J. Bruce Fields1-1/+1
2013-12-10nfsd: don't return high mode bitsAlbert Fluegel1-1/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+3
2013-02-26nfsd: handle vfs_getattr errors in acl protocolJ. Bruce Fields1-4/+2
2013-02-26switch vfs_getattr() to struct pathAl Viro1-1/+2
2013-02-13nfsd: Convert nfsxdr to use kuids and kgidsEric W. Biederman1-6/+8
2013-02-13nfsd: Remove nfsd_luid, nfsd_lgid, nfsd_ruid and nfsd_rgidEric W. Biederman1-2/+2
2012-12-17nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields1-5/+6
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2009-12-15nfsd: remove pointless paths in file headersJ. Bruce Fields1-2/+0
2009-12-14nfsd: Move private headers to source directoryBoaz Harrosh1-1/+1
2009-12-14nfsd: Source files #include cleanupsBoaz Harrosh1-8/+0
2008-02-14Use struct path in struct svc_exportJan Blunck1-1/+1
2008-02-01nfsd: move nfsd/auth.h into fs/nfsdJ. Bruce Fields1-0/+1
2008-02-01NFSD: Use unsigned length argument for decode_pathnameChuck Lever1-2/+2
2008-02-01NFSD: Use unsigned length argument for decode_filenameChuck Lever1-2/+2
2008-01-13knfsd: Allow NFSv2/3 WRITE calls to succeed when krb5i etc is used.NeilBrown1-1/+4
2007-10-09knfsd: 64 bit ino support for NFS serverPeter Staubach1-0/+4
2007-05-09knfsd: various nfsd xdr cleanupsNeilBrown1-25/+14
2007-05-09The NFSv2/NFSv3 server does not handle zero length WRITE requests correctlyPeter Staubach1-7/+39
2007-02-14[PATCH] knfsd: add some new fsid typesNeilBrown1-3/+16
2007-01-26[PATCH] knfsd: Fix type mismatch with filldir_t used by nfsdNeilBrown1-2/+3
2006-12-07[PATCH] remove NFSD_OPTIMIZE_SPACEAdrian Bunk1-9/+4
2006-10-20[PATCH] xdr annotations: NFSv2 serverAl Viro1-36/+36
2006-10-04[PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCPGreg Banks1-5/+5
2006-10-04[PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfromNeilBrown1-11/+11
2006-10-04[PATCH] knfsd: Replace two page lists in struct svc_rqst with oneNeilBrown1-9/+4
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-2/+2
2006-01-06[PATCH] knfsd: check error status from vfs_getattr and i_op->fsyncDavid Shaw1-24/+24
2005-06-22[PATCH] NFSD: Add server support for NFSv3 ACLs.Andreas Gruenbacher1-0/+11
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+511