summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4xdr.c
AgeCommit message (Expand)Author
2021-10-17nfsd4: Handle the NFSv4 READDIR 'dircount' hint being zeroTrond Myklebust
2018-08-06nfsd: fix potential use-after-free in nfsd4_decode_getdeviceinfoScott Mayhew
2018-07-03nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdirScott Mayhew
2017-08-30nfsd: Limit end of page list when decoding NFSv4 WRITEChuck Lever
2017-06-14nfsd: Fix up the "supattr_exclcreat" attributesTrond Myklebust
2017-05-25nfsd: encoders mustn't use unitialized values in error casesJ. Bruce Fields
2016-04-12nfsd4: fix bad bounds checkingJ. Bruce Fields
2015-08-31NFSD: Return word2 bitmask if setting security label in OPEN/CREATEKinglong Mee
2015-08-31nfsd: SUPPATTR_EXCLCREAT must be encoded before SECURITY_LABEL.Kinglong Mee
2015-08-31nfsd: Fix an FS_LAYOUT_TYPES/LAYOUT_TYPES encode bugKinglong Mee
2015-08-31NFSD: Store parent's stat in a separate valueKinglong Mee
2015-07-20nfsd: Drop BUG_ON and ignore SECLABEL on absent filesystemKinglong Mee
2015-06-22nfsd: wrap too long lines in nfsd4_encode_readChristoph Hellwig
2015-06-22nfsd: fput rd_file from XDR encode contextChristoph Hellwig
2015-06-22nfsd: take struct file setup fully into nfs4_preprocess_stateid_opChristoph Hellwig
2015-06-19nfsd: clean up raparams handlingChristoph Hellwig
2015-05-29nfsd: Checking for acl support does not require fetching any aclsAndreas Gruenbacher
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-21nfsd4: fix READ permission checkingJ. Bruce Fields
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-03-31nfsd: Remove duplicate macro define for max sec label lengthKinglong Mee
2015-03-31NFSD: Using path_equal() for checking two pathsKinglong Mee
2015-03-25NFSD: Take care the return value from nfsd4_encode_stateidKinglong Mee
2015-03-20NFSD: Take care the return value from nfsd4_decode_stateidKinglong Mee
2015-02-02nfsd: implement pNFS operationsChristoph Hellwig
2015-01-23nfsd: factor out a helper to decode nfstime4 valuesChristoph Hellwig
2015-01-07nfsd4: tweak rd_dircount accountingJ. Bruce Fields
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-12-09nfsd4: fix xdr4 count of server in fs_location4Benjamin Coddington
2014-12-09nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton
2014-11-19assorted conversions to %p[dD]Al Viro
2014-11-07nfsd: Add DEALLOCATE supportAnna Schumaker
2014-11-07nfsd: Add ALLOCATE supportAnna Schumaker
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-09-30nfsd4: fix corruption of NFSv4 read dataJ. Bruce Fields
2014-09-29NFSD: Implement SEEKAnna Schumaker
2014-09-29NFSD: Add generic v4.2 infrastructureAnna Schumaker
2014-09-08nfsd4: fix rd_dircount enforcementJ. Bruce Fields
2014-08-17nfsd4: reserve adequate space for LOCK opJ. Bruce Fields
2014-08-17nfsd4: remove obsolete commentJ. Bruce Fields
2014-08-09Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-07-31nfsd: Add a mutex to protect the NFSv4.0 open owner replay cacheJeff Layton
2014-07-23NFSD: Fix crash encoding lock reply on 32-bitKinglong Mee
2014-07-17nfsd4: zero op arguments beyond the 8th compound opJ. Bruce Fields
2014-07-11NFSD: Fix bad checking of space for padding in splice readKinglong Mee
2014-07-09NFSD: Fix memory leak in encoding denied lockKinglong Mee
2014-07-08nfsd: Cleanup nfs4svc_encode_compoundresTrond Myklebust
2014-07-08NFSD: Avoid warning message when compile at i686 archKinglong Mee
2014-07-08nfsd4: replace defer_free by svcxdr_tmpallocJ. Bruce Fields