aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAge
* sunrpc/cache: convert to use string_escape_str()Andy Shevchenko2014-12-09
* 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: add a rcu_head to svc_rqst and use kfree_rcu to free itJeff Layton2014-12-09
* sunrpc: require svc_create callers to pass in meaningful shutdown routineJeff 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_splice_ok flag into rq_flagsJeff 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: move rq_local field 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 a debugfs rpc_xprt directory with an info file in itJeff Layton2014-11-27
| * sunrpc: add debugfs file for displaying client rpc_task queueJeff Layton2014-11-27
| * Merge tag 'nfs-rdma-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rd...Trond Myklebust2014-11-26
| |\
| | * xprtrdma: Display async errorsChuck Lever2014-11-25
| | * xprtrdma: Enable pad optimizationChuck Lever2014-11-25
| | * xprtrdma: Re-write rpcrdma_flush_cqs()Chuck Lever2014-11-25
| | * xprtrdma: Refactor tasklet schedulingChuck Lever2014-11-25
| | * xprtrdma: unmap all FMRs during transport disconnectChuck Lever2014-11-25
| | * xprtrdma: Cap req_cqinitChuck Lever2014-11-25
| | * xprtrdma: Return an errno from rpcrdma_register_external()Chuck Lever2014-11-25
| * | Merge tag 'nfs-cel-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdm...Trond Myklebust2014-11-26
| |\ \
| | * | SUNRPC: serialize iostats updatesChuck Lever2014-11-25
| | |/
| * | sunrpc: eliminate RPC_TRACEPOINTSJeff Layton2014-11-24
| * | sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-24
| * | sunrpc: add tracepoints in xs_tcp_data_recvJeff Layton2014-11-24
| * | sunrpc: add new tracepoints in xprt handling codeJeff Layton2014-11-24
| * | sunrpc: add some tracepoints in svc_rqst handling functionsJeff Layton2014-11-24
| |/
* | sunrpc: release svc_pool_map reference when serv allocation failsJeff Layton2014-12-01
* | sunrpc: eliminate the XPT_DETACHED flagJeff Layton2014-12-01
* | merge nfs bugfixes into nfsd for-3.19 branchJ. Bruce Fields2014-11-19
|\ \
| * | SUNRPC: Fix locking around callback channel reply receiveTrond Myklebust2014-11-19
| |/
| * sunrpc: fix sleeping under rcu_read_lock in gss_stringify_acceptorJeff Layton2014-11-13
* | SUNRPC: off by one in BUG_ON()Dan Carpenter2014-10-29
* | rpc: change comments to assertionsJ. Bruce Fields2014-10-23
* | RPC: remove unneeded checks from xdr_truncate_encode()J. Bruce Fields2014-10-23
|/
* Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-10-08
|\
| * svcrdma: advertise the correct max payloadSteve Wise2014-09-29
| * sunrpc: fix byte-swapping of displayed XIDChuck Lever2014-08-28
| * SUNRPC: Fix compile on non-x86J. Bruce Fields2014-08-28
| * SUNRPC: Optimise away svc_recv_availableTrond Myklebust2014-08-17
| * 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