aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/callback.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-30nfs: don't call blocking operations while !TASK_RUNNINGGravatar Jeff Layton 1-3/+5
2014-09-02nfs: do not start the callback thread until we set rqstp->rq_taskGravatar Trond Myklebust 1-1/+2
2014-08-17nfs: Ensure that nfs_callback_start_svc sets the server rq_task...Gravatar Trond Myklebust 1-0/+1
2014-07-12nfs4: copy acceptor name from context to nfs_clientGravatar Jeff Layton 1-0/+12
2013-10-28nfs: Use PTR_ERR_OR_ZERO in 'nfs41_callback_up' functionGravatar Geyslan G. Bem 1-2/+1
2013-07-09Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-0/+1
2013-07-03drivers: avoid parsing names as kthread_run() format stringsGravatar Kees Cook 1-3/+2
2013-06-08NFSv4.2: Added NFS v4.2 support to the NFS clientGravatar Steve Dickson 1-0/+1
2013-04-05nfs: allow the v4.1 callback thread to freezeGravatar Jeff Layton 1-0/+3
2012-10-16NFSv4: Fix the return value for nfs_callback_start_svcGravatar Trond Myklebust 1-1/+1
2012-10-13Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-14/+2
2012-10-01NFSv4: Fix the minor version callback channel startupGravatar Trond Myklebust 1-14/+13
2012-10-01NFS: add debug messages to callback down functionGravatar Stanislav Kinsbursky 1-0/+2
2012-10-01NFS: callback per-net usage counting introducedGravatar Stanislav Kinsbursky 1-2/+17
2012-10-01NFS: make nfs_callback_tcpport6 per network contextGravatar Stanislav Kinsbursky 1-4/+2
2012-10-01NFS: make nfs_callback_tcpport per network contextGravatar Stanislav Kinsbursky 1-2/+4
2012-10-01NFS: callback up - users counting cleanupGravatar Stanislav Kinsbursky 1-12/+10
2012-10-01NFS: callback service start function introducedGravatar Stanislav Kinsbursky 1-32/+45
2012-10-01NFS: callback up - transport backchannel cleanupGravatar Stanislav Kinsbursky 1-17/+17
2012-10-01NFS: move per-net callback thread initialization to nfs_callback_up_net()Gravatar Stanislav Kinsbursky 1-47/+86
2012-10-01NFS: callback service creation function introducedGravatar Stanislav Kinsbursky 1-14/+49
2012-10-01NFS: pass net to nfs_callback_down()Gravatar Stanislav Kinsbursky 1-2/+2
2012-08-21svcrpc: remove handling of unknown errors from svc_recvGravatar J. Bruce Fields 1-14/+2
2012-07-31nfs: increase number of permitted callback connections.Gravatar NeilBrown 1-0/+4
2012-07-30NFS: Keep module parameters in the generic NFS clientGravatar Bryan Schumaker 1-24/+0
2012-06-14NFS: hard-code init_net for NFS callback transportsGravatar Stanislav Kinsbursky 1-6/+5
2012-05-31nfsd4: move principal name into svc_credGravatar J. Bruce Fields 1-1/+1
2012-05-31SUNRPC: move per-net operations from svc_destroy()Gravatar Stanislav Kinsbursky 1-0/+3
2012-05-31SUNRPC: new svc_bind() routine introducedGravatar Stanislav Kinsbursky 1-0/+8
2012-03-11NFS: Fix a number of sparse warningsGravatar Trond Myklebust 1-2/+2
2012-03-02SUNRPC: Move clnt->cl_server into struct rpc_xprtGravatar Trond Myklebust 1-2/+1
2012-02-06NFS: start printks w/ NFS: even if __func__ shownGravatar Weston Andros Adamson 1-1/+1
2012-01-31NFS: create callback transports in parent transport network namespaceGravatar Stanislav Kinsbursky 1-5/+5
2011-08-19sunrpc: use better NUMA affinitiesGravatar Eric Dumazet 1-2/+2
2011-01-25NFS do not find client in NFSv4 pg_authenticateGravatar Andy Adamson 1-80/+29
2011-01-06NFS rename client back channel transport fieldGravatar Andy Adamson 1-6/+6
2011-01-06NFS RPC_AUTH_GSS unsupported on v4.1 back channelGravatar Andy Adamson 1-0/+3
2011-01-06NFS refactor nfs_find_client and reference client across callback processingGravatar Andy Adamson 1-3/+18
2011-01-06NFS associate sessionid with callback connectionGravatar Andy Adamson 1-0/+31
2011-01-06NFS use svc_create_xprt for NFSv4.1 callback serviceGravatar Andy Adamson 1-10/+18
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-10-01sunrpc: Add net argument to svc_create_xprtGravatar Pavel Emelyanov 1-2/+2
2010-08-11param: use ops in struct kernel_param, rather than get and set fns directlyGravatar Rusty Russell 1-6/+5
2010-01-26SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt()Gravatar Chuck Lever 1-2/+0
2009-12-05nfs41: add support for callback with RPC version number 4Gravatar Alexandros Batsakis 1-0/+1
2009-12-03The rpc server does not require that service threads take the BKL.Gravatar J. Bruce Fields 1-12/+0
2009-08-09NFSv4: Clean up the nfs.callback_tcpport optionGravatar Trond Myklebust 1-9/+17
2009-06-18Merge branch 'devel-for-2.6.31' into for-2.6.31Gravatar Trond Myklebust 1-1/+3
2009-06-17NFS: Fix false error return from nfs_callback_up() if ipv6.ko is not availableGravatar Chuck Lever 1-1/+3
2009-06-17nfs41: Allow NFSv4 and NFSv4.1 callback services to coexistGravatar Andy Adamson 1-26/+24