aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4xdr.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: fix rare symlink decoding bugJ. Bruce Fields2014-08-061-1/+12
* nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs bufferChristoph Hellwig2014-07-111-2/+2
* nfsd4: buffer-length check for SUPPATTR_EXCLCREATJ. Bruce Fields2014-04-301-0/+2
* nfsd4: fix xdr decoding of large non-write compoundsJ. Bruce Fields2014-01-031-1/+1
* nfsd4: fix decoding of compounds across page boundariesJ. Bruce Fields2013-07-271-1/+1
* nfsd: Decode and send 64bit time valuesBryan Schumaker2013-05-131-14/+5
* nfsd4: reject "negative" acl lengthsJ. Bruce Fields2013-04-101-1/+1
* nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields2013-01-031-1/+10
* nfsd4: our filesystems are normally case sensitiveJ. Bruce Fields2012-08-101-1/+1
* nfsd: fix endianness breakage in TEST_STATEID handlingAl Viro2012-05-111-1/+1
* nfsd4: typo logical vs bitwise negate in nfsd4_decode_share_accessBenny Halevy2011-11-011-1/+1
* nfs41: implement DESTROY_CLIENTID operationMi Jinlong2011-10-241-1/+11
* nfsd4: typo logical vs bitwise negate for want_maskBenny Halevy2011-10-241-1/+1
* nfsd4: allow NFS4_SHARE_SIGNAL_DELEG_WHEN_RESRC_AVAIL | NFS4_SHARE_PUSH_DELEG...Benny Halevy2011-10-241-0/+2
* nfsd4: implement new 4.1 open reclaim typesJ. Bruce Fields2011-10-191-0/+13
* nfsd4: typo logical vs bitwise negateDan Carpenter2011-10-171-1/+1
* nfsd4: move name-length checks to xdrJ. Bruce Fields2011-10-111-15/+30
* nfsd4: move access/deny validity checks to xdr codeJ. Bruce Fields2011-10-111-7/+73
* nfsd4: look up stateid's per clientidJ. Bruce Fields2011-09-261-1/+2
* nfsd4: assume test_stateid always has sessionJ. Bruce Fields2011-09-261-1/+1
* nfsd4: match close replays on stateid, not open owner idJ. Bruce Fields2011-09-171-0/+1
* nfsd41: try to check reply size before operationMi Jinlong2011-09-161-19/+18
* NFSD: Cleanup for nfsd4_path()Trond Myklebust2011-09-131-28/+78
* nfsd4: split stateowners into open and lockownersJ. Bruce Fields2011-09-071-1/+1
* nfsd4: drop most stateowner refcountingJ. Bruce Fields2011-09-011-5/+6
* nfsd4: cleanup seqid op stateowner usageJ. Bruce Fields2011-08-311-5/+0
* nfsd4: centralize handling of replay ownersJ. Bruce Fields2011-08-311-15/+19
* nfsd4: fix off-by-one-error in SEQUENCE replyJ. Bruce Fields2011-08-311-3/+3
* nfsd4: cleanup and consolidate seqid_mutating_errJ. Bruce Fields2011-08-271-13/+1
* nfsd4: it's OK to return nfserr_symlinkJ. Bruce Fields2011-08-261-4/+0
* nfsd4: clean up S_IS -> NF4 file type mappingJ. Bruce Fields2011-08-261-7/+14
* nfsd4: fix seqid_mutating_errorJ. Bruce Fields2011-08-191-0/+12
* nfsd: turn on reply cache for NFSv4J. Bruce Fields2011-07-181-0/+11
* nfsd4: call nfsd4_release_compoundargs from pc_releaseJ. Bruce Fields2011-07-181-8/+6
* NFSD: Added TEST_STATEID operationBryan Schumaker2011-07-151-3/+84
* NFSD: added FREE_STATEID operationBryan Schumaker2011-07-151-2/+30
* nfsd: make local functions staticDaniel Mack2011-05-181-1/+1
* NFSD: Remove unused variable from nfsd4_decode_bind_conn_to_session()Bryan Schumaker2011-04-291-5/+2
* nfsd v4.1 lOCKT clientid field must be ignoredAndy Adamson2011-04-291-2/+0
* nfsd: wrong index used in inner loopMi Jinlong2011-03-171-4/+1
* nfsd: wrong index used in inner looproel2011-03-081-2/+2
* nfsd: correctly handle return value from nfsd_map_name_to_*NeilBrown2011-02-161-4/+4
* nfsd4: set sequence flag when backchannel is downJ. Bruce Fields2011-01-111-6/+2
* nfsd4: support BIND_CONN_TO_SESSIONJ. Bruce Fields2011-01-111-2/+32
* nfsd4: return nfs errno from name_to_id functionsJ. Bruce Fields2011-01-041-5/+5
* nfsd4: move idmap and acl header files into fs/nfsdJ. Bruce Fields2011-01-041-2/+3
* nfsd: remove some unnecessary dropit handlingJ. Bruce Fields2011-01-041-2/+0
* nfsd4: fix oops on secinfo_no_name result encodingMi Jinlong2010-12-291-4/+17
* nfsd4: implement secinfo_no_nameJ. Bruce Fields2010-12-171-2/+13
* NFSv4.1: Make sure nfsd can decode SP4_SSV correctly at exchange_idMi Jinlong2010-11-191-7/+15