Age | Commit message (Expand) | Author | Files | Lines |
2013-09-05 | nfs4.1: Add SP4_MACH_CRED write and commit support | Weston Andros Adamson | 4 | -9/+59 |
2013-09-05 | nfs4.1: Add SP4_MACH_CRED stateid support | Weston Andros Adamson | 2 | -2/+18 |
2013-09-05 | nfs4.1: Add SP4_MACH_CRED secinfo support | Weston Andros Adamson | 2 | -1/+14 |
2013-09-05 | nfs4.1: Add SP4_MACH_CRED cleanup support | Weston Andros Adamson | 2 | -1/+19 |
2013-09-05 | nfs4.1: Add state protection handler | Weston Andros Adamson | 1 | -0/+35 |
2013-09-05 | nfs4.1: Minimal SP4_MACH_CRED implementation | Weston Andros Adamson | 4 | -17/+211 |
2013-09-05 | SUNRPC: Replace pointer values with task->tk_pid and rpc_clnt->cl_clid | Trond Myklebust | 1 | -24/+26 |
2013-09-05 | SUNRPC: Add an identifier for struct rpc_clnt | Trond Myklebust | 2 | -0/+26 |
2013-09-04 | SUNRPC: Ensure rpc_task->tk_pid is available for tracepoints | Trond Myklebust | 2 | -2/+2 |
2013-09-04 | NFSv4: Document the recover_lost_locks kernel parameter | Trond Myklebust | 4 | -7/+22 |
2013-09-04 | NFSv4: Don't try to recover NFSv4 locks when they are lost. | NeilBrown | 8 | -23/+56 |
2013-09-04 | SUNRPC: Add tracepoints to help debug socket connection issues | Trond Myklebust | 2 | -1/+143 |
2013-09-04 | NFS: Fix warning introduced by NFSv4.0 transport blocking patches | Chuck Lever | 1 | -2/+2 |
2013-09-04 | When CONFIG_NFS_V4_1 is not enabled, "make C=2" emits this warning: | Chuck Lever | 2 | -5/+5 |
2013-09-03 | NFS: Update session draining barriers for NFSv4.0 transport blocking | Chuck Lever | 1 | -27/+34 |
2013-09-03 | NFS: Add nfs4_sequence calls for OPEN_CONFIRM | Chuck Lever | 1 | -0/+12 |
2013-09-03 | NFS: Add nfs4_sequence calls for RELEASE_LOCKOWNER | Chuck Lever | 1 | -0/+20 |
2013-09-03 | NFS: Enable nfs4_setup_sequence() for DELEGRETURN | Chuck Lever | 1 | -4/+0 |
2013-09-03 | NFS: NFSv4.0 transport blocking | Chuck Lever | 2 | -16/+79 |
2013-09-03 | NFS: Add a slot table to struct nfs_client for NFSv4.0 transport blocking | Chuck Lever | 4 | -27/+89 |
2013-09-03 | NFS: Add global helper for releasing slot table resources | Chuck Lever | 2 | -6/+16 |
2013-09-03 | NFS: Add global helper to set up a stand-along nfs4_slot_table | Chuck Lever | 2 | -13/+27 |
2013-09-03 | NFS: Enable slot table helpers for NFSv4.0 | Chuck Lever | 4 | -35/+37 |
2013-09-03 | NFS: Remove unused call_sync minor version op | Chuck Lever | 2 | -18/+0 |
2013-09-03 | NFS: Add RPC callouts to start NFSv4.0 synchronous requests | Chuck Lever | 2 | -20/+42 |
2013-09-03 | NFS: Common versions of sequence helper functions | Chuck Lever | 1 | -45/+34 |
2013-09-03 | NFS: Clean up nfs4_setup_sequence() | Chuck Lever | 2 | -15/+12 |
2013-09-03 | NFS: Rename nfs41_call_sync_data as a common data structure | Chuck Lever | 1 | -9/+9 |
2013-09-03 | NFS: When displaying session slot numbers, use "%u" consistently | Chuck Lever | 3 | -12/+12 |
2013-09-03 | NFS: Ensure that rmdir() waits for sillyrenames to complete | Trond Myklebust | 3 | -6/+21 |
2013-09-03 | NFSv4: use the mach cred for SECINFO w/ integrity | Weston Andros Adamson | 1 | -6/+47 |
2013-09-03 | SUNRPC refactor rpcauth_checkverf error returns | Andy Adamson | 4 | -13/+19 |
2013-09-03 | NFS avoid expired credential keys for buffered writes | Andy Adamson | 3 | -1/+43 |
2013-09-03 | SUNRPC new rpc_credops to test credential expiry | Andy Adamson | 4 | -2/+169 |
2013-09-03 | SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresult | Andy Adamson | 1 | -1/+1 |
2013-09-02 | SUNRPC: rpcauth_create needs to know about rpc_clnt clone status | Trond Myklebust | 1 | -7/+8 |
2013-09-02 | RPCSEC_GSS: Share all credential caches on a per-transport basis | Trond Myklebust | 1 | -3/+89 |
2013-09-01 | RPCSEC_GSS: Share rpc_pipes when an rpc_clnt owns multiple rpcsec auth caches | Trond Myklebust | 1 | -9/+68 |
2013-09-01 | SUNRPC: Add a helper to allow sharing of rpc_pipefs directory objects | Trond Myklebust | 2 | -0/+41 |
2013-09-01 | SUNRPC: Remove the rpc_client->cl_dentry | Trond Myklebust | 4 | -25/+26 |
2013-09-01 | NFSv4: Convert idmapper to use the new framework for pipefs dentries | Trond Myklebust | 1 | -150/+34 |
2013-09-01 | SUNRPC: Remove the obsolete auth-only interface for pipefs dentry management | Trond Myklebust | 2 | -11/+1 |
2013-09-01 | RPCSEC_GSS: Switch auth_gss to use the new framework for pipefs dentries | Trond Myklebust | 1 | -89/+92 |
2013-08-30 | SUNRPC: Add a framework to clean up management of rpc_pipefs directories | Trond Myklebust | 4 | -4/+168 |
2013-08-30 | NFSv4: Fix a potentially Oopsable condition in __nfs_idmap_unregister | Trond Myklebust | 1 | -1/+3 |
2013-08-30 | RPCSEC_GSS: Fix an Oopsable condition when creating/destroying pipefs objects | Trond Myklebust | 1 | -12/+20 |
2013-08-30 | RPCSEC_GSS: Further cleanups | Trond Myklebust | 1 | -11/+20 |
2013-08-30 | SUNRPC: Replace clnt->cl_principal | Trond Myklebust | 8 | -25/+26 |
2013-08-30 | RPCSEC_GSS: Clean up upcall message allocation | Trond Myklebust | 1 | -18/+19 |
2013-08-30 | SUNRPC: Cleanup rpc_setup_pipedir | Trond Myklebust | 1 | -14/+13 |