summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4xdr.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-03nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdirScott Mayhew1-2/+3
2017-08-30nfsd: Limit end of page list when decoding NFSv4 WRITEChuck Lever1-4/+2
2016-04-18nfsd4: fix bad bounds checkingJ. Bruce Fields1-5/+8
2015-08-27nfsd: Drop BUG_ON and ignore SECLABEL on absent filesystemKinglong Mee1-5/+6
2015-05-18nfsd4: fix READ permission checkingJ. Bruce Fields1-4/+8
2015-01-16nfsd4: fix xdr4 count of server in fs_location4Benjamin Coddington1-1/+1
2015-01-16nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington1-0/+3
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-7/+68
2014-09-30nfsd4: fix corruption of NFSv4 read dataJ. Bruce Fields1-1/+2
2014-09-29NFSD: Implement SEEKAnna Schumaker1-2/+34
2014-09-29NFSD: Add generic v4.2 infrastructureAnna Schumaker1-0/+28
2014-09-08nfsd4: fix rd_dircount enforcementJ. Bruce Fields1-1/+13
2014-08-17nfsd4: reserve adequate space for LOCK opJ. Bruce Fields1-0/+8
2014-08-17nfsd4: remove obsolete commentJ. Bruce Fields1-7/+0
2014-08-10Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-78/+50
2014-07-31nfsd: Add a mutex to protect the NFSv4.0 open owner replay cacheJeff Layton1-2/+0
2014-07-23NFSD: Fix crash encoding lock reply on 32-bitKinglong Mee1-1/+3
2014-07-18nfsd4: zero op arguments beyond the 8th compound opJ. Bruce Fields1-1/+1
2014-07-11NFSD: Fix bad checking of space for padding in splice readKinglong Mee1-5/+2
2014-07-10NFSD: Fix memory leak in encoding denied lockKinglong Mee1-1/+3
2014-07-09nfsd: Cleanup nfs4svc_encode_compoundresTrond Myklebust1-14/+1
2014-07-09NFSD: Avoid warning message when compile at i686 archKinglong Mee1-1/+1
2014-07-09nfsd4: replace defer_free by svcxdr_tmpallocJ. Bruce Fields1-29/+17
2014-07-09nfsd4: remove nfs4_acl_newJ. Bruce Fields1-1/+1
2014-07-09nfsd4: define svcxdr_dupstr to share some common codeJ. Bruce Fields1-13/+23
2014-07-09nfsd4: remove unused defer_free argumentJ. Bruce Fields1-12/+9
2014-07-09nfsd4: rename cr_linkname->cr_dataJ. Bruce Fields1-8/+7
2014-07-09nfsd: fix rare symlink decoding bugJ. Bruce Fields1-1/+12
2014-07-07nfsd: Fix bad reserving space for encoding rdattr_errorKinglong Mee1-1/+1
2014-07-03nfs: fix nfs4d readlink truncated packetAvi Kivity1-1/+1
2014-06-28nfsd: fix rare symlink decoding bugJ. Bruce Fields1-1/+12
2014-06-23NFSD: Using min/max/min_t/max_t for calculateKinglong Mee1-7/+3
2014-06-18NFSD: fix bug for readdir of pseudofsKinglong Mee1-0/+1
2014-06-07nfsd4: kill READ64J. Bruce Fields1-17/+16
2014-06-07nfsd4: kill READ32J. Bruce Fields1-128/+127
2014-05-31nfsd: make nfsd4_encode_fattr staticJeff Layton1-1/+1
2014-05-31nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs bufferChristoph Hellwig1-2/+2
2014-05-31NFSD: Adds macro EX_UUID_LEN for exports uuid's lengthKinglong Mee1-1/+2
2014-05-31nfsd4: better reservation of head space for krb5J. Bruce Fields1-2/+3
2014-05-31nfsd4: kill write32, write64J. Bruce Fields1-30/+21
2014-05-31nfsd4: kill WRITEMEMJ. Bruce Fields1-34/+28
2014-05-31nfsd4: kill WRITE64J. Bruce Fields1-28/+24
2014-05-31nfsd4: kill WRITE32J. Bruce Fields1-152/+154
2014-05-31nfsd4: really fix nfs4err_resource in 4.1 caseJ. Bruce Fields1-0/+8
2014-05-31nfsd4: allow exotic read compoundsJ. Bruce Fields1-36/+25
2014-05-31nfsd4: more read encoding cleanupJ. Bruce Fields1-12/+10
2014-05-31nfsd4: read encoding cleanupJ. Bruce Fields1-13/+14
2014-05-31nfsd4: separate splice and readv casesJ. Bruce Fields1-42/+131
2014-05-31nfsd4: turn off zero-copy-read in exotic casesJ. Bruce Fields1-4/+17
2014-05-31nfsd4: don't treat readlink like a zero-copy operationJ. Bruce Fields1-30/+12