aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc_xprt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-27sunrpc: fix debug message in svc_create_xprt()Vasily Averin1-2/+2
2018-12-27sunrpc: use-after-free in svc_process_common()Vasily Averin1-2/+3
2018-10-30Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2018-10-29nfsd: Fix an Oops in free_session()Trond Myklebust1-1/+1
2018-09-30SUNRPC: Clean up transport write space handlingTrond Myklebust1-2/+0
2018-04-03svc: Report xprt dequeue latencyChuck Lever1-2/+2
2018-04-03sunrpc: Report per-RPC execution statsChuck Lever1-1/+2
2018-04-03sunrpc: Save remote presentation address in svc_xprt for trace eventsChuck Lever1-1/+2
2018-04-03sunrpc: Simplify trace_svc_recvChuck Lever1-1/+0
2018-04-03sunrpc: Simplify do_enqueue tracingChuck Lever1-8/+3
2018-04-03sunrpc: Move trace_svc_xprt_dequeue()Chuck Lever1-4/+1
2018-04-03svc: Simplify ->xpo_secure_portChuck Lever1-4/+1
2018-04-03sunrpc: Remove unneeded pointer dereferenceChuck Lever1-2/+2
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-73/+33
2017-11-07SUNRPC: Improve ordering of transport processingTrond Myklebust1-70/+30
2017-11-07sunrcp: make function _svc_create_xprt staticColin Ian King1-3/+3
2017-10-18sunrpc: Convert timers to use timer_setup()Kees Cook1-5/+4
2017-07-12sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqstChuck Lever1-4/+6
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-3/+3
2017-01-12sunrpc: don't call sleeping functions from the notifier block callbacksScott Mayhew1-3/+7
2016-11-14sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsScott Mayhew1-10/+1
2016-07-13SUNRPC: Remove unused callback xpo_adjust_wspace()Trond Myklebust1-2/+0
2016-07-13SUNRPC: Add a server side per-connection limitTrond Myklebust1-3/+36
2016-07-13SUNRPC: Add tracepoints for dropped and deferred requestsTrond Myklebust1-0/+4
2016-07-13SUNRPC: Add a tracepoint for server socket out-of-space conditionsTrond Myklebust1-2/+6
2016-06-15rpc: share one xps between all backchannelsJ. Bruce Fields1-0/+2
2016-05-23svcrpc: autoload rdma moduleJ. Bruce Fields1-4/+19
2015-12-23sunrpc: Add a function to close temporary transports immediatelyScott Mayhew1-0/+45
2015-08-10nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operationJeff Layton1-5/+5
2015-01-23sunrpc/lockd: fix references to the BKLJeff Layton1-2/+1
2014-12-09sunrpc: only call test_bit once in svc_xprt_receivedJeff Layton1-2/+4
2014-12-09sunrpc: add some tracepoints around enqueue and dequeue of svc_xprtJeff Layton1-7/+15
2014-12-09sunrpc: convert to lockless lookup of queued server threadsJeff Layton1-97/+124
2014-12-09sunrpc: fix potential races in pool_stats collectionJeff Layton1-6/+6
2014-12-09sunrpc: have svc_wake_up only deal with pool 0Jeff Layton1-21/+16
2014-12-09sunrpc: convert sp_task_pending flag to use atomic bitopsJeff Layton1-4/+3
2014-12-09sunrpc: move rq_dropme flag into rq_flagsJeff Layton1-1/+1
2014-12-09sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton1-1/+1
2014-12-09sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton1-1/+4
2014-12-09Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields1-10/+21
2014-12-01sunrpc: eliminate the XPT_DETACHED flagJeff Layton1-3/+1
2014-11-24sunrpc: add some tracepoints in svc_rqst handling functionsJeff Layton1-10/+21
2014-08-28SUNRPC: Fix compile on non-x86J. Bruce Fields1-4/+0
2014-08-17SUNRPC: More optimisations of svc_xprt_enqueue()Trond Myklebust1-14/+7
2014-08-17SUNRPC: Fix broken kthread_should_stop test in svc_get_next_xprtTrond Myklebust1-21/+10
2014-08-17SUNRPC: get rid of the request wait queueTrond Myklebust1-15/+17
2014-08-17SUNRPC: Do not grab pool->sp_lock unnecessarily in svc_get_next_xprtTrond Myklebust1-5/+10
2014-08-17SUNRPC: Do not override wspace tests in svc_handle_xprtTrond Myklebust1-1/+1