aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4xdr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-14NFSv4: Clean up the NFSv4 setclientid operationTrond Myklebust1-10/+10
2010-05-14NFS: Reduce stack footprint of nfs_proc_remove()Trond Myklebust1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-22NFS: don't try to decode GETATTR if DELEGRETURN returned errorJeff Layton1-0/+2
2010-03-05Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34Trond Myklebust1-3/+3
2010-02-10nfs41: Adjust max cache response size valueMike Sager1-1/+9
2010-02-09NFS: Fix the mapping of the NFSERR_SERVERFAULT errorTrond Myklebust1-3/+3
2009-12-05nfs41: RECLAIM_COMPLETE XDR functionalityRicardo Labiaga1-0/+66
2009-12-05Cleanup some NFSv4 XDR decode commentsRicardo Labiaga1-13/+13
2009-12-05nfs41: check SEQUENCE status flagAlexandros Batsakis1-2/+2
2009-12-05nfs41: V2 adjust max_rqst_sz, max_resp_sz w.r.t to rsize, wsizeAlexandros Batsakis1-0/+14
2009-12-05nfs41: add support for the exclusive create flagsAlexandros Batsakis1-3/+20
2009-12-03Re: acl trouble after upgrading ubuntuJ. Bruce Fields1-1/+1
2009-10-23NFSv4: Fix a bug when the server returns NFS4ERR_RESOURCETrond Myklebust1-1/+0
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-08-19Merge branch 'nfsv4_xdr_cleanups-for-2.6.32' into nfs-for-2.6.32Trond Myklebust1-564/+810
2009-08-14nfs: nfs4xdr: optimize low level decodingBenny Halevy1-59/+59
2009-08-14nfs: nfs4xdr: get rid of READ_BUFBenny Halevy1-96/+379
2009-08-14nfs: nfs4xdr: simplify decode_exchange_id by reusing decode_opaque_inlineBenny Halevy1-9/+10
2009-08-14nfs: nfs4xdr: get rid of COPYMEMBenny Halevy1-8/+3
2009-08-14nfs: nfs4xdr: introduce decode_sessionid helperBenny Halevy1-10/+15
2009-08-14nfs: nfs4xdr: introduce decode_verifier helperBenny Halevy1-10/+12
2009-08-14nfs: nfs4xdr: introduce decode_opaque_fixed and decode_stateid helpersBenny Halevy1-31/+40
2009-08-14nfs: nfs4xdr: introduce print_overflow_msgBenny Halevy1-4/+8
2009-08-14nfs: nfs4xdr: get rid of READTIMEBenny Halevy1-5/+0
2009-08-14nfs: nfs4xdr: get rid of READ64Benny Halevy1-29/+25
2009-08-14nfs: nfs4xdr: get rid of READ32Benny Halevy1-73/+72
2009-08-14nfs: nfs4xdr: merge xdr_encode_int+xdr_encode_opaque_fixed into xdr_encode_opaqueBenny Halevy1-28/+14
2009-08-14nfs: nfs4xdr: optimize low level encodingBenny Halevy1-64/+64
2009-08-14nfs: nfs4xdr: change RESERVE_SPACE macro into a static helperBenny Halevy1-73/+65
2009-08-14nfs: nfs4xdr: encode_compound_hdr does not have to round up reserved bytesBenny Halevy1-1/+1
2009-08-14nfs: nfs4xdr: optimize RESERVE_SPACE in encode_create_session and encode_sequenceBenny Halevy1-17/+5
2009-08-14nfs: nfs4xdr: get rid of WRITEMEMBenny Halevy1-36/+32
2009-08-14nfs: nfs4xdr: get rid of WRITE64Benny Halevy1-24/+20
2009-08-14nfs: nfs4xdr: get rid of WRITE32Benny Halevy1-146/+145
2009-08-09NFSv4: Don't do idmapper upcalls for asynchronous RPC callsTrond Myklebust1-28/+58
2009-06-17nfs41: sequence operationAndy Adamson1-5/+122
2009-06-17nfs41: destroy_session operationAndy Adamson1-0/+59
2009-06-17nfs41: create_session operationAndy Adamson1-0/+185
2009-06-17nfs41: get_lease_timeAndy Adamson1-0/+51
2009-06-17nfs41: exchange_id operationBenny Halevy1-0/+139
2009-06-17nfs41: xdr {encode,decode}_sequenceAndy Adamson1-10/+232
2009-06-17nfs41: encode minorversion in compound headerBenny Halevy1-30/+40
2009-06-17NFS: use dynamically computed compound_hdr.replen for xdr_inline_pages offsetBenny Halevy1-38/+10
2009-06-17NFS: update hdr->replen for every encode opBenny Halevy1-0/+31
2009-06-17NFS: define and initialize compound_hdr.replenBenny Halevy1-34/+43
2009-06-17NFS: use decode_change_info_maxsz for xdr maxsz calculationsBenny Halevy1-3/+7
2009-06-17nfs41: use nfs4_fs_locations_resBenny Halevy1-2/+4
2009-06-17nfs41: use nfs4_setaclresBenny Halevy1-1/+2
2009-06-17NFS: get rid of unused xdr decode_setattr(, res) argumentBenny Halevy1-3/+3