Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-18sunrpc: remove net pointer from messagesVasily Averin
2017-05-15sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig
2017-05-15sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig
2017-05-15sunrpc: fix decoder callback prototypesChristoph Hellwig
2017-05-15sunrpc: fix encoder callback prototypesChristoph Hellwig
2016-02-06SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust
2016-02-06SUNRPC: Make rpc_clnt store the multipath iteratorsTrond Myklebust
2015-02-04SUNRPC: NULL utsname dereference on NFS umount during namespace cleanupTrond Myklebust
2014-11-25sunrpc: eliminate RPC_DEBUGJeff Layton
2013-08-08SUNRPC: If the rpcbind channel is disconnected, fail the call to unregisterTrond Myklebust
2013-08-06SUNRPC: Don't auto-disconnect from the local rpcbind socketTrond Myklebust
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton
2012-12-21Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-12-11SUNRPC: remove redundant "linux/nsproxy.h" includesStanislav Kinsbursky
2012-11-04SUNRPC: remove BUG_ON from encode_rpcb_stringWeston Andros Adamson
2012-07-31SUNRPC: return negative value in case rpcbind client creation errorStanislav Kinsbursky
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-06-01SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky
2012-05-15sunrpc: fix kernel-doc warningsRandy Dunlap
2012-03-28SUNRPC: Use the already looked-up xprt in rpcb_getport_async()Bryan Schumaker
2012-03-21SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefinedTrond Myklebust
2012-03-03SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust
2012-03-03SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust
2012-02-01SUNRPC: constify the rpc_programTrond Myklebust
2012-02-01SUNRPC: constify rpc_clnt fields cl_server and cl_protnameTrond Myklebust
2012-02-01SUNRPC: use proper network namespace in rpcbind RPCBPROC_GETADDR procedureStanislav Kinsbursky
2012-02-01SUNRPC: parametrize rpc_uaddr2sockaddr() by network contextStanislav Kinsbursky
2012-02-01SUNRPC: parametrize local rpcbind clients creation with net nsStanislav Kinsbursky
2012-02-01SUNRPC: register rpcbind programs in passed network namespase contextStanislav Kinsbursky
2012-02-01SUNRPC: create rpcbind client in passed network namespace contextStanislav Kinsbursky
2012-02-01SUNRPC: optimize net_ns dereferencing in rpcbind registering callsStanislav Kinsbursky
2012-02-01SUNRPC: optimize net_ns dereferencing in rpcbind creation callsStanislav Kinsbursky
2012-02-01SUNRPC: move rpcbind internals to sunrpc part of network namespace contextStanislav Kinsbursky
2011-10-25SUNRPC: remove rpcbind clients destruction on module cleanupStanislav Kinsbursky
2011-10-25SUNRPC: remove rpcbind clients creation during service registeringStanislav Kinsbursky
2011-10-25SUNRPC: introduce svc helpers for prepairing rpcbind infrastructureStanislav Kinsbursky
2011-10-25SUNRPC: use rpcbind reference counting helpersStanislav Kinsbursky
2011-10-25SUNRPC: introduce helpers for reference counted rpcbind clientsStanislav Kinsbursky
2011-10-18SUNRPC: Fix rpc_sockaddr2uaddrTrond Myklebust
2011-07-12SUNRPC: Fix use of static variable in rpcb_getport_asyncBen Greear
2011-05-28SUNRPC: Use AF_LOCAL for rpcbind upcallsChuck Lever
2010-12-16SUNRPC: New xdr_streams XDR decoder APIChuck Lever
2010-12-16SUNRPC: New xdr_streams XDR encoder APIChuck Lever
2010-12-16SUNRPC: Determine value of "nrprocs" automaticallyChuck Lever
2010-12-16SUNRPC: Avoid return code checking in rpcbind XDR encoder functionsChuck Lever
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2010-10-19sunrpc: Don't return NULL from rpcb_createPavel Emelyanov
2010-10-02sunrpc: Add net to rpc_create_argsPavel Emelyanov
2010-09-22SUNRPC: Correct an rpcbind debugging messageChuck Lever
2010-09-17SUNRPC: Remove rpcb_getport_sync()Chuck Lever