aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4xdr.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-8/+26
* NFS: return error from decode_getfh in decode openWeston Andros Adamson2012-10-021-1/+2
* pnfs: use lwb as layoutcommit lengthPeng Tao2011-08-041-1/+1
* NFSv4.1: update nfs4_fattr_bitmap_maxszAndy Adamson2011-07-111-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/+14
* 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/+0
* NFSv4: cleanup idmapper functions to take an nfs_server argumentTrond Myklebust2011-03-111-10/+8
* 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/+0
* 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/+0
|\
| * NFS: Don't use vm_map_ram() in readdirTrond Myklebust2011-01-101-6/+0
* | NFSv4: Ensure continued open and lockowner name uniquenessTrond Myklebust2011-01-061-6/+8
* | pnfs: serialize LAYOUTGET(openstateid)Fred Isaman2011-01-061-4/+1
* | pnfs: change layout state seqlock to a spinlockFred Isaman2011-01-061-1/+1
* | SUNRPC: New xdr_streams XDR decoder APIChuck Lever2010-12-161-316/+303
* | SUNRPC: New xdr_streams XDR encoder APIChuck Lever2010-12-161-372/+291
* | 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-151-1/+1
* NFSv4.1: pnfs: add LAYOUTGET and GETDEVICEINFO infrastructureAndy Adamson2010-10-241-0/+302
* NFS: ask for layouttypes during v4 fsinfo callAndy Adamson2010-10-241-0/+58
* nfs: fix unchecked valueRoman Borisov2010-10-241-1/+4
* Ask for time_delta during fsinfo probeRicardo Labiaga2010-10-241-0/+21
* NFSv4: Fix up the 'dircount' hint in encode_readdirTrond Myklebust2010-10-241-9/+8
* NFSv4: Clean up nfs4_decode_direntTrond Myklebust2010-10-241-25/+13
* NFSv4: nfs4_decode_dirent must clear entry->fattr->validTrond Myklebust2010-10-241-0/+1
* NFSv4: Fix a regression in decode_getfattrTrond Myklebust2010-10-231-1/+1
* NFSv4: Fix up decode_attr_filehandle() to handle the case of empty fh pointerTrond Myklebust2010-10-231-8/+6
* NFS: Readdir plus in v4Bryan Schumaker2010-10-231-28/+27