aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/nfs4xdr.c
AgeCommit message (Expand)Author
2009-01-22MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2008-09-29nfsd: nfs4xdr decode_stateid helper functionBenny Halevy
2008-09-29nfsd: properly xdr-decode NFS4_OPEN_CLAIM_DELEGATE_CUR stateidBenny Halevy
2008-09-29nfsd: don't declare p in ENCODE_SEQID_OP_HEADBenny Halevy
2008-09-29nfsd: nfs4xdr encode_stateid helper functionBenny Halevy
2008-09-29nfsd: fix nfsd4_encode_open buffer space reservationBenny Halevy
2008-09-29nfsd: properly xdr-encode deleg stateid returned from openBenny Halevy
2008-07-18nfsd: nfs4xdr.c do-while is not a compound statementHarvey Harrison
2008-07-18nfsd: Use C99 initializers in fs/nfsd/nfs4xdr.cJ. Bruce Fields
2008-07-04nfsd: tabulate nfs4 xdr encoding functionsBenny Halevy
2008-07-02nfsd: nfs4 minorversion decoder vectorsBenny Halevy
2008-07-02nfsd: unsupported nfs4 ops should fail with nfserr_opnotsuppBenny Halevy
2008-07-02nfsd: tabulate nfs4 xdr decoding functionsBenny Halevy
2008-07-02nfsd: return nfserr_minor_vers_mismatch when compound minorversion != 0Benny Halevy
2008-06-23nfsd: make nfs4xdr WRITEMEM safe against zero countBenny Halevy
2008-04-25nfsd: don't allow setting ctime over v4J. Bruce Fields
2008-04-23nfsd: clarify readdir/mountpoint-crossing codeJ. Bruce Fields
2008-02-14Use struct path in struct svc_exportJan Blunck
2008-02-01nfsd: Allow AIX client to read dir containing mountpointsFrank Filz
2008-02-01nfsd: Fix handling of negative lengths in read_buf()J. Bruce Fields
2007-10-15Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds
2007-10-09knfsd: query filesystem for NFSv4 getattr of FATTR4_MAXNAMEJ. Bruce Fields
2007-10-09knfsd: 64 bit ino support for NFS serverPeter Staubach
2007-10-09NFSD: Convert printk's to dprintk's in NFSD's nfs4xdrChuck Lever
2007-07-26lockd and nfsd endianness annotation fixesAl Viro
2007-07-17knfsd: nfsd4: secinfo handling without secinfo= optionJ. Bruce Fields
2007-07-17knfsd: nfsd4: implement secinfoAndy Adamson
2007-07-17knfsd: nfsd4: simplify exp_pseudoroot argumentsJ. Bruce Fields
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-02-16[PATCH] knfsd: nfsd4: fix error return on unsupported aclJ. Bruce Fields
2007-02-16[PATCH] knfsd: nfsd4: fix memory leak on kmalloc failure in savememJ. Bruce Fields
2007-02-16[PATCH] knfsd: nfsd4: represent nfsv4 acl with array instead of linked listJ. Bruce Fields
2007-02-14[PATCH] knfsd: add some new fsid typesNeilBrown
2007-01-26[PATCH] knfsd: Fix type mismatch with filldir_t used by nfsdNeilBrown
2006-12-13[PATCH] knfsd: nfsd4: handling more nfsd_cross_mnt errors in nfsd4 readdirJ.Bruce Fields
2006-10-20[PATCH] nfsd: NFSv4 errno endianness annotationsAl Viro
2006-10-20[PATCH] nfsd: nfs4 code returns error values in net-endianAl Viro
2006-10-20[PATCH] xdr annotations: NFSv4 serverAl Viro
2006-10-20[PATCH] bug: nfsd/nfs4xdr.c misuse of ERR_PTR()Al Viro
2006-10-04[PATCH] knfsd: nfsd4: actually use all the pieces to implement referralsJ.Bruce Fields
2006-10-04[PATCH] knfsd: nfsd4: xdr encoding for fs_locationsJ.Bruce Fields
2006-10-04[PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCPGreg Banks
2006-10-04[PATCH] knfsd: Avoid excess stack usage in svc_tcp_recvfromNeilBrown
2006-10-04[PATCH] knfsd: Replace two page lists in struct svc_rqst with oneNeilBrown
2006-10-03BUG_ON() conversion in fs/nfsd/Eric Sesterhenn
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells
2006-04-11[PATCH] knfsd: nfsd4: fix corruption on readdir encoding with 64k pagesNeilBrown
2006-04-11[PATCH] knfsd: nfsd4: fix corruption of returned data when using 64k pagesNeilBrown
2006-04-11[PATCH] knfsd: nfsd4: better nfs4acl errorsNeilBrown
2006-03-24[PATCH] fs: Use ARRAY_SIZE macroTobias Klauser