summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc_xprt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* svcrpc: make svc_create_xprt enqueue on clearing XPT_BUSYJ. Bruce Fields2012-08-211-1/+1
* svcrpc: fix xpt_list traversal locking on shutdownJ. Bruce Fields2012-08-211-9/+15
* svcrpc: fix svc_xprt_enqueue/svc_recv busy-loopingJ. Bruce Fields2012-08-201-5/+2
* svcrpc: sends on closed socket should stop immediatelyJ. Bruce Fields2012-08-201-1/+2
* Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-06-011-2/+2
|\
| * svcrpc: fix a comment typoJ. Bruce Fields2012-05-311-1/+1
| * sunrpc: do array overrun check in svc_recv before allocating pagesJeff Layton2012-05-311-1/+1
* | net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-8/+5
|/
* SUNRPC: service destruction in network namespace contextStanislav Kinsbursky2012-02-151-10/+17
* SUNRPC: clear svc transports lists helper introducedStanislav Kinsbursky2012-02-151-8/+11
* SUNRPC: clear svc pools lists helper introducedStanislav Kinsbursky2012-02-151-6/+13