summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc_xprt.c
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: Convert timers to use timer_setup()Kees Cook2017-10-181-5/+4
* 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/+1
* SUNRPC: Remove unused callback xpo_adjust_wspace()Trond Myklebust2016-07-131-2/+0
* 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/+1
* 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/+16
* sunrpc: convert sp_task_pending flag to use atomic bitopsJeff Layton2014-12-091-4/+3
* 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
* | sunrpc: eliminate the XPT_DETACHED flagJeff Layton2014-12-011-3/+1
|/
* SUNRPC: Fix compile on non-x86J. Bruce Fields2014-08-281-4/+0
* SUNRPC: More optimisations of svc_xprt_enqueue()Trond Myklebust2014-08-171-14/+7
* SUNRPC: Fix broken kthread_should_stop test in svc_get_next_xprtTrond Myklebust2014-08-171-21/+10
* SUNRPC: get rid of the request wait queueTrond Myklebust2014-08-171-15/+17
* SUNRPC: Do not grab pool->sp_lock unnecessarily in svc_get_next_xprtTrond Myklebust2014-08-171-5/+10
* SUNRPC: Do not override wspace tests in svc_handle_xprtTrond Myklebust2014-08-171-1/+1
* SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freedTrond Myklebust2014-07-291-0/+2
* SUNRPC: Reduce contention in svc_xprt_enqueue()Trond Myklebust2014-07-291-8/+17
* nfsd4: allow encoding across page boundariesJ. Bruce Fields2014-05-301-0/+1
* SUNRPC: Fix a module reference leak in svc_handle_xprtTrond Myklebust2014-05-221-0/+2
* NFSD: Ignore client's source port on RDMA transportsChuck Lever2014-05-221-1/+1
* net: Mark functions as static in net/sunrpc/svc_xprt.cRashika Kheria2014-02-091-3/+3
* svcrpc: fix rpc server shutdown racesJ. Bruce Fields2013-02-171-25/+32
* svcrpc: make svc_age_temp_xprts enqueue under sv_lockJ. Bruce Fields2013-02-171-13/+2
* sunrpc: Fix lockd sleeping until timeoutAndriy Skulysh2013-01-231-1/+8
* SUNRPC: remove BUG_ON in svc_delete_xprtWeston Andros Adamson2012-11-041-1/+1
* SUNRPC: remove BUG_ONs checking RPCSVC_MAXPAGESWeston Andros Adamson2012-11-041-1/+4
* SUNRPC: remove BUG_ON in svc_xprt_receivedWeston Andros Adamson2012-11-041-1/+3
* svcrpc: split up svc_handle_xprtJ. Bruce Fields2012-08-211-22/+25
* svcrpc: break up svc_recvJ. Bruce Fields2012-08-211-36/+67
* svcrpc: make svc_xprt_received staticJ. Bruce Fields2012-08-211-21/+20
* svcrpc: make xpo_recvfrom return only >=0J. Bruce Fields2012-08-211-1/+1
* svcrpc: share some setup of listening socketsJ. Bruce Fields2012-08-211-6/+10
OpenPOWER on IntegriCloud