aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/svc_xprt.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-03svc: Report xprt dequeue latencyGravatar Chuck Lever 1-2/+2
2018-04-03sunrpc: Report per-RPC execution statsGravatar Chuck Lever 1-1/+2
2018-04-03sunrpc: Save remote presentation address in svc_xprt for trace eventsGravatar Chuck Lever 1-1/+2
2018-04-03sunrpc: Simplify trace_svc_recvGravatar Chuck Lever 1-1/+0
2018-04-03sunrpc: Simplify do_enqueue tracingGravatar Chuck Lever 1-8/+3
2018-04-03sunrpc: Move trace_svc_xprt_dequeue()Gravatar Chuck Lever 1-4/+1
2018-04-03svc: Simplify ->xpo_secure_portGravatar Chuck Lever 1-4/+1
2018-04-03sunrpc: Remove unneeded pointer dereferenceGravatar Chuck Lever 1-2/+2
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsGravatar Kees Cook 1-1/+1
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-73/+33
2017-11-07SUNRPC: Improve ordering of transport processingGravatar Trond Myklebust 1-70/+30
2017-11-07sunrcp: make function _svc_create_xprt staticGravatar Colin Ian King 1-3/+3
2017-10-18sunrpc: Convert timers to use timer_setup()Gravatar Kees Cook 1-5/+4
2017-07-12sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqstGravatar Chuck Lever 1-4/+6
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+3
2017-01-14locking/atomic, kref: Add kref_read()Gravatar Peter Zijlstra 1-3/+3
2017-01-12sunrpc: don't call sleeping functions from the notifier block callbacksGravatar Scott Mayhew 1-3/+7
2016-11-14sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsGravatar Scott Mayhew 1-10/+1
2016-07-13SUNRPC: Remove unused callback xpo_adjust_wspace()Gravatar Trond Myklebust 1-2/+0
2016-07-13SUNRPC: Add a server side per-connection limitGravatar Trond Myklebust 1-3/+36
2016-07-13SUNRPC: Add tracepoints for dropped and deferred requestsGravatar Trond Myklebust 1-0/+4
2016-07-13SUNRPC: Add a tracepoint for server socket out-of-space conditionsGravatar Trond Myklebust 1-2/+6
2016-06-15rpc: share one xps between all backchannelsGravatar J. Bruce Fields 1-0/+2
2016-05-23svcrpc: autoload rdma moduleGravatar J. Bruce Fields 1-4/+19
2015-12-23sunrpc: Add a function to close temporary transports immediatelyGravatar Scott Mayhew 1-0/+45
2015-08-10nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operationGravatar Jeff Layton 1-5/+5
2015-01-23sunrpc/lockd: fix references to the BKLGravatar Jeff Layton 1-2/+1
2014-12-09sunrpc: only call test_bit once in svc_xprt_receivedGravatar Jeff Layton 1-2/+4
2014-12-09sunrpc: add some tracepoints around enqueue and dequeue of svc_xprtGravatar Jeff Layton 1-7/+15
2014-12-09sunrpc: convert to lockless lookup of queued server threadsGravatar Jeff Layton 1-97/+124
2014-12-09sunrpc: fix potential races in pool_stats collectionGravatar Jeff Layton 1-6/+6
2014-12-09sunrpc: have svc_wake_up only deal with pool 0Gravatar Jeff Layton 1-21/+16
2014-12-09sunrpc: convert sp_task_pending flag to use atomic bitopsGravatar Jeff Layton 1-4/+3
2014-12-09sunrpc: move rq_dropme flag into rq_flagsGravatar Jeff Layton 1-1/+1
2014-12-09sunrpc: move rq_usedeferral flag to rq_flagsGravatar Jeff Layton 1-1/+1
2014-12-09sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itGravatar Jeff Layton 1-1/+4
2014-12-09Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchGravatar J. Bruce Fields 1-10/+21
2014-12-01sunrpc: eliminate the XPT_DETACHED flagGravatar Jeff Layton 1-3/+1
2014-11-24sunrpc: add some tracepoints in svc_rqst handling functionsGravatar Jeff Layton 1-10/+21
2014-08-28SUNRPC: Fix compile on non-x86Gravatar J. Bruce Fields 1-4/+0
2014-08-17SUNRPC: More optimisations of svc_xprt_enqueue()Gravatar Trond Myklebust 1-14/+7
2014-08-17SUNRPC: Fix broken kthread_should_stop test in svc_get_next_xprtGravatar Trond Myklebust 1-21/+10
2014-08-17SUNRPC: get rid of the request wait queueGravatar Trond Myklebust 1-15/+17
2014-08-17SUNRPC: Do not grab pool->sp_lock unnecessarily in svc_get_next_xprtGravatar Trond Myklebust 1-5/+10
2014-08-17SUNRPC: Do not override wspace tests in svc_handle_xprtGravatar Trond Myklebust 1-1/+1
2014-07-29SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freedGravatar Trond Myklebust 1-0/+2
2014-07-29SUNRPC: Reduce contention in svc_xprt_enqueue()Gravatar Trond Myklebust 1-8/+17
2014-05-30nfsd4: allow encoding across page boundariesGravatar J. Bruce Fields 1-0/+1
2014-05-22SUNRPC: Fix a module reference leak in svc_handle_xprtGravatar Trond Myklebust 1-0/+2
2014-05-22NFSD: Ignore client's source port on RDMA transportsGravatar Chuck Lever 1-1/+1