summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2015-01-30xprtrdma: Clean up hdrlenChuck Lever
2015-01-30xprtrdma: Display XIDs in host byte orderChuck Lever
2015-01-30xprtrdma: Modernize htonl and ntohlChuck Lever
2015-01-30xprtrdma: human-readable completion statusChuck Lever
2015-01-24SUNRPC: Allow waiting on memory allocationTrond Myklebust
2015-01-24SUNRPC: Adjust rpciod workqueue parametersTrond Myklebust
2015-01-23sunrpc/lockd: fix references to the BKLJeff Layton
2015-01-15svcrdma: Handle additional inline contentChuck Lever
2015-01-15svcrdma: Move read list XDR round-up logicChuck Lever
2015-01-15svcrdma: Support RDMA_NOMSG requestsChuck Lever
2015-01-15svcrdma: rc_position sanity checkingChuck Lever
2015-01-15svcrdma: Plant reader function in struct svcxprt_rdmaChuck Lever
2015-01-15svcrdma: Find rmsgp more reliablyChuck Lever
2015-01-15svcrdma: Scrub BUG_ON() and WARN_ON() call sitesChuck Lever
2015-01-15svcrdma: Clean up read chunk countingChuck Lever
2015-01-15svcrdma: Remove unused variableChuck Lever
2015-01-15svcrdma: Clean up dprintkChuck Lever
2015-01-07rpc: fix xdr_truncate_encode to handle buffer ending on page boundaryJ. Bruce Fields
2014-12-09sunrpc/cache: convert to use string_escape_str()Andy Shevchenko
2014-12-09sunrpc: only call test_bit once in svc_xprt_receivedJeff Layton
2014-12-09sunrpc: add some tracepoints around enqueue and dequeue of svc_xprtJeff Layton
2014-12-09sunrpc: convert to lockless lookup of queued server threadsJeff Layton
2014-12-09sunrpc: fix potential races in pool_stats collectionJeff Layton
2014-12-09sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free itJeff Layton
2014-12-09sunrpc: require svc_create callers to pass in meaningful shutdown routineJeff Layton
2014-12-09sunrpc: have svc_wake_up only deal with pool 0Jeff Layton
2014-12-09sunrpc: convert sp_task_pending flag to use atomic bitopsJeff Layton
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton
2014-12-09sunrpc: move rq_dropme flag into rq_flagsJeff Layton
2014-12-09sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton
2014-12-09sunrpc: move rq_local field to rq_flagsJeff Layton
2014-12-09sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton
2014-12-09Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields
2014-12-01sunrpc: release svc_pool_map reference when serv allocation failsJeff Layton
2014-12-01sunrpc: eliminate the XPT_DETACHED flagJeff Layton
2014-11-27sunrpc: add a debugfs rpc_xprt directory with an info file in itJeff Layton
2014-11-27sunrpc: add debugfs file for displaying client rpc_task queueJeff Layton
2014-11-26Merge tag 'nfs-rdma-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rd...Trond Myklebust
2014-11-26Merge tag 'nfs-cel-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdm...Trond Myklebust
2014-11-25SUNRPC: serialize iostats updatesChuck Lever
2014-11-25xprtrdma: Display async errorsChuck Lever
2014-11-25xprtrdma: Enable pad optimizationChuck Lever
2014-11-25xprtrdma: Re-write rpcrdma_flush_cqs()Chuck Lever
2014-11-25xprtrdma: Refactor tasklet schedulingChuck Lever
2014-11-25xprtrdma: unmap all FMRs during transport disconnectChuck Lever
2014-11-25xprtrdma: Cap req_cqinitChuck Lever
2014-11-25xprtrdma: Return an errno from rpcrdma_register_external()Chuck Lever
2014-11-24sunrpc: eliminate RPC_TRACEPOINTSJeff Layton
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton
2014-11-24sunrpc: add tracepoints in xs_tcp_data_recvJeff Layton