aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc_xprt.c
Commit message (Expand)AuthorAge
* SUNRPC: Remove unused callback xpo_adjust_wspace()Trond Myklebust2016-07-13
* SUNRPC: Add a server side per-connection limitTrond Myklebust2016-07-13
* SUNRPC: Add tracepoints for dropped and deferred requestsTrond Myklebust2016-07-13
* SUNRPC: Add a tracepoint for server socket out-of-space conditionsTrond Myklebust2016-07-13
* rpc: share one xps between all backchannelsJ. Bruce Fields2016-06-15
* svcrpc: autoload rdma moduleJ. Bruce Fields2016-05-23
* sunrpc: Add a function to close temporary transports immediatelyScott Mayhew2015-12-23
* nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operationJeff Layton2015-08-10
* sunrpc/lockd: fix references to the BKLJeff Layton2015-01-23
* sunrpc: only call test_bit once in svc_xprt_receivedJeff Layton2014-12-09
* sunrpc: add some tracepoints around enqueue and dequeue of svc_xprtJeff Layton2014-12-09
* sunrpc: convert to lockless lookup of queued server threadsJeff Layton2014-12-09
* sunrpc: fix potential races in pool_stats collectionJeff Layton2014-12-09
* sunrpc: have svc_wake_up only deal with pool 0Jeff Layton2014-12-09
* sunrpc: convert sp_task_pending flag to use atomic bitopsJeff Layton2014-12-09
* sunrpc: move rq_dropme flag into rq_flagsJeff Layton2014-12-09
* sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton2014-12-09
* sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton2014-12-09
* Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields2014-12-09
|\
| * sunrpc: add some tracepoints in svc_rqst handling functionsJeff Layton2014-11-24
* | sunrpc: eliminate the XPT_DETACHED flagJeff Layton2014-12-01
|/
* SUNRPC: Fix compile on non-x86J. Bruce Fields2014-08-28
* SUNRPC: More optimisations of svc_xprt_enqueue()Trond Myklebust2014-08-17
* SUNRPC: Fix broken kthread_should_stop test in svc_get_next_xprtTrond Myklebust2014-08-17
* SUNRPC: get rid of the request wait queueTrond Myklebust2014-08-17
* SUNRPC: Do not grab pool->sp_lock unnecessarily in svc_get_next_xprtTrond Myklebust2014-08-17
* SUNRPC: Do not override wspace tests in svc_handle_xprtTrond Myklebust2014-08-17
* SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freedTrond Myklebust2014-07-29
* SUNRPC: Reduce contention in svc_xprt_enqueue()Trond Myklebust2014-07-29
* nfsd4: allow encoding across page boundariesJ. Bruce Fields2014-05-30
* SUNRPC: Fix a module reference leak in svc_handle_xprtTrond Myklebust2014-05-22
* NFSD: Ignore client's source port on RDMA transportsChuck Lever2014-05-22
* net: Mark functions as static in net/sunrpc/svc_xprt.cRashika Kheria2014-02-09
* svcrpc: fix rpc server shutdown racesJ. Bruce Fields2013-02-17
* svcrpc: make svc_age_temp_xprts enqueue under sv_lockJ. Bruce Fields2013-02-17
* sunrpc: Fix lockd sleeping until timeoutAndriy Skulysh2013-01-23
* SUNRPC: remove BUG_ON in svc_delete_xprtWeston Andros Adamson2012-11-04
* SUNRPC: remove BUG_ONs checking RPCSVC_MAXPAGESWeston Andros Adamson2012-11-04
* SUNRPC: remove BUG_ON in svc_xprt_receivedWeston Andros Adamson2012-11-04
* svcrpc: split up svc_handle_xprtJ. Bruce Fields2012-08-21
* svcrpc: break up svc_recvJ. Bruce Fields2012-08-21
* svcrpc: make svc_xprt_received staticJ. Bruce Fields2012-08-21
* svcrpc: make xpo_recvfrom return only >=0J. Bruce Fields2012-08-21
* svcrpc: share some setup of listening socketsJ. Bruce Fields2012-08-21
* svcrpc: make svc_create_xprt enqueue on clearing XPT_BUSYJ. Bruce Fields2012-08-21
* svcrpc: fix xpt_list traversal locking on shutdownJ. Bruce Fields2012-08-21
* svcrpc: fix svc_xprt_enqueue/svc_recv busy-loopingJ. Bruce Fields2012-08-20
* svcrpc: sends on closed socket should stop immediatelyJ. Bruce Fields2012-08-20
* Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-06-01
|\
| * svcrpc: fix a comment typoJ. Bruce Fields2012-05-31