summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4xdr.c
Commit message (Expand)AuthorAgeFilesLines
* NFSd: Fix filehandle leak in exp_pseudoroot() and nfsd4_path()Trond Myklebust2009-09-031-5/+10
* nfsd41: replace page based DRC with buffer based DRCAndy Adamson2009-09-021-10/+7Star
* NFSD: Fix a bug in the NFSv4 'supported attrs' mandatory attributeTrond Myklebust2009-09-021-7/+0Star
* nfsd41: Use separate DRC for setclientidAndy Adamson2009-07-281-2/+1Star
* nfsd41: move channel attributes from nfsd4_session to a nfsd4_channel_attr st...Alexandros Batsakis2009-06-161-1/+1
* Merge commit 'v2.6.30' into for-2.6.31J. Bruce Fields2009-06-161-1/+15
|\
| * nfsd4: check for negative dentry before use in nfsv4 readdirJ. Bruce Fields2009-05-061-1/+15
* | NFSv4: do exact check about attribute specifiedYu Zhiguo2009-06-021-34/+12Star
* | nfsd: use C99 struct initializersRandy Dunlap2009-05-031-56/+56
* | nfsd: support ext4 i_versionJ. Bruce Fields2009-04-291-21/+42
* | nfsd4: delete obsolete xdr commentsJ. Bruce Fields2009-04-291-27/+0Star
* | nfsd: eliminate ENCODE_HEAD macroJ. Bruce Fields2009-04-291-24/+22Star
|/
* nfsd41: CREATE_EXCLUSIVE4_1Benny Halevy2009-04-041-0/+17
* nfsd41: SUPPATTR_EXCLCREAT attributeBenny Halevy2009-04-041-1/+6
* nfsd41: support for 3-word long attribute bitmaskAndy Adamson2009-04-041-12/+47
* nfsd41: pass writable attrs mask to nfsd4_decode_fattrBenny Halevy2009-04-041-6/+15
* nfsd41: clientid handlingAndy Adamson2009-04-041-0/+9
* nfsd41: check encode size for sessions maxresponse cachedAndy Adamson2009-04-041-0/+51
* nfsd41: stateid handlingAndy Adamson2009-04-041-1/+1
* nfsd41: destroy_session operationBenny Halevy2009-04-041-2/+5
* nfsd41: non-page DRC for solo sequence responsesAndy Adamson2009-04-041-2/+3
* nfsd41: create_session operationAndy Adamson2009-04-041-3/+145
* nfsd41: nfsd DRC logicAndy Adamson2009-04-041-0/+11
* nfsd41: sequence operationBenny Halevy2009-04-041-3/+30
* nfsd41: exchange_id operationAndy Adamson2009-04-041-4/+143
* nfsd41: xdr infrastructureAndy Adamson2009-04-041-0/+148
* nfsd4: support putpubfh operationJ. Bruce Fields2009-03-181-1/+1
* NFSD: return nfsv4 error code nfserr_notsupp rather than nfsv[23]'s nfserr_op...Benny Halevy2009-03-181-1/+1
* NFSD: provide encode routine for OP_OPENATTRBenny Halevy2009-03-171-0/+1
* nfsd: delete wrong file comment from nfsd/nfs4xdr.cMarc Eshel2009-01-071-2/+0Star
* nfsd: nfs4xdr decode_stateid helper functionBenny Halevy2008-09-291-44/+55
* nfsd: properly xdr-decode NFS4_OPEN_CLAIM_DELEGATE_CUR stateidBenny Halevy2008-09-291-1/+3
* nfsd: don't declare p in ENCODE_SEQID_OP_HEADBenny Halevy2008-09-291-1/+1
* nfsd: nfs4xdr encode_stateid helper functionBenny Halevy2008-09-291-44/+32Star
* nfsd: fix nfsd4_encode_open buffer space reservationBenny Halevy2008-09-291-1/+1
* nfsd: properly xdr-encode deleg stateid returned from openBenny Halevy2008-09-291-2/+6
* nfsd: nfs4xdr.c do-while is not a compound statementHarvey Harrison2008-07-181-2/+2
* nfsd: Use C99 initializers in fs/nfsd/nfs4xdr.cJ. Bruce Fields2008-07-181-74/+74
* nfsd: tabulate nfs4 xdr encoding functionsBenny Halevy2008-07-041-114/+91Star
* nfsd: nfs4 minorversion decoder vectorsBenny Halevy2008-07-021-3/+14
* nfsd: unsupported nfs4 ops should fail with nfserr_opnotsuppBenny Halevy2008-07-021-0/+9
* nfsd: tabulate nfs4 xdr decoding functionsBenny Halevy2008-07-021-105/+48Star
* nfsd: return nfserr_minor_vers_mismatch when compound minorversion != 0Benny Halevy2008-07-021-7/+3Star
* nfsd: make nfs4xdr WRITEMEM safe against zero countBenny Halevy2008-06-231-1/+1
* nfsd: don't allow setting ctime over v4J. Bruce Fields2008-04-251-14/+0Star
* nfsd: clarify readdir/mountpoint-crossing codeJ. Bruce Fields2008-04-231-3/+10
* Use struct path in struct svc_exportJan Blunck2008-02-151-6/+6
* nfsd: Allow AIX client to read dir containing mountpointsFrank Filz2008-02-011-5/+22
* nfsd: Fix handling of negative lengths in read_buf()J. Bruce Fields2008-02-011-2/+7
* Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2007-10-151-6/+10
|\