aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4xdr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-29nfsd: nfs4xdr decode_stateid helper functionBenny Halevy1-44/+55
2008-09-29nfsd: properly xdr-decode NFS4_OPEN_CLAIM_DELEGATE_CUR stateidBenny Halevy1-1/+3
2008-09-29nfsd: don't declare p in ENCODE_SEQID_OP_HEADBenny Halevy1-1/+1
2008-09-29nfsd: nfs4xdr encode_stateid helper functionBenny Halevy1-44/+32
2008-09-29nfsd: fix nfsd4_encode_open buffer space reservationBenny Halevy1-1/+1
2008-09-29nfsd: 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-04nfsd: 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-23nfsd: clarify readdir/mountpoint-crossing codeJ. Bruce Fields1-3/+10
2008-02-14Use struct path in struct svc_exportJan Blunck1-6/+6
2008-02-01nfsd: Allow AIX client to read dir containing mountpointsFrank Filz1-5/+22
2008-02-01nfsd: 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-09knfsd: query filesystem for NFSv4 getattr of FATTR4_MAXNAMEJ. Bruce Fields1-2/+3
2007-10-09knfsd: 64 bit ino support for NFS serverPeter Staubach1-9/+8
2007-10-09NFSD: 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
2007-01-26[PATCH] knfsd: Fix type mismatch with filldir_t used by nfsdNeilBrown1-2/+3
2006-12-13[PATCH] knfsd: nfsd4: handling more nfsd_cross_mnt errors in nfsd4 readdirJ.Bruce Fields1-9/+5
2006-10-20[PATCH] nfsd: NFSv4 errno endianness annotationsAl Viro1-20/+22
2006-10-20[PATCH] nfsd: nfs4 code returns error values in net-endianAl Viro1-75/+75
2006-10-20[PATCH] xdr annotations: NFSv4 serverAl Viro1-33/+33
2006-10-20[PATCH] bug: nfsd/nfs4xdr.c misuse of ERR_PTR()Al Viro1-10/+11
2006-10-04[PATCH] knfsd: nfsd4: actually use all the pieces to implement referralsJ.Bruce Fields1-6/+45
2006-10-04[PATCH] knfsd: nfsd4: xdr encoding for fs_locationsJ.Bruce Fields1-0/+125
2006-10-04[PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCPGreg Banks1-3/+3
2006-10-04[PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfromNeilBrown1-13/+13
2006-10-04[PATCH] knfsd: Replace two page lists in struct svc_rqst with oneNeilBrown1-14/+13
2006-10-03BUG_ON() conversion in fs/nfsd/Eric Sesterhenn1-2/+1
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-1/+1
2006-04-11[PATCH] knfsd: nfsd4: fix corruption on readdir encoding with 64k pagesNeilBrown1-7/+6
2006-04-11[PATCH] knfsd: nfsd4: fix corruption of returned data when using 64k pagesNeilBrown1-25/+17
2006-04-11[PATCH] knfsd: nfsd4: better nfs4acl errorsNeilBrown1-4/+3
2006-03-24[PATCH] fs: Use ARRAY_SIZE macroTobias Klauser1-1/+1
2006-01-18[PATCH] nfsd4: Fix bug in rdattr_error returnFred Isaman1-2/+3