| Commit message (Expand) | Author | Age | Files | Lines |
* | SUNRPC: Add a helper to switch the transport of an rpc_clnt | Trond Myklebust | 2013-10-28 | 1 | -0/+4 |
* | SUNRPC: Add RPC task and client level options to disable the resend timeout | Trond Myklebust | 2013-10-01 | 2 | -0/+3 |
* | SUNRPC: Clean up - convert xprt_prepare_transmit to return a bool | Trond Myklebust | 2013-10-01 | 1 | -1/+1 |
* | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2013-09-10 | 2 | -3/+20 |
|\ |
|
| * | svcrpc: remove unused rq_resused | J. Bruce Fields | 2013-08-30 | 1 | -1/+0 |
| * | Merge tag 'v3.11-rc5' into for-3.12 branch | J. Bruce Fields | 2013-08-30 | 1 | -0/+1 |
| |\ |
|
| * | | sunrpc: prepare NFS for 2038 | Harshula Jayasuriya | 2013-08-19 | 1 | -2/+20 |
* | | | Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2013-09-09 | 4 | -9/+66 |
|\ \ \
| |_|/
|/| | |
|
| * | | SUNRPC: Add an identifier for struct rpc_clnt | Trond Myklebust | 2013-09-05 | 1 | -0/+1 |
| * | | SUNRPC: Ensure rpc_task->tk_pid is available for tracepoints | Trond Myklebust | 2013-09-04 | 1 | -1/+1 |
| * | | SUNRPC new rpc_credops to test credential expiry | Andy Adamson | 2013-09-03 | 1 | -0/+16 |
| * | | SUNRPC: Add a helper to allow sharing of rpc_pipefs directory objects | Trond Myklebust | 2013-09-01 | 1 | -0/+6 |
| * | | SUNRPC: Remove the rpc_client->cl_dentry | Trond Myklebust | 2013-09-01 | 2 | -2/+1 |
| * | | SUNRPC: Remove the obsolete auth-only interface for pipefs dentry management | Trond Myklebust | 2013-09-01 | 1 | -2/+0 |
| * | | SUNRPC: Add a framework to clean up management of rpc_pipefs directories | Trond Myklebust | 2013-08-30 | 2 | -1/+34 |
| * | | SUNRPC: Replace clnt->cl_principal | Trond Myklebust | 2013-08-30 | 2 | -3/+8 |
| * | | SUNRPC: Remove unused struct rpc_clnt field cl_protname | Trond Myklebust | 2013-08-30 | 1 | -1/+0 |
| |/ |
|
* | | SUNRPC: If the rpcbind channel is disconnected, fail the call to unregister | Trond Myklebust | 2013-08-07 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-07-14 | 1 | -2/+2 |
|\ |
|
| * | rpc_create_*_dir: don't bother with qstr | Al Viro | 2013-07-14 | 1 | -2/+2 |
* | | Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2013-07-11 | 3 | -27/+35 |
|\ \ |
|
| * | | net/sunrpc: xpt_auth_cache should be ignored when expired. | NeilBrown | 2013-07-01 | 1 | -27/+21 |
| * | | sunrpc/cache: ensure items removed from cache do not have pending upcalls. | NeilBrown | 2013-07-01 | 1 | -0/+1 |
| * | | svcrpc: store gss mech in svc_cred | J. Bruce Fields | 2013-07-01 | 2 | -0/+6 |
| * | | svcrpc: introduce init_svc_cred | J. Bruce Fields | 2013-07-01 | 1 | -0/+7 |
| |/ |
|
* | | SUNRPC: Remove unused functions rpc_task_set/has_priority | Trond Myklebust | 2013-06-06 | 1 | -10/+0 |
* | | SUNRPC: Remove the unused helpers task_for_each() and task_for_first() | Trond Myklebust | 2013-06-06 | 1 | -9/+0 |
* | | SUNRPC: Remove unused function rpc_queue_empty | Trond Myklebust | 2013-06-06 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-... | J. Bruce Fields | 2013-04-29 | 2 | -7/+32 |
|\ |
|
| * | Merge branch 'rpcsec_gss-from_cel' into linux-next | Trond Myklebust | 2013-04-23 | 2 | -9/+30 |
| |\ |
|
| | * | SUNRPC: Make gss_mech_get() static | Chuck Lever | 2013-03-29 | 1 | -3/+0 |
| | * | SUNRPC: Refactor nfsd4_do_encode_secinfo() | Chuck Lever | 2013-03-29 | 2 | -0/+7 |
| | * | SUNRPC: Consider qop when looking up pseudoflavors | Chuck Lever | 2013-03-29 | 1 | -1/+4 |
| | * | SUNRPC: Introduce rpcauth_get_pseudoflavor() | Chuck Lever | 2013-03-29 | 2 | -3/+7 |
| | * | SUNRPC: Define rpcsec_gss_info structure | Chuck Lever | 2013-03-29 | 1 | -2/+12 |
* | | | SUNRPC: conditionally return endtime from import_sec_context | Simo Sorce | 2013-04-26 | 1 | -0/+2 |
* | | | SUNRPC: allow disabling idle timeout | J. Bruce Fields | 2013-04-26 | 2 | -0/+2 |
* | | | Merge Trond's nfs-for-next | J. Bruce Fields | 2013-04-26 | 2 | -0/+6 |
|\ \ \
| |/ / |
|
| * | | SUNRPC: Allow rpc_create() to request that TCP slots be unlimited | Trond Myklebust | 2013-04-14 | 2 | -0/+4 |
| * | | SUNRPC: Fix a livelock problem in the xprt->backlog queue | Trond Myklebust | 2013-04-14 | 1 | -0/+2 |
| |/ |
|
* | | nfsd4: check backchannel attributes on create_session | J. Bruce Fields | 2013-04-09 | 1 | -0/+3 |
|/ |
|
* | Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2013-03-02 | 1 | -0/+1 |
|\ |
|
| * | SUNRPC: add call to get configured timeout | Weston Andros Adamson | 2013-02-28 | 1 | -0/+1 |
* | | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2013-02-28 | 5 | -158/+178 |
|\ \ |
|
| * | | SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() function | Stanislav Kinsbursky | 2013-02-15 | 1 | -5/+1 |
| * | | SUNRPC: introduce cache_detail->cache_request callback | Stanislav Kinsbursky | 2013-02-15 | 1 | -0/+4 |
| * | | sunrpc: trim off trailing checksum before returning decrypted or integrity au... | Jeff Layton | 2013-02-08 | 1 | -0/+1 |
| * | | sunrpc: fix comment in struct xdr_buf definition | Jeff Layton | 2013-02-05 | 1 | -1/+1 |
| * | | sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ... | Jeff Layton | 2013-02-05 | 2 | -155/+170 |
| * | | sunrpc: copy scope ID in __rpc_copy_addr6 | Jeff Layton | 2013-02-05 | 1 | -0/+1 |