aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/callback.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-17Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-2/+2
2017-03-17nfs: make nfs4_cb_sv_ops staticGravatar Jason Yan 1-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2016-11-22NFSv4.x: hide array-bounds warningGravatar Arnd Bergmann 1-1/+1
2016-09-19NFSv4.x: Add kernel parameter to control the callback serverGravatar Trond Myklebust 1-1/+4
2016-09-19NFSv4.x: Switch to using svc_set_num_threads() to manage the callback threadsGravatar Trond Myklebust 1-66/+13
2016-09-19NFSv4.x: Fix up the global tracking of the callback serverGravatar Trond Myklebust 1-5/+9
2016-09-19SUNRPC: Initialise struct svc_serv backchannel fields during __svc_create()Gravatar Trond Myklebust 1-3/+0
2016-09-19NFSv4.x: Set up struct svc_serv_ops for the callback channelGravatar Trond Myklebust 1-18/+39
2016-08-30NFSv4.x: Fix a refcount leak in nfs_callback_up_netGravatar Trond Myklebust 1-0/+1
2015-11-02NFS: Enable client side NFSv4.1 backchannel to use other transportsGravatar Chuck Lever 1-32/+8
2015-09-07Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-4/+0
2015-08-12NFS: Remove duplicate svc_xprt_put from nfs41_callback_upGravatar Kinglong Mee 1-4/+0
2015-08-10nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operationGravatar Jeff Layton 1-0/+1
2015-08-10nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into itGravatar Jeff Layton 1-1/+4
2015-06-11nfs: deny backchannel RPCs with an incorrect authflavor instead of dropping themGravatar Jeff Layton 1-3/+3
2015-04-23nfs: fix high load average due to callback thread sleepingGravatar Jeff Layton 1-3/+3
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