aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4xdr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-17nfs41: use nfs4_getaclresBenny Halevy1-2/+3
2009-06-17nfs41: use nfs4_pathconf_resBenny Halevy1-2/+3
2009-06-17nfs41: use nfs4_fsinfo_resBenny Halevy1-2/+3
2009-06-17nfs41: use nfs4_statfs_resBenny Halevy1-2/+3
2009-06-17nfs41: use nfs4_readlink_resBenny Halevy1-1/+2
2009-06-17nfs41: use nfs4_server_caps_argBenny Halevy1-2/+3
2009-03-11NFSv4: Make decode_getfattr() set fattr->valid to reflect what was decodedTrond Myklebust1-19/+73
2009-03-11NFSv4: Clean up decode_getfattr()Trond Myklebust1-21/+57
2009-03-11NFS: Fix the type of struct nfs_fattr->modeTrond Myklebust1-21/+19
2009-03-11NFS: Shrink the struct nfs_fattrTrond Myklebust1-3/+0
2009-03-11NFSv4: Support NFSv4 optional attributes in the struct nfs_fattrTrond Myklebust1-3/+3
2009-03-11NFSv4: Ignore errors on the post-op attributes in SETATTR callsTrond Myklebust1-3/+1
2008-12-23NFS: remove unused status from encode routinesAndy Adamson1-398/+180
2008-12-23NFS: increment number of operations in each encode routineAndy Adamson1-170/+247
2008-12-23NFS: fix comment placement in nfs4xdr.cBenny Halevy1-4/+4
2008-12-23NFS: fix tabs in nfs4xdr.cAndy Adamson1-245/+245
2008-12-23NFS: remove white space from nfs4xdr.cAndy Adamson1-33/+29
2008-12-23nfs: remove incorrect usage of nfs4 compound response hdr.statusBenny Halevy1-6/+0
2008-12-23nfs: return compound hdr.status when there are no op repliesBenny Halevy1-0/+2
2008-12-23NFSv4: Convert the open and close ops to use fmodeTrond Myklebust1-5/+5
2008-12-23NFSv4: Convert delegation->type field to fmode_tTrond Myklebust1-2/+2
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-50/+50
2008-04-19nfs: fix printout of multiword bitfieldsFred Isaman1-5/+5
2008-04-19nfs: return negative error value from nfs{,4}_stat_to_errnoBenny Halevy1-40/+40
2008-04-19NFSv4: Only increment the sequence id if the server saw itTrond Myklebust1-1/+17
2008-03-19NFS: clean up short packet handling for NFSv4 readdirJeff Layton1-10/+27
2008-03-14NFS: fix encode_fsinfo_maxszFred Isaman1-1/+1
2008-01-30NFS: Ensure NFSv4 SETCLIENTID send buffer is large enoughChuck Lever1-4/+6
2008-01-30NFS: Change sign of some loop indices in nfs4xdr.cChuck Lever1-8/+8
2008-01-30NFS: Use unsigned intermediates for manipulating header lengths (NFSv4 XDR)Chuck Lever1-5/+9
2007-10-09NFSv4: Make NFSv4 ACCESS calls return attributes too...Trond Myklebust1-7/+20
2007-10-09SUNRPC: mark bulk read/write data in xdrbuf\"Talpey, Thomas\1-0/+2
2007-10-09NFS: Convert printk's to dprintk's in fs/nfs/nfs?xdr.cChuck Lever1-22/+21
2007-07-19NFS: Introduce struct nfs_removeargs+nfs_removeresTrond Myklebust1-4/+4
2007-07-19NFSv4: Fix the nfsv4 readlink reply buffer alignmentTrond Myklebust1-10/+11
2007-07-19NFSv4: Fix the readdir reply buffer alignmentTrond Myklebust1-13/+14