summaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4xdr.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-04nfsd41: CREATE_EXCLUSIVE4_1Benny Halevy1-0/+17
2009-04-04nfsd41: SUPPATTR_EXCLCREAT attributeBenny Halevy1-1/+6
2009-04-04nfsd41: support for 3-word long attribute bitmaskAndy Adamson1-12/+47
2009-04-04nfsd41: pass writable attrs mask to nfsd4_decode_fattrBenny Halevy1-6/+15
2009-04-04nfsd41: clientid handlingAndy Adamson1-0/+9
2009-04-04nfsd41: check encode size for sessions maxresponse cachedAndy Adamson1-0/+51
2009-04-04nfsd41: stateid handlingAndy Adamson1-1/+1
2009-04-04nfsd41: destroy_session operationBenny Halevy1-2/+5
2009-04-04nfsd41: non-page DRC for solo sequence responsesAndy Adamson1-2/+3
2009-04-04nfsd41: create_session operationAndy Adamson1-3/+145
2009-04-04nfsd41: nfsd DRC logicAndy Adamson1-0/+11
2009-04-04nfsd41: sequence operationBenny Halevy1-3/+30
2009-04-04nfsd41: exchange_id operationAndy Adamson1-4/+143
2009-04-04nfsd41: xdr infrastructureAndy Adamson1-0/+148
2009-03-19nfsd4: support putpubfh operationJ. Bruce Fields1-1/+1
2009-03-19NFSD: return nfsv4 error code nfserr_notsupp rather than nfsv[23]'s nfserr_op...Benny Halevy1-1/+1
2009-03-17NFSD: provide encode routine for OP_OPENATTRBenny Halevy1-0/+1
2009-01-08nfsd: delete wrong file comment from nfsd/nfs4xdr.cMarc Eshel1-2/+0
2008-09-30nfsd: nfs4xdr decode_stateid helper functionBenny Halevy1-44/+55
2008-09-30nfsd: properly xdr-decode NFS4_OPEN_CLAIM_DELEGATE_CUR stateidBenny Halevy1-1/+3
2008-09-30nfsd: don't declare p in ENCODE_SEQID_OP_HEADBenny Halevy1-1/+1
2008-09-30nfsd: nfs4xdr encode_stateid helper functionBenny Halevy1-44/+32
2008-09-30nfsd: fix nfsd4_encode_open buffer space reservationBenny Halevy1-1/+1
2008-09-30nfsd: properly xdr-encode deleg stateid returned from openBenny Halevy1-2/+6
2008-07-18nfsd: nfs4xdr.c do-while is not a compound statementHarvey Harrison1-2/+2
2008-07-18nfsd: Use C99 initializers in fs/nfsd/nfs4xdr.cJ. Bruce Fields1-74/+74
2008-07-05nfsd: tabulate nfs4 xdr encoding functionsBenny Halevy1-114/+91
2008-07-02nfsd: nfs4 minorversion decoder vectorsBenny Halevy1-3/+14
2008-07-02nfsd: unsupported nfs4 ops should fail with nfserr_opnotsuppBenny Halevy1-0/+9
2008-07-02nfsd: tabulate nfs4 xdr decoding functionsBenny Halevy1-105/+48
2008-07-02nfsd: return nfserr_minor_vers_mismatch when compound minorversion != 0Benny Halevy1-7/+3
2008-06-23nfsd: make nfs4xdr WRITEMEM safe against zero countBenny Halevy1-1/+1
2008-04-25nfsd: don't allow setting ctime over v4J. Bruce Fields1-14/+0
2008-04-24nfsd: clarify readdir/mountpoint-crossing codeJ. Bruce Fields1-3/+10
2008-02-15Use struct path in struct svc_exportJan Blunck1-6/+6
2008-02-02nfsd: Allow AIX client to read dir containing mountpointsFrank Filz1-5/+22
2008-02-02nfsd: Fix handling of negative lengths in read_buf()J. Bruce Fields1-2/+7
2007-10-15Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds1-6/+10
2007-10-10knfsd: query filesystem for NFSv4 getattr of FATTR4_MAXNAMEJ. Bruce Fields1-2/+3
2007-10-10knfsd: 64 bit ino support for NFS serverPeter Staubach1-9/+8
2007-10-10NFSD: Convert printk's to dprintk's in NFSD's nfs4xdrChuck Lever1-6/+10
2007-07-26lockd and nfsd endianness annotation fixesAl Viro1-1/+1
2007-07-17knfsd: nfsd4: secinfo handling without secinfo= optionJ. Bruce Fields1-3/+27
2007-07-17knfsd: nfsd4: implement secinfoAndy Adamson1-0/+75
2007-07-17knfsd: nfsd4: simplify exp_pseudoroot argumentsJ. Bruce Fields1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-16[PATCH] knfsd: nfsd4: fix error return on unsupported aclJ. Bruce Fields1-1/+1
2007-02-16[PATCH] knfsd: nfsd4: fix memory leak on kmalloc failure in savememJ. Bruce Fields1-6/+4
2007-02-16[PATCH] knfsd: nfsd4: represent nfsv4 acl with array instead of linked listJ. Bruce Fields1-23/+20
2007-02-14[PATCH] knfsd: add some new fsid typesNeilBrown1-2/+8