summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-09nfsd4: fix xdr4 count of server in fs_location4Benjamin Coddington1-1/+1
2014-12-09nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington1-0/+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-09fs: nfsd: Fix signedness bug in compare_blobRasmus Villemoes1-8/+7
2014-12-09sunrpc: add some tracepoints around enqueue and dequeue of svc_xprtJeff Layton2-7/+109
2014-12-09sunrpc: convert to lockless lookup of queued server threadsJeff Layton4-103/+132
2014-12-09sunrpc: fix potential races in pool_stats collectionJeff Layton2-9/+9
2014-12-09sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free itJeff Layton3-5/+10
2014-12-09sunrpc: require svc_create callers to pass in meaningful shutdown routineJeff Layton2-4/+1
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 Layton2-5/+6
2014-12-09sunrpc: move rq_cachetype field to better optimize spaceJeff Layton1-1/+1
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton7-12/+13
2014-12-09sunrpc: move rq_dropme flag into rq_flagsJeff Layton5-9/+9
2014-12-09sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton5-9/+10
2014-12-09sunrpc: move rq_local field to rq_flagsJeff Layton4-5/+9
2014-12-09sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton5-10/+22
2014-12-09Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields271-1021/+2556
2014-12-01nfsd: minor off by one checks in __write_versions()Dan Carpenter1-3/+3
2014-12-01sunrpc: release svc_pool_map reference when serv allocation failsJeff Layton1-5/+7
2014-12-01sunrpc: eliminate the XPT_DETACHED flagJeff Layton2-7/+4
2014-11-27sunrpc: add a debugfs rpc_xprt directory with an info file in itJeff Layton4-7/+134
2014-11-27sunrpc: add debugfs file for displaying client rpc_task queueJeff Layton7-1/+245
2014-11-27Merge tag 'nfs-rdma-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rd...Trond Myklebust3-17/+107
2014-11-27Merge tag 'nfs-cel-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdm...Trond Myklebust4-26/+39
2014-11-26nfs: Add DEALLOCATE supportAnna Schumaker8-2/+91
2014-11-26nfs: Add ALLOCATE supportAnna Schumaker11-1/+183
2014-11-26NFS: Clean up nfs4_init_callback()Chuck Lever1-17/+14
2014-11-26NFS: SETCLIENTID XDR buffer sizes are incorrectChuck Lever1-4/+6
2014-11-26SUNRPC: serialize iostats updatesChuck Lever2-5/+19
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-25nfs: define nfs_inc_fscache_stats and using it as possibleLi RongQing2-12/+17
2014-11-25nfs: replace nfs_add_stats with nfs_inc_stats when add oneLi RongQing2-2/+2
2014-11-25NFS: Deletion of unnecessary checks before the function call "nfs_put_client"Markus Elfring2-12/+6
2014-11-25sunrpc: eliminate RPC_TRACEPOINTSJeff Layton3-13/+4
2014-11-25sunrpc: eliminate RPC_DEBUGJeff Layton32-56/+53
2014-11-25lockd: eliminate LOCKD_DEBUGJeff Layton2-6/+2
2014-11-25nfs41: fix nfs4_proc_layoutget error handlingPeng Tao1-3/+3
2014-11-25NFS: fix subtle change in COMMIT behaviorWeston Andros Adamson5-15/+27
2014-11-25pnfs/blocklayout: fix end calculation in pnfs_num_cont_bytesChristoph Hellwig1-1/+1
2014-11-24sunrpc: add tracepoints in xs_tcp_data_recvJeff Layton3-60/+104
2014-11-24sunrpc: add new tracepoints in xprt handling codeJeff Layton3-2/+78
2014-11-24sunrpc: add some tracepoints in svc_rqst handling functionsJeff Layton3-19/+88