| Commit message (Expand) | Author | Age | Files | Lines |
* | NFS: Fix decode_secinfo_maxsz | Bryan Schumaker | 2011-06-21 | 1 | -1/+1 |
* | NFSv4: Fix a readdir regression | Trond Myklebust | 2011-06-16 | 1 | -7/+7 |
* | NFSv4.1: deprecate headerpadsz in CREATE_SESSION | Benny Halevy | 2011-06-15 | 1 | -4/+6 |
* | pnfs: encode_layoutcommit | Benny Halevy | 2011-05-29 | 1 | -3/+13 |
* | pnfs: encode_layoutreturn | Andy Adamson | 2011-05-29 | 1 | -2/+7 |
* | pnfs: layoutreturn | Benny Halevy | 2011-05-29 | 1 | -6/+105 |
* | NFS: Return meaningful status from decode_secinfo() | Bryan Schumaker | 2011-04-27 | 1 | -4/+7 |
* | NFSv4: Ensure we request the ordinary fileid when doing readdirplus | Trond Myklebust | 2011-04-27 | 1 | -17/+14 |
* | NFS: Use correct variable for page bounds checking | Bryan Schumaker | 2011-04-13 | 1 | -4/+7 |
* | Merge branch 'nfs-for-2.6.39' into nfs-for-next | Trond Myklebust | 2011-03-24 | 1 | -13/+154 |
|\ |
|
| * | Cleanup XDR parsing for LAYOUTGET, GETDEVICEINFO | Weston Andros Adamson | 2011-03-24 | 1 | -10/+20 |
| * | NFSv4.1: layoutcommit | Andy Adamson | 2011-03-23 | 1 | -0/+129 |
| * | NFSv4.1: remove GETATTR from ds commits | Fred Isaman | 2011-03-23 | 1 | -3/+5 |
* | | NFS: use secinfo when crossing mountpoints | Bryan Schumaker | 2011-03-24 | 1 | -5/+6 |
* | | NFS: Add secinfo procedure | Bryan Schumaker | 2011-03-24 | 1 | -0/+135 |
|/ |
|
* | NFSv4: Propagate the error NFS4ERR_BADOWNER to nfs4_do_setattr | Trond Myklebust | 2011-03-11 | 1 | -2/+0 |
* | NFSv4: cleanup idmapper functions to take an nfs_server argument | Trond Myklebust | 2011-03-11 | 1 | -10/+8 |
* | NFSv4.1: remove GETATTR from ds writes | Fred Isaman | 2011-03-11 | 1 | -3/+5 |
* | NFSv4.1: send zero stateid seqid on v4.1 i/o | Andy Adamson | 2011-03-11 | 1 | -3/+7 |
* | NFSv4: remove duplicate clientid in struct nfs_client | Andy Adamson | 2011-03-10 | 1 | -2/+2 |
* | NFS: NFSv4 readdir loses entries | Chuck Lever | 2011-01-28 | 1 | -3/+0 |
* | NFS: Micro-optimize nfs4_decode_dirent() | Chuck Lever | 2011-01-28 | 1 | -3/+3 |
* | Merge branch 'bugfixes' into nfs-for-2.6.38 | Trond Myklebust | 2011-01-10 | 1 | -6/+0 |
|\ |
|
| * | NFS: Don't use vm_map_ram() in readdir | Trond Myklebust | 2011-01-10 | 1 | -6/+0 |
* | | NFSv4: Ensure continued open and lockowner name uniqueness | Trond Myklebust | 2011-01-06 | 1 | -6/+8 |
* | | pnfs: serialize LAYOUTGET(openstateid) | Fred Isaman | 2011-01-06 | 1 | -4/+1 |
* | | pnfs: change layout state seqlock to a spinlock | Fred Isaman | 2011-01-06 | 1 | -1/+1 |
* | | SUNRPC: New xdr_streams XDR decoder API | Chuck Lever | 2010-12-16 | 1 | -316/+303 |
* | | SUNRPC: New xdr_streams XDR encoder API | Chuck Lever | 2010-12-16 | 1 | -372/+291 |
* | | NFS: Squelch compiler warning in decode_getdeviceinfo() | Chuck Lever | 2010-12-16 | 1 | -1/+1 |
* | | NFS: Simplify ->decode_dirent() calling sequence | Chuck Lever | 2010-12-16 | 1 | -7/+22 |
* | | NFS: Fix hdrlen calculation in NFSv4's decode_read() | Chuck Lever | 2010-12-16 | 1 | -1/+1 |
* | | NFS: Repair whitespace damage in NFS PROC macro | Chuck Lever | 2010-12-16 | 1 | -45/+45 |
|/ |
|
* | NFS: Ensure we return the dirent->d_type when it is known | Trond Myklebust | 2010-11-22 | 1 | -0/+4 |
* | NFS: Buffer overflow in ->decode_dirent() should not be fatal | Trond Myklebust | 2010-11-22 | 1 | -1/+1 |
* | NFS: readdir shouldn't read beyond the reply returned by the server | Trond Myklebust | 2010-11-16 | 1 | -1/+1 |
* | NFSv4.1: pnfs: add LAYOUTGET and GETDEVICEINFO infrastructure | Andy Adamson | 2010-10-25 | 1 | -0/+302 |
* | NFS: ask for layouttypes during v4 fsinfo call | Andy Adamson | 2010-10-25 | 1 | -0/+58 |
* | nfs: fix unchecked value | Roman Borisov | 2010-10-25 | 1 | -1/+4 |
* | Ask for time_delta during fsinfo probe | Ricardo Labiaga | 2010-10-25 | 1 | -0/+21 |
* | NFSv4: Fix up the 'dircount' hint in encode_readdir | Trond Myklebust | 2010-10-24 | 1 | -9/+8 |
* | NFSv4: Clean up nfs4_decode_dirent | Trond Myklebust | 2010-10-24 | 1 | -25/+13 |
* | NFSv4: nfs4_decode_dirent must clear entry->fattr->valid | Trond Myklebust | 2010-10-24 | 1 | -0/+1 |
* | NFSv4: Fix a regression in decode_getfattr | Trond Myklebust | 2010-10-23 | 1 | -1/+1 |
* | NFSv4: Fix up decode_attr_filehandle() to handle the case of empty fh pointer | Trond Myklebust | 2010-10-23 | 1 | -8/+6 |
* | NFS: Readdir plus in v4 | Bryan Schumaker | 2010-10-23 | 1 | -28/+27 |
* | NFS: introduce generic decode_getattr function | Bryan Schumaker | 2010-10-23 | 1 | -19/+98 |
* | NFS: remove page size checking code | Bryan Schumaker | 2010-10-23 | 1 | -67/+1 |
* | NFS: decode_dirent should use an xdr_stream | Bryan Schumaker | 2010-10-23 | 1 | -17/+54 |
* | NFS: new idmapper | Bryan Schumaker | 2010-10-08 | 1 | -2/+2 |