aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4xdr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-13nfs: Convert nfs4xdr to use kuids and kgidsEric W. Biederman1-8/+8
2012-12-11Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust1-3/+5
2012-12-06NFSv4.1: Move slot table and session struct definitions to nfs4session.hTrond Myklebust1-0/+1
2012-12-06NFSv4.1: Reset the sequence number for slots that have been deallocatedTrond Myklebust1-2/+2
2012-12-06NFSv4.1: Ensure that the client tracks the server target_highest_slotidTrond Myklebust1-2/+2
2012-11-26NFSv4.1: Simplify struct nfs4_sequence_args tooTrond Myklebust1-11/+10
2012-11-26NFSv4.1: Label each entry in the session slot tables with its slot numberTrond Myklebust1-1/+1
2012-11-26NFSv4.1: Shrink struct nfs4_sequence_res by moving the session pointerTrond Myklebust1-3/+5
2012-11-21NFS: Reduce stack use in encode_exchange_id()Jim Rees1-3/+5
2012-11-04NFS: Remove asserts from the NFS XDR codeTrond Myklebust1-4/+2
2012-10-02NFSv4 reduce attribute requests for open reclaimAndy Adamson1-1/+1
2012-10-02NFSv4: don't put ACCESS in OPEN compound if O_EXCLWeston Andros Adamson1-4/+8
2012-10-01NFSv4: Add ACCESS operation to OPEN compoundWeston Andros Adamson1-4/+12
2012-09-28NFS: Clean up helper function nfs4_select_rw_stateid()Trond Myklebust1-1/+5
2012-09-26NFSv4.1: decode_getdeviceinfo should check xdr_read_pages() return valueTrond Myklebust1-1/+2
2012-09-06NFS: return error from decode_getfh in decode openWeston Andros Adamson1-1/+2
2012-09-06NFSv4: Fix buffer overflow checking in __nfs4_get_acl_uncachedTrond Myklebust1-9/+5
2012-08-16NFSv4: Don't use private xdr_stream fields in decode_getaclTrond Myklebust1-5/+6
2012-08-16NFSv4: Fix pointer arithmetic in decode_getaclTrond Myklebust1-14/+7
2012-07-30NFS: Keep module parameters in the generic NFS clientBryan Schumaker1-6/+0
2012-07-30nfs: fix fl_type tests in NFSv4 codeJeff Layton1-1/+1
2012-06-28NFS: Cleanup - only store the write verifier in struct nfs_pageTrond Myklebust1-4/+8
2012-06-28NFSv4: Decode getdevicelist should use nfs4_verifierTrond Myklebust1-2/+2
2012-06-28NFSv4: Simplify the GETATTR attribute length calculationTrond Myklebust1-12/+15
2012-06-28NFS: Let xdr_read_pages() check for buffer overflowsTrond Myklebust1-33/+6
2012-06-05NFSv4: Fix up decode_attr_mdsthresholdTrond Myklebust1-1/+2
2012-06-05NFSv4: Fix an Oops in the open recovery codeTrond Myklebust1-4/+8
2012-05-26NFSv4.1: Don't clobber the seqid if exchange_id returns a confirmed clientidTrond Myklebust1-4/+3
2012-05-26NFSv4.1: Add DESTROY_CLIENTIDTrond Myklebust1-0/+52
2012-05-25NFSv4.1: Move NFSPROC4_CLNT_BIND_CONN_TO_SESSION to the end of the operationsTrond Myklebust1-2/+2
2012-05-24nfs4.1: add BIND_CONN_TO_SESSION operationWeston Andros Adamson1-0/+95
2012-05-24NFSv4.1 mdsthreshold attribute xdrAndy Adamson1-2/+123
2012-05-22NFS: EXCHANGE_ID should save the server major and minor IDChuck Lever1-5/+8
2012-05-22NFS: Always use the same SETCLIENTID boot verifierChuck Lever1-1/+4
2012-05-01NFSv4: COMMIT does not need post-op attributesTrond Myklebust1-10/+2
2012-05-01NFSv4: Simplify the NFSv4 REMOVE, LINK and RENAME compoundsTrond Myklebust1-33/+4
2012-05-01NFSv4: Simplify the NFSv4 CREATE compoundTrond Myklebust1-18/+1
2012-05-01NFSv4: Simplify the NFSv4 OPEN compoundTrond Myklebust1-17/+1
2012-05-01NFSv4: Retrieve attributes _before_ calling delegreturnTrond Myklebust1-3/+3
2012-05-01NFSv4: Fix a typo in NFS4_enc_link_szTrond Myklebust1-2/+2
2012-04-27NFS: add a struct nfs_commit_data to replace nfs_write_data in commitsFred Isaman1-4/+4
2012-04-27NFS: Do secinfo as part of lookupBryan Schumaker1-2/+0
2012-04-27NFS: Fix SECINFO_NO_NAMEBryan Schumaker1-5/+19
2012-04-27Avoid beyond bounds copy while caching ACLSachin Prabhu1-1/+1
2012-04-27Avoid reading past buffer when calling GETACLSachin Prabhu1-7/+11
2012-04-20NFSv4: Ensure we do not reuse open owner namesTrond Myklebust1-4/+5
2012-03-14NFS: Fix a compile error when !defined NFS_DEBUGTrond Myklebust1-1/+1
2012-03-08NFSv4: Clean up nfs4_select_rw_stateid()Trond Myklebust1-4/+9
2012-03-06NFSv4: Add a helper encode_uint64Trond Myklebust1-10/+11
2012-03-06NFSv4: More xdr cleanupsTrond Myklebust1-114/+50