| Commit message (Expand) | Author | Age | Files | Lines |
* | sunrpc/lockd: fix references to the BKL | Jeff Layton | 2015-01-23 | 1 | -2/+1 |
* | sunrpc: only call test_bit once in svc_xprt_received | Jeff Layton | 2014-12-09 | 1 | -2/+4 |
* | sunrpc: add some tracepoints around enqueue and dequeue of svc_xprt | Jeff Layton | 2014-12-09 | 1 | -7/+15 |
* | sunrpc: convert to lockless lookup of queued server threads | Jeff Layton | 2014-12-09 | 1 | -97/+124 |
* | sunrpc: fix potential races in pool_stats collection | Jeff Layton | 2014-12-09 | 1 | -6/+6 |
* | sunrpc: have svc_wake_up only deal with pool 0 | Jeff Layton | 2014-12-09 | 1 | -21/+16 |
* | sunrpc: convert sp_task_pending flag to use atomic bitops | Jeff Layton | 2014-12-09 | 1 | -4/+3 |
* | sunrpc: move rq_dropme flag into rq_flags | Jeff Layton | 2014-12-09 | 1 | -1/+1 |
* | sunrpc: move rq_usedeferral flag to rq_flags | Jeff Layton | 2014-12-09 | 1 | -1/+1 |
* | sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to it | Jeff Layton | 2014-12-09 | 1 | -1/+4 |
* | Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branch | J. Bruce Fields | 2014-12-09 | 1 | -10/+21 |
|\ |
|
| * | sunrpc: add some tracepoints in svc_rqst handling functions | Jeff Layton | 2014-11-24 | 1 | -10/+21 |
* | | sunrpc: eliminate the XPT_DETACHED flag | Jeff Layton | 2014-12-01 | 1 | -3/+1 |
|/ |
|
* | SUNRPC: Fix compile on non-x86 | J. Bruce Fields | 2014-08-28 | 1 | -4/+0 |
* | SUNRPC: More optimisations of svc_xprt_enqueue() | Trond Myklebust | 2014-08-17 | 1 | -14/+7 |
* | SUNRPC: Fix broken kthread_should_stop test in svc_get_next_xprt | Trond Myklebust | 2014-08-17 | 1 | -21/+10 |
* | SUNRPC: get rid of the request wait queue | Trond Myklebust | 2014-08-17 | 1 | -15/+17 |
* | SUNRPC: Do not grab pool->sp_lock unnecessarily in svc_get_next_xprt | Trond Myklebust | 2014-08-17 | 1 | -5/+10 |
* | SUNRPC: Do not override wspace tests in svc_handle_xprt | Trond Myklebust | 2014-08-17 | 1 | -1/+1 |
* | SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freed | Trond Myklebust | 2014-07-29 | 1 | -0/+2 |
* | SUNRPC: Reduce contention in svc_xprt_enqueue() | Trond Myklebust | 2014-07-29 | 1 | -8/+17 |
* | nfsd4: allow encoding across page boundaries | J. Bruce Fields | 2014-05-30 | 1 | -0/+1 |
* | SUNRPC: Fix a module reference leak in svc_handle_xprt | Trond Myklebust | 2014-05-22 | 1 | -0/+2 |
* | NFSD: Ignore client's source port on RDMA transports | Chuck Lever | 2014-05-22 | 1 | -1/+1 |
* | net: Mark functions as static in net/sunrpc/svc_xprt.c | Rashika Kheria | 2014-02-09 | 1 | -3/+3 |
* | svcrpc: fix rpc server shutdown races | J. Bruce Fields | 2013-02-17 | 1 | -25/+32 |
* | svcrpc: make svc_age_temp_xprts enqueue under sv_lock | J. Bruce Fields | 2013-02-17 | 1 | -13/+2 |
* | sunrpc: Fix lockd sleeping until timeout | Andriy Skulysh | 2013-01-23 | 1 | -1/+8 |
* | SUNRPC: remove BUG_ON in svc_delete_xprt | Weston Andros Adamson | 2012-11-04 | 1 | -1/+1 |
* | SUNRPC: remove BUG_ONs checking RPCSVC_MAXPAGES | Weston Andros Adamson | 2012-11-04 | 1 | -1/+4 |
* | SUNRPC: remove BUG_ON in svc_xprt_received | Weston Andros Adamson | 2012-11-04 | 1 | -1/+3 |
* | svcrpc: split up svc_handle_xprt | J. Bruce Fields | 2012-08-21 | 1 | -22/+25 |
* | svcrpc: break up svc_recv | J. Bruce Fields | 2012-08-21 | 1 | -36/+67 |
* | svcrpc: make svc_xprt_received static | J. Bruce Fields | 2012-08-21 | 1 | -21/+20 |
* | svcrpc: make xpo_recvfrom return only >=0 | J. Bruce Fields | 2012-08-21 | 1 | -1/+1 |
* | svcrpc: share some setup of listening sockets | J. Bruce Fields | 2012-08-21 | 1 | -6/+10 |
* | svcrpc: make svc_create_xprt enqueue on clearing XPT_BUSY | J. Bruce Fields | 2012-08-21 | 1 | -1/+1 |
* | svcrpc: fix xpt_list traversal locking on shutdown | J. Bruce Fields | 2012-08-21 | 1 | -9/+15 |
* | svcrpc: fix svc_xprt_enqueue/svc_recv busy-looping | J. Bruce Fields | 2012-08-20 | 1 | -5/+2 |
* | svcrpc: sends on closed socket should stop immediately | J. Bruce Fields | 2012-08-20 | 1 | -1/+2 |
* | Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2012-06-01 | 1 | -2/+2 |
|\ |
|
| * | svcrpc: fix a comment typo | J. Bruce Fields | 2012-05-31 | 1 | -1/+1 |
| * | sunrpc: do array overrun check in svc_recv before allocating pages | Jeff Layton | 2012-05-31 | 1 | -1/+1 |
* | | net: Convert net_ratelimit uses to net_<level>_ratelimited | Joe Perches | 2012-05-15 | 1 | -8/+5 |
|/ |
|
* | SUNRPC: service destruction in network namespace context | Stanislav Kinsbursky | 2012-02-15 | 1 | -10/+17 |
* | SUNRPC: clear svc transports lists helper introduced | Stanislav Kinsbursky | 2012-02-15 | 1 | -8/+11 |
* | SUNRPC: clear svc pools lists helper introduced | Stanislav Kinsbursky | 2012-02-15 | 1 | -6/+13 |
* | SUNRPC: search for service transports in network namespace context | Stanislav Kinsbursky | 2012-01-31 | 1 | -1/+5 |
* | Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2012-01-14 | 1 | -21/+41 |
|\ |
|
| * | SUNRPC: create svc_xprt in proper network namespace | Stanislav Kinsbursky | 2011-12-06 | 1 | -3/+3 |