aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4xdr.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-25NFSv4: The stateid must remain the same for replayed RPC callsGravatar Trond Myklebust 1-26/+2
2013-02-13nfs: Convert nfs4xdr to use kuids and kgidsGravatar Eric W. Biederman 1-8/+8
2012-12-11Merge branch 'bugfixes' into nfs-for-nextGravatar Trond Myklebust 1-3/+5
2012-12-06NFSv4.1: Move slot table and session struct definitions to nfs4session.hGravatar Trond Myklebust 1-0/+1
2012-12-06NFSv4.1: Reset the sequence number for slots that have been deallocatedGravatar Trond Myklebust 1-2/+2
2012-12-06NFSv4.1: Ensure that the client tracks the server target_highest_slotidGravatar Trond Myklebust 1-2/+2
2012-11-26NFSv4.1: Simplify struct nfs4_sequence_args tooGravatar Trond Myklebust 1-11/+10
2012-11-26NFSv4.1: Label each entry in the session slot tables with its slot numberGravatar Trond Myklebust 1-1/+1
2012-11-26NFSv4.1: Shrink struct nfs4_sequence_res by moving the session pointerGravatar Trond Myklebust 1-3/+5
2012-11-21NFS: Reduce stack use in encode_exchange_id()Gravatar Jim Rees 1-3/+5
2012-11-04NFS: Remove asserts from the NFS XDR codeGravatar Trond Myklebust 1-4/+2
2012-10-02NFSv4 reduce attribute requests for open reclaimGravatar Andy Adamson 1-1/+1
2012-10-02NFSv4: don't put ACCESS in OPEN compound if O_EXCLGravatar Weston Andros Adamson 1-4/+8
2012-10-01NFSv4: Add ACCESS operation to OPEN compoundGravatar Weston Andros Adamson 1-4/+12
2012-09-28NFS: Clean up helper function nfs4_select_rw_stateid()Gravatar Trond Myklebust 1-1/+5
2012-09-26NFSv4.1: decode_getdeviceinfo should check xdr_read_pages() return valueGravatar Trond Myklebust 1-1/+2
2012-09-06NFS: return error from decode_getfh in decode openGravatar Weston Andros Adamson 1-1/+2
2012-09-06NFSv4: Fix buffer overflow checking in __nfs4_get_acl_uncachedGravatar Trond Myklebust 1-9/+5
2012-08-16NFSv4: Don't use private xdr_stream fields in decode_getaclGravatar Trond Myklebust 1-5/+6
2012-08-16NFSv4: Fix pointer arithmetic in decode_getaclGravatar Trond Myklebust 1-14/+7
2012-07-30NFS: Keep module parameters in the generic NFS clientGravatar Bryan Schumaker 1-6/+0
2012-07-30nfs: fix fl_type tests in NFSv4 codeGravatar Jeff Layton 1-1/+1
2012-06-28NFS: Cleanup - only store the write verifier in struct nfs_pageGravatar Trond Myklebust 1-4/+8
2012-06-28NFSv4: Decode getdevicelist should use nfs4_verifierGravatar Trond Myklebust 1-2/+2
2012-06-28NFSv4: Simplify the GETATTR attribute length calculationGravatar Trond Myklebust 1-12/+15
2012-06-28NFS: Let xdr_read_pages() check for buffer overflowsGravatar Trond Myklebust 1-33/+6
2012-06-05NFSv4: Fix up decode_attr_mdsthresholdGravatar Trond Myklebust 1-1/+2
2012-06-05NFSv4: Fix an Oops in the open recovery codeGravatar Trond Myklebust 1-4/+8
2012-05-26NFSv4.1: Don't clobber the seqid if exchange_id returns a confirmed clientidGravatar Trond Myklebust 1-4/+3
2012-05-26NFSv4.1: Add DESTROY_CLIENTIDGravatar Trond Myklebust 1-0/+52
2012-05-25NFSv4.1: Move NFSPROC4_CLNT_BIND_CONN_TO_SESSION to the end of the operationsGravatar Trond Myklebust 1-2/+2
2012-05-24nfs4.1: add BIND_CONN_TO_SESSION operationGravatar Weston Andros Adamson 1-0/+95
2012-05-24NFSv4.1 mdsthreshold attribute xdrGravatar Andy Adamson 1-2/+123
2012-05-22NFS: EXCHANGE_ID should save the server major and minor IDGravatar Chuck Lever 1-5/+8
2012-05-22NFS: Always use the same SETCLIENTID boot verifierGravatar Chuck Lever 1-1/+4
2012-05-01NFSv4: COMMIT does not need post-op attributesGravatar Trond Myklebust 1-10/+2
2012-05-01NFSv4: Simplify the NFSv4 REMOVE, LINK and RENAME compoundsGravatar Trond Myklebust 1-33/+4
2012-05-01NFSv4: Simplify the NFSv4 CREATE compoundGravatar Trond Myklebust 1-18/+1
2012-05-01NFSv4: Simplify the NFSv4 OPEN compoundGravatar Trond Myklebust 1-17/+1
2012-05-01NFSv4: Retrieve attributes _before_ calling delegreturnGravatar Trond Myklebust 1-3/+3
2012-05-01NFSv4: Fix a typo in NFS4_enc_link_szGravatar Trond Myklebust 1-2/+2
2012-04-27NFS: add a struct nfs_commit_data to replace nfs_write_data in commitsGravatar Fred Isaman 1-4/+4
2012-04-27NFS: Do secinfo as part of lookupGravatar Bryan Schumaker 1-2/+0
2012-04-27NFS: Fix SECINFO_NO_NAMEGravatar Bryan Schumaker 1-5/+19
2012-04-27Avoid beyond bounds copy while caching ACLGravatar Sachin Prabhu 1-1/+1
2012-04-27Avoid reading past buffer when calling GETACLGravatar Sachin Prabhu 1-7/+11
2012-04-20NFSv4: Ensure we do not reuse open owner namesGravatar Trond Myklebust 1-4/+5
2012-03-14NFS: Fix a compile error when !defined NFS_DEBUGGravatar Trond Myklebust 1-1/+1
2012-03-08NFSv4: Clean up nfs4_select_rw_stateid()Gravatar Trond Myklebust 1-4/+9
2012-03-06NFSv4: Add a helper encode_uint64Gravatar Trond Myklebust 1-10/+11