summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
...
* | SUNRPC: Add correct rcu_dereference annotation in rpc_clnt_set_transportTrond Myklebust2013-10-281-1/+2
* | SUNRPC: Add a helper to switch the transport of an rpc_clntTrond Myklebust2013-10-281-7/+100
* | SUNRPC: Modify synopsis of rpc_client_register()Chuck Lever2013-10-281-6/+7
* | SUNRPC: call_connect_status should recheck bind and connect status on errorTrond Myklebust2013-10-021-3/+6
* | SUNRPC: Remove redundant initialisations of request rq_bytes_sentTrond Myklebust2013-10-021-8/+7Star
* | SUNRPC: Fix RPC call retransmission statisticsTrond Myklebust2013-10-021-2/+4
* | SUNRPC: Add RPC task and client level options to disable the resend timeoutTrond Myklebust2013-10-022-4/+16
* | SUNRPC: Clean up - convert xprt_prepare_transmit to return a boolTrond Myklebust2013-10-022-10/+11
* | SUNRPC: Clear the request rq_bytes_sent field in xprt_release_writeTrond Myklebust2013-10-021-0/+10
* | SUNRPC: Don't set the request connect_cookie until a successful transmitTrond Myklebust2013-10-021-3/+5
* | SUNRPC: Only update the TCP connect cookie on a successful connectTrond Myklebust2013-10-021-1/+1
* | SUNRPC: Enable the keepalive option for TCP socketsTrond Myklebust2013-10-021-0/+13
|/
* RPCSEC_GSS: fix crash on destroying gss authJ. Bruce Fields2013-09-181-0/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-131-14/+27
|\
| * shrinker: convert remaining shrinkers to count/scan APIDave Chinner2013-09-111-14/+27
* | Merge tag 'nfs-for-3.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-09-122-2/+2
|\ \
| * | SUNRPC: No, I did not intend to create a 256KiB hashtableTrond Myklebust2013-09-121-1/+1
| * | sunrpc: Add missing kuids conversion for printingGeert Uytterhoeven2013-09-121-1/+1
* | | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-09-113-22/+50
|\ \ \ | |_|/ |/| |
| * | rpc: let xdr layer allocate gssproxy receieve pagesJ. Bruce Fields2013-09-061-10/+6Star
| * | rpc: fix huge kmalloc's in gss-proxyJ. Bruce Fields2013-09-063-1/+37
| * | rpc: comment on linux_cred encoding, treat all as unsignedJ. Bruce Fields2013-09-061-8/+10
| * | rpc: clean up decoding of gssproxy linux credsJ. Bruce Fields2013-09-061-19/+13Star
* | | Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-09-0910-218/+712
|\ \ \ | | |/ | |/|
| * | SUNRPC: Add an identifier for struct rpc_clntTrond Myklebust2013-09-051-0/+25
| * | SUNRPC: Ensure rpc_task->tk_pid is available for tracepointsTrond Myklebust2013-09-041-1/+1
| * | SUNRPC: Add tracepoints to help debug socket connection issuesTrond Myklebust2013-09-041-1/+12
| * | SUNRPC refactor rpcauth_checkverf error returnsAndy Adamson2013-09-034-13/+19
| * | SUNRPC new rpc_credops to test credential expiryAndy Adamson2013-09-033-2/+153
| * | SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresultAndy Adamson2013-09-031-1/+1
| * | SUNRPC: rpcauth_create needs to know about rpc_clnt clone statusTrond Myklebust2013-09-021-7/+8
| * | RPCSEC_GSS: Share all credential caches on a per-transport basisTrond Myklebust2013-09-021-3/+89
| * | RPCSEC_GSS: Share rpc_pipes when an rpc_clnt owns multiple rpcsec auth cachesTrond Myklebust2013-09-011-9/+68
| * | SUNRPC: Add a helper to allow sharing of rpc_pipefs directory objectsTrond Myklebust2013-09-011-0/+35
| * | SUNRPC: Remove the rpc_client->cl_dentryTrond Myklebust2013-09-012-23/+25
| * | SUNRPC: Remove the obsolete auth-only interface for pipefs dentry managementTrond Myklebust2013-09-011-9/+1Star
| * | RPCSEC_GSS: Switch auth_gss to use the new framework for pipefs dentriesTrond Myklebust2013-09-011-89/+92
| * | SUNRPC: Add a framework to clean up management of rpc_pipefs directoriesTrond Myklebust2013-08-302-3/+134
| * | RPCSEC_GSS: Fix an Oopsable condition when creating/destroying pipefs objectsTrond Myklebust2013-08-301-12/+20
| * | RPCSEC_GSS: Further cleanupsTrond Myklebust2013-08-301-11/+20
| * | SUNRPC: Replace clnt->cl_principalTrond Myklebust2013-08-305-21/+14Star
| * | RPCSEC_GSS: Clean up upcall message allocationTrond Myklebust2013-08-301-18/+19
| * | SUNRPC: Cleanup rpc_setup_pipedirTrond Myklebust2013-08-301-14/+13Star
| * | SUNRPC: Remove unused struct rpc_clnt field cl_protnameTrond Myklebust2013-08-301-1/+0Star
| * | SUNRPC: Deprecate rpc_client->cl_protnameTrond Myklebust2013-08-303-11/+11
| * | rpc_pipe: convert back to simple_dir_inode_operationsJeff Layton2013-07-241-18/+1Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-051-3/+6
|\ \ \
| * | | SUNRPC: Fix memory corruption issue on 32-bit highmem systemsTrond Myklebust2013-08-281-3/+6
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-173-13/+40
|\| |
| * | SUNRPC: If the rpcbind channel is disconnected, fail the call to unregisterTrond Myklebust2013-08-073-13/+32