aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-07rpc: fix xdr_truncate_encode to handle buffer ending on page boundaryJ. Bruce Fields1-3/+3
2014-12-09sunrpc/cache: convert to use string_escape_str()Andy Shevchenko1-20/+6
2014-12-09sunrpc: only call test_bit once in svc_xprt_receivedJeff Layton1-2/+4
2014-12-09sunrpc: add some tracepoints around enqueue and dequeue of svc_xprtJeff Layton1-7/+15
2014-12-09sunrpc: convert to lockless lookup of queued server threadsJeff Layton2-100/+128
2014-12-09sunrpc: fix potential races in pool_stats collectionJeff Layton1-6/+6
2014-12-09sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free itJeff Layton1-4/+6
2014-12-09sunrpc: require svc_create callers to pass in meaningful shutdown routineJeff Layton1-3/+0
2014-12-09sunrpc: have svc_wake_up only deal with pool 0Jeff Layton1-21/+16
2014-12-09sunrpc: convert sp_task_pending flag to use atomic bitopsJeff Layton1-4/+3
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton2-2/+2
2014-12-09sunrpc: move rq_dropme flag into rq_flagsJeff Layton2-3/+3
2014-12-09sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton2-2/+2
2014-12-09sunrpc: move rq_local field to rq_flagsJeff Layton1-1/+4
2014-12-09sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton1-1/+4
2014-12-09Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields34-147/+536
2014-12-01sunrpc: release svc_pool_map reference when serv allocation failsJeff Layton1-5/+7
2014-12-01sunrpc: eliminate the XPT_DETACHED flagJeff Layton1-3/+1
2014-11-27sunrpc: add a debugfs rpc_xprt directory with an info file in itJeff Layton2-7/+116
2014-11-27sunrpc: add debugfs file for displaying client rpc_task queueJeff Layton5-1/+210
2014-11-26Merge tag 'nfs-rdma-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdma into linux-nextTrond Myklebust3-17/+107
2014-11-26Merge tag 'nfs-cel-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdma into linux-nextTrond Myklebust1-5/+16
2014-11-25SUNRPC: serialize iostats updatesChuck Lever1-5/+16
2014-11-25xprtrdma: Display async errorsChuck Lever1-4/+32
2014-11-25xprtrdma: Enable pad optimizationChuck Lever1-1/+1
2014-11-25xprtrdma: Re-write rpcrdma_flush_cqs()Chuck Lever1-2/+9
2014-11-25xprtrdma: Refactor tasklet schedulingChuck Lever1-5/+12
2014-11-25xprtrdma: unmap all FMRs during transport disconnectChuck Lever2-2/+42
2014-11-25xprtrdma: Cap req_cqinitChuck Lever2-1/+9
2014-11-25xprtrdma: Return an errno from rpcrdma_register_external()Chuck Lever1-2/+2
2014-11-24sunrpc: eliminate RPC_TRACEPOINTSJeff Layton1-1/+1
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton28-44/+44
2014-11-24sunrpc: add tracepoints in xs_tcp_data_recvJeff Layton1-59/+2
2014-11-24sunrpc: add new tracepoints in xprt handling codeJeff Layton2-2/+15
2014-11-24sunrpc: add some tracepoints in svc_rqst handling functionsJeff Layton2-19/+33
2014-11-19merge nfs bugfixes into nfsd for-3.19 branchJ. Bruce Fields2-16/+46
2014-11-19SUNRPC: Fix locking around callback channel reply receiveTrond Myklebust1-11/+16
2014-11-13sunrpc: fix sleeping under rcu_read_lock in gss_stringify_acceptorJeff Layton1-5/+30
2014-10-29SUNRPC: off by one in BUG_ON()Dan Carpenter1-1/+1
2014-10-23rpc: change comments to assertionsJ. Bruce Fields1-2/+3
2014-10-23RPC: remove unneeded checks from xdr_truncate_encode()J. Bruce Fields1-2/+2
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-69/+48
2014-09-30Merge branch 'bugfixes' into linux-nextTrond Myklebust1-0/+3
2014-09-29svcrdma: advertise the correct max payloadSteve Wise2-1/+8
2014-09-25SUNRPC: Add missing support for RPC_CLNT_CREATE_NO_RETRANS_TIMEOUTTrond Myklebust1-0/+3
2014-09-25NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()NeilBrown3-14/+0
2014-09-24rpc: Add -EPERM processing for xs_udp_send_request()Jason Baron2-0/+8
2014-09-24rpc: return sent and err from xs_sendpages()Jason Baron1-39/+42
2014-09-24SUNRPC: Don't wake tasks during connection abortBenjamin Coddington1-0/+4
2014-09-10rpc: xs_bind - do not bind when requesting a random ephemeral portChris Perl1-2/+18