aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc_xprt.c
Commit message (Expand)AuthorAge
* 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
| * sunrpc: do array overrun check in svc_recv before allocating pagesJeff Layton2012-05-31
* | net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-15
|/
* SUNRPC: service destruction in network namespace contextStanislav Kinsbursky2012-02-15
* SUNRPC: clear svc transports lists helper introducedStanislav Kinsbursky2012-02-15
* SUNRPC: clear svc pools lists helper introducedStanislav Kinsbursky2012-02-15
* SUNRPC: search for service transports in network namespace contextStanislav Kinsbursky2012-01-31
* Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-01-14
|\
| * SUNRPC: create svc_xprt in proper network namespaceStanislav Kinsbursky2011-12-06
| * svcrpc: avoid memory-corruption on pool shutdownJ. Bruce Fields2011-12-06