summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4xdr.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdirScott Mayhew2018-11-201-2/+3
* nfsd: Limit end of page list when decoding NFSv4 WRITEChuck Lever2017-11-111-4/+2
* nfsd4: fix bad bounds checkingJ. Bruce Fields2016-05-011-5/+8
* nfsd: Drop BUG_ON and ignore SECLABEL on absent filesystemKinglong Mee2015-08-271-5/+6
* nfsd4: fix xdr4 count of server in fs_location4Benjamin Coddington2015-01-151-1/+1
* nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington2015-01-151-0/+3
* nfsd4: reserve adequate space for LOCK opJ. Bruce Fields2014-10-301-0/+8
* nfsd4: fix corruption of NFSv4 read dataJ. Bruce Fields2014-10-051-1/+2
* nfsd4: fix rd_dircount enforcementJ. Bruce Fields2014-10-051-1/+13
* NFSD: Fix crash encoding lock reply on 32-bitKinglong Mee2014-07-231-1/+3
* nfsd: Fix bad reserving space for encoding rdattr_errorKinglong Mee2014-07-071-1/+1
* nfs: fix nfs4d readlink truncated packetAvi Kivity2014-07-021-1/+1
* nfsd: fix rare symlink decoding bugJ. Bruce Fields2014-06-271-1/+12
* NFSD: fix bug for readdir of pseudofsKinglong Mee2014-06-171-0/+1
* nfsd4: kill READ64J. Bruce Fields2014-06-061-17/+16
* nfsd4: kill READ32J. Bruce Fields2014-06-061-128/+127
* nfsd: make nfsd4_encode_fattr staticJeff Layton2014-05-301-1/+1
* nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs bufferChristoph Hellwig2014-05-301-2/+2
* NFSD: Adds macro EX_UUID_LEN for exports uuid's lengthKinglong Mee2014-05-301-1/+2
* nfsd4: better reservation of head space for krb5J. Bruce Fields2014-05-301-2/+3
* nfsd4: kill write32, write64J. Bruce Fields2014-05-301-30/+21
* nfsd4: kill WRITEMEMJ. Bruce Fields2014-05-301-34/+28
* nfsd4: kill WRITE64J. Bruce Fields2014-05-301-28/+24
* nfsd4: kill WRITE32J. Bruce Fields2014-05-301-152/+154
* nfsd4: really fix nfs4err_resource in 4.1 caseJ. Bruce Fields2014-05-301-0/+8
* nfsd4: allow exotic read compoundsJ. Bruce Fields2014-05-301-36/+25
* nfsd4: more read encoding cleanupJ. Bruce Fields2014-05-301-12/+10
* nfsd4: read encoding cleanupJ. Bruce Fields2014-05-301-13/+14
* nfsd4: separate splice and readv casesJ. Bruce Fields2014-05-301-42/+131
* nfsd4: turn off zero-copy-read in exotic casesJ. Bruce Fields2014-05-301-4/+17
* nfsd4: don't treat readlink like a zero-copy operationJ. Bruce Fields2014-05-301-30/+12
* nfsd4: enforce rd_dircountJ. Bruce Fields2014-05-301-1/+4
* nfsd4: allow large readdirsJ. Bruce Fields2014-05-301-62/+75
* nfsd4: adjust buflen to session channel limitJ. Bruce Fields2014-05-301-16/+8
* nfsd4: fix buflen calculation after read encodingJ. Bruce Fields2014-05-301-1/+7
* nfsd4: nfsd4_check_resp_size should check against whole bufferJ. Bruce Fields2014-05-301-2/+1
* nfsd4: minor encode_read cleanupJ. Bruce Fields2014-05-301-4/+6
* nfsd4: more precise nfsd4_max_replyJ. Bruce Fields2014-05-301-31/+4
* nfsd4: don't try to encode conflicting owner if low on spaceJ. Bruce Fields2014-05-301-3/+13
* nfsd4: convert 4.1 replay encodingJ. Bruce Fields2014-05-301-1/+1
* nfsd4: allow encoding across page boundariesJ. Bruce Fields2014-05-301-17/+43
* nfsd4: size-checking cleanupJ. Bruce Fields2014-05-301-14/+15
* nfsd4: remove redundant encode buffer size checkingJ. Bruce Fields2014-05-301-9/+13
* nfsd4: nfsd4_check_resp_size needn't recalculate lengthJ. Bruce Fields2014-05-301-15/+3
* nfsd4: reserve space before inlining 0-copy pagesJ. Bruce Fields2014-05-301-4/+7
* nfsd4: teach encoders to handle reserve_space failuresJ. Bruce Fields2014-05-301-64/+183
* nfsd4: "backfill" using write_bytes_to_xdr_bufJ. Bruce Fields2014-05-301-19/+26
* nfsd4: use xdr_truncate_encodeJ. Bruce Fields2014-05-301-20/+16
* nfsd4: keep xdr buf length updatedJ. Bruce Fields2014-05-281-2/+13
* nfsd4: no need for encode_compoundres to adjust lengthsJ. Bruce Fields2014-05-281-7/+1