summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-26Merge tag 'nfs-rdma-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rd...Trond Myklebust3-17/+107
2014-11-26Merge tag 'nfs-cel-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdm...Trond Myklebust4-26/+39
2014-11-25nfs: Add DEALLOCATE supportAnna Schumaker8-2/+91
2014-11-25nfs: Add ALLOCATE supportAnna Schumaker11-1/+183
2014-11-25NFS: Clean up nfs4_init_callback()Chuck Lever1-17/+14
2014-11-25NFS: SETCLIENTID XDR buffer sizes are incorrectChuck Lever1-4/+6
2014-11-25SUNRPC: 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-24nfs: define nfs_inc_fscache_stats and using it as possibleLi RongQing2-12/+17
2014-11-24nfs: replace nfs_add_stats with nfs_inc_stats when add oneLi RongQing2-2/+2
2014-11-24NFS: Deletion of unnecessary checks before the function call "nfs_put_client"Markus Elfring2-12/+6
2014-11-24sunrpc: eliminate RPC_TRACEPOINTSJeff Layton3-13/+4
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton32-56/+53
2014-11-24lockd: eliminate LOCKD_DEBUGJeff Layton2-6/+2
2014-11-24nfs41: fix nfs4_proc_layoutget error handlingPeng Tao1-3/+3
2014-11-24NFS: fix subtle change in COMMIT behaviorWeston Andros Adamson5-15/+27
2014-11-24pnfs/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
2014-11-24NFS: Use nfs_server_capable() for checknig NFS_CAP_SEEKAnna Schumaker1-1/+1
2014-11-24nfs: Remove dead case from nfs4_map_errors()Jan Kara1-2/+0
2014-11-23Linux 3.18-rc6v3.18-rc6Linus Torvalds1-1/+1
2014-11-23uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski2-2/+1
2014-11-23sched: Provide update_curr callbacks for stop/idle scheduling classesThomas Gleixner2-0/+10
2014-11-23Merge branch 'x86-traps' (trap handling from Andy Lutomirski)Linus Torvalds6-84/+82
2014-11-23x86_64, traps: Rework bad_iretAndy Lutomirski2-26/+48
2014-11-23x86_64, traps: Stop using IST for #SSAndy Lutomirski6-26/+8
2014-11-23x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in CAndy Lutomirski2-32/+26