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