summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4xdr.c
Commit message (Expand)AuthorAgeFilesLines
* pnfs: cleanup_layoutcommitAndy Adamson2011-07-311-0/+1
* pnfs: ask for layout_blksize and save it in nfs_serverFred Isaman2011-07-311-17/+82
* pnfs: GETDEVICELISTAndy Adamson2011-07-311-0/+131
* pnfs: use lwb as layoutcommit lengthPeng Tao2011-07-311-1/+1
* NFS: added FREE_STATEID callBryan Schumaker2011-07-121-0/+80
* NFS: Added TEST_STATEID callBryan Schumaker2011-07-121-0/+91
* NFS: Add SECINFO_NO_NAME procedureBryan Schumaker2011-07-121-0/+68
* NFS: use scope from exchange_id to skip reclaimWeston Andros Adamson2011-07-121-1/+7
* NFSv4.1: update nfs4_fattr_bitmap_maxszAndy Adamson2011-07-121-1/+1
* NFS: Fix decode_secinfo_maxszBryan Schumaker2011-06-211-1/+1
* NFSv4: Fix a readdir regressionTrond Myklebust2011-06-161-7/+7
* NFSv4.1: deprecate headerpadsz in CREATE_SESSIONBenny Halevy2011-06-151-4/+6
* pnfs: encode_layoutcommitBenny Halevy2011-05-291-3/+13
* pnfs: encode_layoutreturnAndy Adamson2011-05-291-2/+7
* pnfs: layoutreturnBenny Halevy2011-05-291-6/+105
* NFS: Return meaningful status from decode_secinfo()Bryan Schumaker2011-04-271-4/+7
* NFSv4: Ensure we request the ordinary fileid when doing readdirplusTrond Myklebust2011-04-271-17/+14Star
* NFS: Use correct variable for page bounds checkingBryan Schumaker2011-04-131-4/+7
* Merge branch 'nfs-for-2.6.39' into nfs-for-nextTrond Myklebust2011-03-241-13/+154
|\
| * Cleanup XDR parsing for LAYOUTGET, GETDEVICEINFOWeston Andros Adamson2011-03-241-10/+20
| * NFSv4.1: layoutcommitAndy Adamson2011-03-231-0/+129
| * NFSv4.1: remove GETATTR from ds commitsFred Isaman2011-03-231-3/+5
* | NFS: use secinfo when crossing mountpointsBryan Schumaker2011-03-241-5/+6
* | NFS: Add secinfo procedureBryan Schumaker2011-03-241-0/+135
|/
* NFSv4: Propagate the error NFS4ERR_BADOWNER to nfs4_do_setattrTrond Myklebust2011-03-111-2/+0Star
* NFSv4: cleanup idmapper functions to take an nfs_server argumentTrond Myklebust2011-03-111-10/+8Star
* NFSv4.1: remove GETATTR from ds writesFred Isaman2011-03-111-3/+5
* NFSv4.1: send zero stateid seqid on v4.1 i/oAndy Adamson2011-03-111-3/+7
* NFSv4: remove duplicate clientid in struct nfs_clientAndy Adamson2011-03-101-2/+2
* NFS: NFSv4 readdir loses entriesChuck Lever2011-01-281-3/+0Star
* NFS: Micro-optimize nfs4_decode_dirent()Chuck Lever2011-01-281-3/+3
* Merge branch 'bugfixes' into nfs-for-2.6.38Trond Myklebust2011-01-101-6/+0Star
|\
| * NFS: Don't use vm_map_ram() in readdirTrond Myklebust2011-01-101-6/+0Star
* | NFSv4: Ensure continued open and lockowner name uniquenessTrond Myklebust2011-01-061-6/+8
* | pnfs: serialize LAYOUTGET(openstateid)Fred Isaman2011-01-061-4/+1Star
* | pnfs: change layout state seqlock to a spinlockFred Isaman2011-01-061-1/+1
* | SUNRPC: New xdr_streams XDR decoder APIChuck Lever2010-12-161-316/+303Star
* | SUNRPC: New xdr_streams XDR encoder APIChuck Lever2010-12-161-372/+291Star
* | NFS: Squelch compiler warning in decode_getdeviceinfo()Chuck Lever2010-12-161-1/+1
* | NFS: Simplify ->decode_dirent() calling sequenceChuck Lever2010-12-161-7/+22
* | NFS: Fix hdrlen calculation in NFSv4's decode_read()Chuck Lever2010-12-161-1/+1
* | NFS: Repair whitespace damage in NFS PROC macroChuck Lever2010-12-161-45/+45
|/
* NFS: Ensure we return the dirent->d_type when it is knownTrond Myklebust2010-11-221-0/+4
* NFS: Buffer overflow in ->decode_dirent() should not be fatalTrond Myklebust2010-11-221-1/+1
* NFS: readdir shouldn't read beyond the reply returned by the serverTrond Myklebust2010-11-161-1/+1
* NFSv4.1: pnfs: add LAYOUTGET and GETDEVICEINFO infrastructureAndy Adamson2010-10-251-0/+302
* NFS: ask for layouttypes during v4 fsinfo callAndy Adamson2010-10-251-0/+58
* nfs: fix unchecked valueRoman Borisov2010-10-251-1/+4
* Ask for time_delta during fsinfo probeRicardo Labiaga2010-10-251-0/+21
* NFSv4: Fix up the 'dircount' hint in encode_readdirTrond Myklebust2010-10-241-9/+8Star