Age | Commit message (Expand) | Author |
2018-07-31 | sunrpc: whitespace fixes | Stephen Hemminger |
2017-11-17 | sunrpc: remove net pointer from messages | Vasily Averin |
2017-05-15 | sunrpc: mark all struct rpc_procinfo instances as const | Christoph Hellwig |
2017-05-15 | sunrpc: move p_count out of struct rpc_procinfo | Christoph Hellwig |
2017-05-15 | sunrpc: fix decoder callback prototypes | Christoph Hellwig |
2017-05-15 | sunrpc: fix encoder callback prototypes | Christoph Hellwig |
2016-02-05 | SUNRPC: Use the multipath iterator to assign a transport to each task | Trond Myklebust |
2016-02-05 | SUNRPC: Make rpc_clnt store the multipath iterators | Trond Myklebust |
2015-02-03 | SUNRPC: NULL utsname dereference on NFS umount during namespace cleanup | Trond Myklebust |
2014-11-24 | sunrpc: eliminate RPC_DEBUG | Jeff Layton |
2013-08-07 | SUNRPC: If the rpcbind channel is disconnected, fail the call to unregister | Trond Myklebust |
2013-08-05 | SUNRPC: Don't auto-disconnect from the local rpcbind socket | Trond Myklebust |
2013-02-05 | sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ... | Jeff Layton |
2012-12-20 | Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2012-12-10 | SUNRPC: remove redundant "linux/nsproxy.h" includes | Stanislav Kinsbursky |
2012-11-04 | SUNRPC: remove BUG_ON from encode_rpcb_string | Weston Andros Adamson |
2012-07-30 | SUNRPC: return negative value in case rpcbind client creation error | Stanislav Kinsbursky |
2012-06-01 | Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2012-05-31 | SUNRPC: new svc_bind() routine introduced | Stanislav Kinsbursky |
2012-05-14 | sunrpc: fix kernel-doc warnings | Randy Dunlap |
2012-03-27 | SUNRPC: Use the already looked-up xprt in rpcb_getport_async() | Bryan Schumaker |
2012-03-21 | SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefined | Trond Myklebust |
2012-03-02 | SUNRPC: Move clnt->cl_server into struct rpc_xprt | Trond Myklebust |
2012-03-02 | SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field | Trond Myklebust |
2012-01-31 | SUNRPC: constify the rpc_program | Trond Myklebust |
2012-01-31 | SUNRPC: constify rpc_clnt fields cl_server and cl_protname | Trond Myklebust |
2012-01-31 | SUNRPC: use proper network namespace in rpcbind RPCBPROC_GETADDR procedure | Stanislav Kinsbursky |
2012-01-31 | SUNRPC: parametrize rpc_uaddr2sockaddr() by network context | Stanislav Kinsbursky |
2012-01-31 | SUNRPC: parametrize local rpcbind clients creation with net ns | Stanislav Kinsbursky |
2012-01-31 | SUNRPC: register rpcbind programs in passed network namespase context | Stanislav Kinsbursky |
2012-01-31 | SUNRPC: create rpcbind client in passed network namespace context | Stanislav Kinsbursky |
2012-01-31 | SUNRPC: optimize net_ns dereferencing in rpcbind registering calls | Stanislav Kinsbursky |
2012-01-31 | SUNRPC: optimize net_ns dereferencing in rpcbind creation calls | Stanislav Kinsbursky |
2012-01-31 | SUNRPC: move rpcbind internals to sunrpc part of network namespace context | Stanislav Kinsbursky |
2011-10-25 | SUNRPC: remove rpcbind clients destruction on module cleanup | Stanislav Kinsbursky |
2011-10-25 | SUNRPC: remove rpcbind clients creation during service registering | Stanislav Kinsbursky |
2011-10-25 | SUNRPC: introduce svc helpers for prepairing rpcbind infrastructure | Stanislav Kinsbursky |
2011-10-25 | SUNRPC: use rpcbind reference counting helpers | Stanislav Kinsbursky |
2011-10-25 | SUNRPC: introduce helpers for reference counted rpcbind clients | Stanislav Kinsbursky |
2011-10-18 | SUNRPC: Fix rpc_sockaddr2uaddr | Trond Myklebust |
2011-07-12 | SUNRPC: Fix use of static variable in rpcb_getport_async | Ben Greear |
2011-05-27 | SUNRPC: Use AF_LOCAL for rpcbind upcalls | Chuck Lever |
2010-12-16 | SUNRPC: New xdr_streams XDR decoder API | Chuck Lever |
2010-12-16 | SUNRPC: New xdr_streams XDR encoder API | Chuck Lever |
2010-12-16 | SUNRPC: Determine value of "nrprocs" automatically | Chuck Lever |
2010-12-16 | SUNRPC: Avoid return code checking in rpcbind XDR encoder functions | Chuck Lever |
2010-10-26 | Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2010-10-19 | sunrpc: Don't return NULL from rpcb_create | Pavel Emelyanov |
2010-10-01 | sunrpc: Add net to rpc_create_args | Pavel Emelyanov |
2010-09-21 | SUNRPC: Correct an rpcbind debugging message | Chuck Lever |