| Commit message (Expand) | Author | Age |
* | nfs: increase number of permitted callback connections. | NeilBrown | 2012-07-31 |
* | NFS: Keep module parameters in the generic NFS client | Bryan Schumaker | 2012-07-30 |
* | NFS: hard-code init_net for NFS callback transports | Stanislav Kinsbursky | 2012-06-14 |
* | nfsd4: move principal name into svc_cred | J. Bruce Fields | 2012-05-31 |
* | SUNRPC: move per-net operations from svc_destroy() | Stanislav Kinsbursky | 2012-05-31 |
* | SUNRPC: new svc_bind() routine introduced | Stanislav Kinsbursky | 2012-05-31 |
* | NFS: Fix a number of sparse warnings | Trond Myklebust | 2012-03-11 |
* | SUNRPC: Move clnt->cl_server into struct rpc_xprt | Trond Myklebust | 2012-03-02 |
* | NFS: start printks w/ NFS: even if __func__ shown | Weston Andros Adamson | 2012-02-06 |
* | NFS: create callback transports in parent transport network namespace | Stanislav Kinsbursky | 2012-01-31 |
* | sunrpc: use better NUMA affinities | Eric Dumazet | 2011-08-19 |
* | NFS do not find client in NFSv4 pg_authenticate | Andy Adamson | 2011-01-25 |
* | NFS rename client back channel transport field | Andy Adamson | 2011-01-06 |
* | NFS RPC_AUTH_GSS unsupported on v4.1 back channel | Andy Adamson | 2011-01-06 |
* | NFS refactor nfs_find_client and reference client across callback processing | Andy Adamson | 2011-01-06 |
* | NFS associate sessionid with callback connection | Andy Adamson | 2011-01-06 |
* | NFS use svc_create_xprt for NFSv4.1 callback service | Andy Adamson | 2011-01-06 |
* | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 |
* | sunrpc: Add net argument to svc_create_xprt | Pavel Emelyanov | 2010-10-01 |
* | param: use ops in struct kernel_param, rather than get and set fns directly | Rusty Russell | 2010-08-11 |
* | SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt() | Chuck Lever | 2010-01-26 |
* | nfs41: add support for callback with RPC version number 4 | Alexandros Batsakis | 2009-12-05 |
* | The rpc server does not require that service threads take the BKL. | J. Bruce Fields | 2009-12-03 |
* | NFSv4: Clean up the nfs.callback_tcpport option | Trond Myklebust | 2009-08-09 |
* | Merge branch 'devel-for-2.6.31' into for-2.6.31 | Trond Myklebust | 2009-06-18 |
|\ |
|
| * | NFS: Fix false error return from nfs_callback_up() if ipv6.ko is not available | Chuck Lever | 2009-06-17 |
* | | nfs41: Allow NFSv4 and NFSv4.1 callback services to coexist | Andy Adamson | 2009-06-17 |
* | | nfs41: create a svc_xprt for nfs41 callback thread and use for incoming callb... | Benny Halevy | 2009-06-17 |
* | | nfs41: Implement NFSv4.1 callback service process. | Ricardo Labiaga | 2009-06-17 |
* | | nfs41: minorversion support for nfs4_{init,destroy}_callback | Benny Halevy | 2009-06-17 |
|/ |
|
* | NFS: Start PF_INET6 callback listener only if IPv6 support is available | Chuck Lever | 2009-03-28 |
* | NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacks | Chuck Lever | 2009-03-28 |
* | SUNRPC: Remove @family argument from svc_create() and svc_create_pooled() | Chuck Lever | 2009-03-28 |
* | SUNRPC: Change svc_create_xprt() to take a @family argument | Chuck Lever | 2009-03-28 |
* | rpc: allow gss callbacks to client | Olga Kornievskaia | 2008-12-23 |
* | NFS: Enable NFSv4 callback server to listen on AF_INET6 sockets | Chuck Lever | 2008-10-17 |
* | SUNRPC: Add address family field to svc_serv data structure | Chuck Lever | 2008-09-29 |
* | nfs4: fix potential race with rapid nfs_callback_up/down cycle | Jeff Layton | 2008-07-09 |
* | nfs4: remove BKL from nfs_callback_up and nfs_callback_down | Jeff Layton | 2008-07-09 |
* | nfs: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-05-16 |
* | NFS: don't let nfs_callback_svc exit on unexpected svc_recv errors (try #2) | Jeff Layton | 2008-04-23 |
* | nfsd: fix comment | J. Bruce Fields | 2008-04-23 |
* | NFS: convert nfs4 callback thread to kthread API | Jeff Layton | 2008-04-23 |
* | Wrap buffers used for rpc debug printks into RPC_IFDEBUG | Pavel Emelyanov | 2008-02-21 |
* | NFS: flush signals before taking down callback thread | Jeff Layton | 2008-02-20 |
* | NFS: fix reference counting for NFSv4 callback thread | Jeff Layton | 2008-02-13 |
* | svc: Change services to use new svc_create_xprt service | Tom Tucker | 2008-02-01 |
* | NFS: Change nfs_find_client() to take "struct sockaddr *" | Chuck Lever | 2008-01-30 |
* | NFS: Move dprintks from callback.c to callback_proc.c | Chuck Lever | 2008-01-30 |
* | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 2007-07-17 |