| Commit message (Expand) | Author | Age | Files | Lines |
* | NFSv41: Resend on NFS4ERR_RETRY_UNCACHED_REP | Andy Adamson | 2011-05-11 | 1 | -0/+6 |
* | NFSv4: Ensure that clientid and session establishment can time out | Trond Myklebust | 2011-04-24 | 1 | -6/+7 |
* | NFSv4.1: Don't loop forever in nfs4_proc_create_session | Trond Myklebust | 2011-04-24 | 1 | -38/+7 |
* | NFSv4: Handle NFS4ERR_WRONGSEC outside of nfs4_handle_exception() | Bryan Schumaker | 2011-04-18 | 1 | -5/+23 |
* | NFSv4.1: Don't update sequence number if rpc_task is not sent | Bryan Schumaker | 2011-04-18 | 1 | -2/+2 |
* | NFS: don't negotiate when user specifies sec flavor | Bryan Schumaker | 2011-04-13 | 1 | -1/+2 |
* | NFS: Attempt mount with default sec flavor first | Bryan Schumaker | 2011-04-13 | 1 | -8/+16 |
* | NFS: flav_array honors NFS_MAX_SECFLAVORS | Bryan Schumaker | 2011-04-13 | 1 | -1/+1 |
* | NFS: Fix infinite loop in gss_create_upcall() | Bryan Schumaker | 2011-04-13 | 1 | -2/+3 |
* | NFS: Change initial mount authflavor only when server returns NFS4ERR_WRONGSEC | Bryan Schumaker | 2011-04-07 | 1 | -3/+1 |
* | Merge branch 'nfs-for-2.6.39' into nfs-for-next | Trond Myklebust | 2011-03-24 | 1 | -14/+111 |
|\ |
|
| * | Cleanup XDR parsing for LAYOUTGET, GETDEVICEINFO | Weston Andros Adamson | 2011-03-24 | 1 | -8/+1 |
| * | NFSv4.1 convert layoutcommit sync to boolean | Andy Adamson | 2011-03-24 | 1 | -2/+2 |
| * | NFSv4.1: layoutcommit | Andy Adamson | 2011-03-23 | 1 | -0/+94 |
| * | NFSv4.1: remove GETATTR from ds commits | Fred Isaman | 2011-03-23 | 1 | -2/+6 |
| * | NFSv4.1: add callback to nfs4_commit_done | Fred Isaman | 2011-03-23 | 1 | -4/+10 |
* | | NFS: Determine initial mount security | Bryan Schumaker | 2011-03-24 | 1 | -2/+31 |
* | | NFS: use secinfo when crossing mountpoints | Bryan Schumaker | 2011-03-24 | 1 | -0/+14 |
* | | NFS: Add secinfo procedure | Bryan Schumaker | 2011-03-24 | 1 | -0/+35 |
* | | NFS: lookup supports alternate client | Bryan Schumaker | 2011-03-24 | 1 | -39/+47 |
* | | NFS: convert call_sync() to a function | Bryan Schumaker | 2011-03-24 | 1 | -23/+30 |
|/ |
|
* | NFSv4: Send unmapped uid/gids to the server when using auth_sys | Trond Myklebust | 2011-03-11 | 1 | -1/+14 |
* | NFSv4: Propagate the error NFS4ERR_BADOWNER to nfs4_do_setattr | Trond Myklebust | 2011-03-11 | 1 | -0/+3 |
* | NFSv4.1: pnfs filelayout driver write | Fred Isaman | 2011-03-11 | 1 | -0/+17 |
* | NFSv4.1: remove GETATTR from ds writes | Fred Isaman | 2011-03-11 | 1 | -1/+5 |
* | NFSv4.1: add callback to nfs4_write_done | Fred Isaman | 2011-03-11 | 1 | -4/+10 |
* | NFSv4.1: filelayout async error handler | Andy Adamson | 2011-03-11 | 1 | -6/+29 |
* | NFSv4.1: filelayout read | Andy Adamson | 2011-03-11 | 1 | -1/+2 |
* | NFSv4.1: data server connection | Andy Adamson | 2011-03-11 | 1 | -2/+27 |
* | NFS move nfs_client initialization into nfs_get_client | Andy Adamson | 2011-03-11 | 1 | -0/+1 |
* | nfs4: remove duplicated #include | Huang Weiyi | 2011-03-11 | 1 | -1/+0 |
* | NFSv4: Fix the setlk error handler | Trond Myklebust | 2011-03-11 | 1 | -9/+4 |
* | NFSv4.1: Fix the handling of the SEQUENCE status bits | Trond Myklebust | 2011-03-11 | 1 | -3/+8 |
* | NFSv4/4.1: Fix nfs4_schedule_state_recovery abuses | Trond Myklebust | 2011-03-11 | 1 | -22/+23 |
* | NFSv4.1 reclaim complete must wait for completion | Andy Adamson | 2011-03-10 | 1 | -0/+3 |
* | NFSv4.1: Retry CREATE_SESSION on NFS4ERR_DELAY | Ricardo Labiaga | 2011-03-10 | 1 | -1/+11 |
* | nfs: fix compilation warning | Jovi Zhang | 2011-03-10 | 1 | -1/+1 |
* | SUNRPC: Close a race in __rpc_wait_for_completion_task() | Trond Myklebust | 2011-03-10 | 1 | -2/+2 |
* | nfs4: Ensure that ACL pages sent over NFS were not allocated from the slab (v3) | Neil Horman | 2011-03-04 | 1 | -2/+42 |
* | NFS construct consistent co_ownerid for v4.1 | Andy Adamson | 2011-01-25 | 1 | -20/+10 |
* | NFS fix the setting of exchange id flag | Andy Adamson | 2011-01-11 | 1 | -4/+21 |
* | NFSv4: Ensure continued open and lockowner name uniqueness | Trond Myklebust | 2011-01-06 | 1 | -0/+3 |
* | pnfs: layout roc code | Fred Isaman | 2011-01-06 | 1 | -2/+19 |
* | pnfs: serialize LAYOUTGET(openstateid) | Fred Isaman | 2011-01-06 | 1 | -1/+6 |
* | pnfs: layoutget rpc code cleanup | Fred Isaman | 2011-01-06 | 1 | -9/+10 |
* | pnfs: remove unnecessary field lgp->status | Fred Isaman | 2011-01-06 | 1 | -2/+1 |
* | NFS add session back channel draining | Andy Adamson | 2011-01-06 | 1 | -7/+19 |
* | NFS implement v4.0 callback_ident | Andy Adamson | 2011-01-06 | 1 | -0/+1 |
* | nfsv4: Switch to generic xattr handling code | Aneesh Kumar K.V | 2011-01-04 | 1 | -27/+35 |
* | nfs: Set MS_POSIXACL always | Aneesh Kumar K.V | 2011-01-04 | 1 | -0/+5 |