summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc_xprt.c
Commit message (Expand)AuthorAgeFilesLines
* nfs: fix out-of-date connectathon talk URLJ. Bruce Fields2019-07-031-1/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* SUNRPC: Temporary sockets should inherit the cred from their parentTrond Myklebust2019-04-241-2/+3
* SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust2019-04-241-4/+8
* svcrpc: fix unlikely races preventing queueing of socketsJ. Bruce Fields2019-02-061-1/+11
* svcrpc: svc_xprt_has_something_to_do seems a little longJ. Bruce Fields2019-02-061-2/+2
* SUNRPC: Don't allow compiler optimisation of svc_xprt_release_slot()Trond Myklebust2019-02-061-2/+6
* sunrpc: fix debug message in svc_create_xprt()Vasily Averin2018-12-281-2/+2
* sunrpc: use-after-free in svc_process_common()Vasily Averin2018-12-281-2/+3
* Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-10-301-1/+1
|\
| * nfsd: Fix an Oops in free_session()Trond Myklebust2018-10-291-1/+1
* | SUNRPC: Clean up transport write space handlingTrond Myklebust2018-09-301-2/+0Star
|/
* svc: Report xprt dequeue latencyChuck Lever2018-04-031-2/+2
* sunrpc: Report per-RPC execution statsChuck Lever2018-04-031-1/+2
* sunrpc: Save remote presentation address in svc_xprt for trace eventsChuck Lever2018-04-031-1/+2
* sunrpc: Simplify trace_svc_recvChuck Lever2018-04-031-1/+0Star
* sunrpc: Simplify do_enqueue tracingChuck Lever2018-04-031-8/+3Star
* sunrpc: Move trace_svc_xprt_dequeue()Chuck Lever2018-04-031-4/+1Star
* svc: Simplify ->xpo_secure_portChuck Lever2018-04-031-4/+1Star
* sunrpc: Remove unneeded pointer dereferenceChuck Lever2018-04-031-2/+2
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-221-1/+1
* Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-11-181-73/+33Star
|\
| * SUNRPC: Improve ordering of transport processingTrond Myklebust2017-11-071-70/+30Star
| * sunrcp: make function _svc_create_xprt staticColin Ian King2017-11-071-3/+3
* | sunrpc: Convert timers to use timer_setup()Kees Cook2017-10-181-5/+4Star
|/
* sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqstChuck Lever2017-07-121-4/+6
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-3/+3
|\
| * locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-3/+3
* | sunrpc: don't call sleeping functions from the notifier block callbacksScott Mayhew2017-01-121-3/+7
|/
* sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsScott Mayhew2016-11-141-10/+1Star
* SUNRPC: Remove unused callback xpo_adjust_wspace()Trond Myklebust2016-07-131-2/+0Star
* SUNRPC: Add a server side per-connection limitTrond Myklebust2016-07-131-3/+36
* SUNRPC: Add tracepoints for dropped and deferred requestsTrond Myklebust2016-07-131-0/+4
* SUNRPC: Add a tracepoint for server socket out-of-space conditionsTrond Myklebust2016-07-131-2/+6
* rpc: share one xps between all backchannelsJ. Bruce Fields2016-06-151-0/+2
* svcrpc: autoload rdma moduleJ. Bruce Fields2016-05-231-4/+19
* sunrpc: Add a function to close temporary transports immediatelyScott Mayhew2015-12-231-0/+45
* nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operationJeff Layton2015-08-101-5/+5
* sunrpc/lockd: fix references to the BKLJeff Layton2015-01-231-2/+1Star
* sunrpc: only call test_bit once in svc_xprt_receivedJeff Layton2014-12-091-2/+4
* sunrpc: add some tracepoints around enqueue and dequeue of svc_xprtJeff Layton2014-12-091-7/+15
* sunrpc: convert to lockless lookup of queued server threadsJeff Layton2014-12-091-97/+124
* sunrpc: fix potential races in pool_stats collectionJeff Layton2014-12-091-6/+6
* sunrpc: have svc_wake_up only deal with pool 0Jeff Layton2014-12-091-21/+16Star
* sunrpc: convert sp_task_pending flag to use atomic bitopsJeff Layton2014-12-091-4/+3Star
* sunrpc: move rq_dropme flag into rq_flagsJeff Layton2014-12-091-1/+1
* sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton2014-12-091-1/+1
* sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton2014-12-091-1/+4
* Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields2014-12-091-10/+21
|\
| * sunrpc: add some tracepoints in svc_rqst handling functionsJeff Layton2014-11-241-10/+21