aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4xdr.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-31nfsd: Add a mutex to protect the NFSv4.0 open owner replay cacheGravatar Jeff Layton 1-2/+0
2014-07-23NFSD: Fix crash encoding lock reply on 32-bitGravatar Kinglong Mee 1-1/+3
2014-07-17nfsd4: zero op arguments beyond the 8th compound opGravatar J. Bruce Fields 1-1/+1
2014-07-11NFSD: Fix bad checking of space for padding in splice readGravatar Kinglong Mee 1-5/+2
2014-07-09NFSD: Fix memory leak in encoding denied lockGravatar Kinglong Mee 1-1/+3
2014-07-08nfsd: Cleanup nfs4svc_encode_compoundresGravatar Trond Myklebust 1-14/+1
2014-07-08NFSD: Avoid warning message when compile at i686 archGravatar Kinglong Mee 1-1/+1
2014-07-08nfsd4: replace defer_free by svcxdr_tmpallocGravatar J. Bruce Fields 1-29/+17
2014-07-08nfsd4: remove nfs4_acl_newGravatar J. Bruce Fields 1-1/+1
2014-07-08nfsd4: define svcxdr_dupstr to share some common codeGravatar J. Bruce Fields 1-13/+23
2014-07-08nfsd4: remove unused defer_free argumentGravatar J. Bruce Fields 1-12/+9
2014-07-08nfsd4: rename cr_linkname->cr_dataGravatar J. Bruce Fields 1-8/+7
2014-07-08nfsd: fix rare symlink decoding bugGravatar J. Bruce Fields 1-1/+12
2014-07-07nfsd: Fix bad reserving space for encoding rdattr_errorGravatar Kinglong Mee 1-1/+1
2014-07-02nfs: fix nfs4d readlink truncated packetGravatar Avi Kivity 1-1/+1
2014-06-27nfsd: fix rare symlink decoding bugGravatar J. Bruce Fields 1-1/+12
2014-06-23NFSD: Using min/max/min_t/max_t for calculateGravatar Kinglong Mee 1-7/+3
2014-06-17NFSD: fix bug for readdir of pseudofsGravatar Kinglong Mee 1-0/+1
2014-06-06nfsd4: kill READ64Gravatar J. Bruce Fields 1-17/+16
2014-06-06nfsd4: kill READ32Gravatar J. Bruce Fields 1-128/+127
2014-05-30nfsd: make nfsd4_encode_fattr staticGravatar Jeff Layton 1-1/+1
2014-05-30nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs bufferGravatar Christoph Hellwig 1-2/+2
2014-05-30NFSD: Adds macro EX_UUID_LEN for exports uuid's lengthGravatar Kinglong Mee 1-1/+2
2014-05-30nfsd4: better reservation of head space for krb5Gravatar J. Bruce Fields 1-2/+3
2014-05-30nfsd4: kill write32, write64Gravatar J. Bruce Fields 1-30/+21
2014-05-30nfsd4: kill WRITEMEMGravatar J. Bruce Fields 1-34/+28
2014-05-30nfsd4: kill WRITE64Gravatar J. Bruce Fields 1-28/+24
2014-05-30nfsd4: kill WRITE32Gravatar J. Bruce Fields 1-152/+154
2014-05-30nfsd4: really fix nfs4err_resource in 4.1 caseGravatar J. Bruce Fields 1-0/+8
2014-05-30nfsd4: allow exotic read compoundsGravatar J. Bruce Fields 1-36/+25
2014-05-30nfsd4: more read encoding cleanupGravatar J. Bruce Fields 1-12/+10
2014-05-30nfsd4: read encoding cleanupGravatar J. Bruce Fields 1-13/+14
2014-05-30nfsd4: separate splice and readv casesGravatar J. Bruce Fields 1-42/+131
2014-05-30nfsd4: turn off zero-copy-read in exotic casesGravatar J. Bruce Fields 1-4/+17
2014-05-30nfsd4: don't treat readlink like a zero-copy operationGravatar J. Bruce Fields 1-30/+12
2014-05-30nfsd4: enforce rd_dircountGravatar J. Bruce Fields 1-1/+4
2014-05-30nfsd4: allow large readdirsGravatar J. Bruce Fields 1-62/+75
2014-05-30nfsd4: adjust buflen to session channel limitGravatar J. Bruce Fields 1-16/+8
2014-05-30nfsd4: fix buflen calculation after read encodingGravatar J. Bruce Fields 1-1/+7
2014-05-30nfsd4: nfsd4_check_resp_size should check against whole bufferGravatar J. Bruce Fields 1-2/+1
2014-05-30nfsd4: minor encode_read cleanupGravatar J. Bruce Fields 1-4/+6
2014-05-30nfsd4: more precise nfsd4_max_replyGravatar J. Bruce Fields 1-31/+4
2014-05-30nfsd4: don't try to encode conflicting owner if low on spaceGravatar J. Bruce Fields 1-3/+13
2014-05-30nfsd4: convert 4.1 replay encodingGravatar J. Bruce Fields 1-1/+1
2014-05-30nfsd4: allow encoding across page boundariesGravatar J. Bruce Fields 1-17/+43
2014-05-30nfsd4: size-checking cleanupGravatar J. Bruce Fields 1-14/+15
2014-05-30nfsd4: remove redundant encode buffer size checkingGravatar J. Bruce Fields 1-9/+13
2014-05-30nfsd4: nfsd4_check_resp_size needn't recalculate lengthGravatar J. Bruce Fields 1-15/+3
2014-05-30nfsd4: reserve space before inlining 0-copy pagesGravatar J. Bruce Fields 1-4/+7
2014-05-30nfsd4: teach encoders to handle reserve_space failuresGravatar J. Bruce Fields 1-64/+183