| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-15 | 1 | -1/+1 |
* | NFSv4.1: pnfs: add LAYOUTGET and GETDEVICEINFO infrastructure | Andy Adamson | 2010-10-24 | 1 | -0/+302 |
* | NFS: ask for layouttypes during v4 fsinfo call | Andy Adamson | 2010-10-24 | 1 | -0/+58 |
* | nfs: fix unchecked value | Roman Borisov | 2010-10-24 | 1 | -1/+4 |
* | Ask for time_delta during fsinfo probe | Ricardo Labiaga | 2010-10-24 | 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-07 | 1 | -2/+2 |
* | NFSv4.1: keep seq_res.sr_slot as pointer rather than an index | Benny Halevy | 2010-09-24 | 1 | -4/+2 |
* | SUNRPC: Refactor logic to NUL-terminate strings in pages | Chuck Lever | 2010-09-21 | 1 | -4/+1 |
* | nfs: standardize the rename response container | Jeff Layton | 2010-09-17 | 1 | -1/+1 |
* | nfs: standardize the rename args container | Jeff Layton | 2010-09-17 | 1 | -1/+1 |
* | SUNRPC: Move the bound cred to struct rpc_rqst | Trond Myklebust | 2010-08-04 | 1 | -1/+1 |
* | NFSv4: Ensure the lockowners are labelled using the fl_owner and/or fl_pid | Trond Myklebust | 2010-07-30 | 1 | -1/+1 |
* | NFSv4: Add support for the RELEASE_LOCKOWNER operation | Trond Myklebust | 2010-07-30 | 1 | -0/+55 |
* | NFSv4: Clean up for lockowner XDR encoding | Trond Myklebust | 2010-07-30 | 1 | -12/+20 |
* | NFSv4: Ensure that we track the NFSv4 lock state in read/write requests. | Trond Myklebust | 2010-07-30 | 1 | -4/+4 |
* | NFSv41: Deprecate nfs_client->cl_minorversion | Trond Myklebust | 2010-06-22 | 1 | -5/+5 |
* | NFSv4: Fix an embarassing typo in encode_attrs() | Trond Myklebust | 2010-06-22 | 1 | -2/+2 |
* | NFSv4: Clean up the NFSv4 setclientid operation | Trond Myklebust | 2010-05-14 | 1 | -10/+10 |
* | NFS: Reduce stack footprint of nfs_proc_remove() | Trond Myklebust | 2010-05-14 | 1 | -1/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+0 |
* | NFS: don't try to decode GETATTR if DELEGRETURN returned error | Jeff Layton | 2010-03-22 | 1 | -0/+2 |
* | Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34 | Trond Myklebust | 2010-03-05 | 1 | -3/+3 |
|\ |
|
| * | NFS: Fix the mapping of the NFSERR_SERVERFAULT error | Trond Myklebust | 2010-02-09 | 1 | -3/+3 |
* | | nfs41: Adjust max cache response size value | Mike Sager | 2010-02-10 | 1 | -1/+9 |
|/ |
|
* | nfs41: RECLAIM_COMPLETE XDR functionality | Ricardo Labiaga | 2009-12-05 | 1 | -0/+66 |
* | Cleanup some NFSv4 XDR decode comments | Ricardo Labiaga | 2009-12-05 | 1 | -13/+13 |
* | nfs41: check SEQUENCE status flag | Alexandros Batsakis | 2009-12-05 | 1 | -2/+2 |
* | nfs41: V2 adjust max_rqst_sz, max_resp_sz w.r.t to rsize, wsize | Alexandros Batsakis | 2009-12-05 | 1 | -0/+14 |