summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4xdr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* NFSv4: Clean up nfs4_decode_direntTrond Myklebust2010-10-241-25/+13Star
* 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/+6Star
* NFS: Readdir plus in v4Bryan Schumaker2010-10-231-28/+27Star
* NFS: introduce generic decode_getattr functionBryan Schumaker2010-10-231-19/+98
* NFS: remove page size checking codeBryan Schumaker2010-10-231-67/+1Star
* NFS: decode_dirent should use an xdr_streamBryan Schumaker2010-10-231-17/+54
* NFS: new idmapperBryan Schumaker2010-10-081-2/+2
* NFSv4.1: keep seq_res.sr_slot as pointer rather than an indexBenny Halevy2010-09-241-4/+2Star
* SUNRPC: Refactor logic to NUL-terminate strings in pagesChuck Lever2010-09-211-4/+1Star
* nfs: standardize the rename response containerJeff Layton2010-09-171-1/+1
* nfs: standardize the rename args containerJeff Layton2010-09-171-1/+1
* SUNRPC: Move the bound cred to struct rpc_rqstTrond Myklebust2010-08-041-1/+1
* NFSv4: Ensure the lockowners are labelled using the fl_owner and/or fl_pidTrond Myklebust2010-07-301-1/+1
* NFSv4: Add support for the RELEASE_LOCKOWNER operationTrond Myklebust2010-07-301-0/+55