Age | Commit message (Expand) | Author | Files | Lines |
2018-12-28 | sunrpc: fix debug message in svc_create_xprt() | Vasily Averin | 1 | -2/+2 |
2018-12-28 | sunrpc: use-after-free in svc_process_common() | Vasily Averin | 1 | -2/+3 |
2018-10-30 | Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+1 |
2018-10-29 | nfsd: Fix an Oops in free_session() | Trond Myklebust | 1 | -1/+1 |
2018-09-30 | SUNRPC: Clean up transport write space handling | Trond Myklebust | 1 | -2/+0 |
2018-04-03 | svc: Report xprt dequeue latency | Chuck Lever | 1 | -2/+2 |
2018-04-03 | sunrpc: Report per-RPC execution stats | Chuck Lever | 1 | -1/+2 |
2018-04-03 | sunrpc: Save remote presentation address in svc_xprt for trace events | Chuck Lever | 1 | -1/+2 |
2018-04-03 | sunrpc: Simplify trace_svc_recv | Chuck Lever | 1 | -1/+0 |
2018-04-03 | sunrpc: Simplify do_enqueue tracing | Chuck Lever | 1 | -8/+3 |
2018-04-03 | sunrpc: Move trace_svc_xprt_dequeue() | Chuck Lever | 1 | -4/+1 |
2018-04-03 | svc: Simplify ->xpo_secure_port | Chuck Lever | 1 | -4/+1 |
2018-04-03 | sunrpc: Remove unneeded pointer dereference | Chuck Lever | 1 | -2/+2 |
2017-11-22 | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts | Kees Cook | 1 | -1/+1 |
2017-11-18 | Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -73/+33 |
2017-11-08 | SUNRPC: Improve ordering of transport processing | Trond Myklebust | 1 | -70/+30 |
2017-11-08 | sunrcp: make function _svc_create_xprt static | Colin Ian King | 1 | -3/+3 |
2017-10-18 | sunrpc: Convert timers to use timer_setup() | Kees Cook | 1 | -5/+4 |
2017-07-12 | sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqst | Chuck Lever | 1 | -4/+6 |
2017-02-21 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -3/+3 |
2017-01-14 | locking/atomic, kref: Add kref_read() | Peter Zijlstra | 1 | -3/+3 |
2017-01-12 | sunrpc: don't call sleeping functions from the notifier block callbacks | Scott Mayhew | 1 | -3/+7 |
2016-11-14 | sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transports | Scott Mayhew | 1 | -10/+1 |
2016-07-13 | SUNRPC: Remove unused callback xpo_adjust_wspace() | Trond Myklebust | 1 | -2/+0 |
2016-07-13 | SUNRPC: Add a server side per-connection limit | Trond Myklebust | 1 | -3/+36 |
2016-07-13 | SUNRPC: Add tracepoints for dropped and deferred requests | Trond Myklebust | 1 | -0/+4 |
2016-07-13 | SUNRPC: Add a tracepoint for server socket out-of-space conditions | Trond Myklebust | 1 | -2/+6 |
2016-06-15 | rpc: share one xps between all backchannels | J. Bruce Fields | 1 | -0/+2 |
2016-05-23 | svcrpc: autoload rdma module | J. Bruce Fields | 1 | -4/+19 |
2015-12-23 | sunrpc: Add a function to close temporary transports immediately | Scott Mayhew | 1 | -0/+45 |
2015-08-10 | nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operation | Jeff Layton | 1 | -5/+5 |
2015-01-23 | sunrpc/lockd: fix references to the BKL | Jeff Layton | 1 | -2/+1 |
2014-12-09 | sunrpc: only call test_bit once in svc_xprt_received | Jeff Layton | 1 | -2/+4 |
2014-12-09 | sunrpc: add some tracepoints around enqueue and dequeue of svc_xprt | Jeff Layton | 1 | -7/+15 |
2014-12-09 | sunrpc: convert to lockless lookup of queued server threads | Jeff Layton | 1 | -97/+124 |
2014-12-09 | sunrpc: fix potential races in pool_stats collection | Jeff Layton | 1 | -6/+6 |
2014-12-09 | sunrpc: have svc_wake_up only deal with pool 0 | Jeff Layton | 1 | -21/+16 |
2014-12-09 | sunrpc: convert sp_task_pending flag to use atomic bitops | Jeff Layton | 1 | -4/+3 |
2014-12-09 | sunrpc: move rq_dropme flag into rq_flags | Jeff Layton | 1 | -1/+1 |
2014-12-09 | sunrpc: move rq_usedeferral flag to rq_flags | Jeff Layton | 1 | -1/+1 |
2014-12-09 | sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to it | Jeff Layton | 1 | -1/+4 |
2014-12-09 | Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branch | J. Bruce Fields | 1 | -10/+21 |
2014-12-01 | sunrpc: eliminate the XPT_DETACHED flag | Jeff Layton | 1 | -3/+1 |
2014-11-24 | sunrpc: add some tracepoints in svc_rqst handling functions | Jeff Layton | 1 | -10/+21 |
2014-08-28 | SUNRPC: Fix compile on non-x86 | J. Bruce Fields | 1 | -4/+0 |
2014-08-17 | SUNRPC: More optimisations of svc_xprt_enqueue() | Trond Myklebust | 1 | -14/+7 |
2014-08-17 | SUNRPC: Fix broken kthread_should_stop test in svc_get_next_xprt | Trond Myklebust | 1 | -21/+10 |
2014-08-17 | SUNRPC: get rid of the request wait queue | Trond Myklebust | 1 | -15/+17 |
2014-08-17 | SUNRPC: Do not grab pool->sp_lock unnecessarily in svc_get_next_xprt | Trond Myklebust | 1 | -5/+10 |
2014-08-17 | SUNRPC: Do not override wspace tests in svc_handle_xprt | Trond Myklebust | 1 | -1/+1 |