aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4xdr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-06NFSv4: Cleanup - convert more functions to use encode_op_hdrTrond Myklebust1-9/+2
2012-03-06NFS: Fix nfs4_verifier memory alignmentChuck Lever1-20/+20
2012-03-06NFSv4: Add a encode op helperTrond Myklebust1-129/+32
2012-03-06NFSv4: Add a helper for encoding NFSv4 sequence idsTrond Myklebust1-19/+28
2012-03-06NFSv4: Minor clean ups for encode_string()Trond Myklebust1-22/+18
2012-03-06NFSv4: Simplify the struct nfs4_stateidTrond Myklebust1-3/+3
2012-03-06NFSv4: Rename nfs4_copy_stateid()Trond Myklebust1-1/+1
2012-03-06NFSv4: Add a helper for encoding stateidsTrond Myklebust1-51/+62
2012-03-06NFSv4: Add a helper for encoding opaque dataTrond Myklebust1-5/+9
2012-03-06NFSv4: Rename encode_stateid() to encode_open_stateid()Trond Myklebust1-3/+3
2012-03-03Merge commit 'nfs-for-3.3-4' into nfs-for-nextTrond Myklebust1-1/+4
2012-03-02NFS: Reduce debugging noise from encode_compound_hdrChuck Lever1-1/+0
2012-03-02NFS: Request fh_expire_type attribute in "server caps" operationChuck Lever1-0/+26
2012-03-02NFS: Introduce NFS_ATTR_FATTR_V4_LOCATIONSChuck Lever1-1/+1
2012-03-02NFS: Simplify arguments of encode_renew()Chuck Lever1-3/+4
2012-03-02NFS: Clean up debugging in decode_pathname()Chuck Lever1-8/+8
2012-03-01NFSv4: parse and display server implementation idsWeston Andros Adamson1-5/+37
2012-03-01NFSv4: Send implementation id with exchange_idWeston Andros Adamson1-2/+39
2012-02-06NFS: start printks w/ NFS: even if __func__ shownWeston Andros Adamson1-5/+5
2012-02-06NFS: printks in fs/nfs/ should start with NFS:Weston Andros Adamson1-1/+1
2012-02-06NFS: Pass a stateid to test_stateid() and free_stateid()Bryan Schumaker1-1/+2
2012-02-03NFSv4: Fix an Oops in the NFSv4 getacl codeTrond Myklebust1-1/+4
2012-01-31NFSv4: Don't decode fs_locations if we didn't ask for them...Trond Myklebust1-9/+14
2012-01-31SUNRPC: constify the rpc_programTrond Myklebust1-1/+1
2012-01-07NFSv4: Save the owner/group name string when doing openTrond Myklebust1-59/+47
2012-01-05NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson1-8/+23
2011-10-31NFS: Clean up nfs4_xdr_dec_secinfo()Chuck Lever1-2/+0
2011-07-31pnfs: cleanup_layoutcommitAndy Adamson1-0/+1
2011-07-31pnfs: ask for layout_blksize and save it in nfs_serverFred Isaman1-17/+82
2011-07-31pnfs: GETDEVICELISTAndy Adamson1-0/+131
2011-07-31pnfs: use lwb as layoutcommit lengthPeng Tao1-1/+1
2011-07-12NFS: added FREE_STATEID callBryan Schumaker1-0/+80
2011-07-12NFS: Added TEST_STATEID callBryan Schumaker1-0/+91
2011-07-12NFS: Add SECINFO_NO_NAME procedureBryan Schumaker1-0/+68
2011-07-12NFS: use scope from exchange_id to skip reclaimWeston Andros Adamson1-1/+7
2011-07-11NFSv4.1: update nfs4_fattr_bitmap_maxszAndy Adamson1-1/+1
2011-06-21NFS: Fix decode_secinfo_maxszBryan Schumaker1-1/+1
2011-06-16NFSv4: Fix a readdir regressionTrond Myklebust1-7/+7
2011-06-15NFSv4.1: deprecate headerpadsz in CREATE_SESSIONBenny Halevy1-4/+6
2011-05-29pnfs: encode_layoutcommitBenny Halevy1-3/+13
2011-05-29pnfs: encode_layoutreturnAndy Adamson1-2/+7
2011-05-29pnfs: layoutreturnBenny Halevy1-6/+105
2011-04-27NFS: Return meaningful status from decode_secinfo()Bryan Schumaker1-4/+7
2011-04-27NFSv4: Ensure we request the ordinary fileid when doing readdirplusTrond Myklebust1-17/+14
2011-04-13NFS: Use correct variable for page bounds checkingBryan Schumaker1-4/+7
2011-03-24Merge branch 'nfs-for-2.6.39' into nfs-for-nextTrond Myklebust1-13/+154
2011-03-24Cleanup XDR parsing for LAYOUTGET, GETDEVICEINFOWeston Andros Adamson1-10/+20
2011-03-24NFS: use secinfo when crossing mountpointsBryan Schumaker1-5/+6
2011-03-24NFS: Add secinfo procedureBryan Schumaker1-0/+135
2011-03-23NFSv4.1: layoutcommitAndy Adamson1-0/+129