aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-01SUNRPC: Add RPC task and client level options to disable the resend timeoutTrond Myklebust1-0/+1
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2013-09-04SUNRPC: Ensure rpc_task->tk_pid is available for tracepointsTrond Myklebust1-1/+1
2013-08-07SUNRPC: If the rpcbind channel is disconnected, fail the call to unregisterTrond Myklebust1-0/+1
2013-06-06SUNRPC: Remove unused functions rpc_task_set/has_priorityTrond Myklebust1-10/+0
2013-06-06SUNRPC: Remove the unused helpers task_for_each() and task_for_first()Trond Myklebust1-9/+0
2013-06-06SUNRPC: Remove unused function rpc_queue_emptyTrond Myklebust1-1/+0
2013-02-01SUNRPC: Nuke the tk_xprt macroTrond Myklebust1-1/+0
2012-12-06SUNRPC: Don't allow low priority tasks to pre-empt higher priority onesTrond Myklebust1-1/+0
2012-02-17NFS: include filelayout DS rpc stats in mountstatsWeston Andros Adamson1-0/+1
2012-02-15SUNRPC: Ensure that we can trace waitqueues when !defined(CONFIG_SYSCTL)Trond Myklebust1-2/+13
2012-01-31SUNRPC: Add trace events to the sunrpc subsystemTrond Myklebust1-1/+1
2012-01-31SUNRPC: Fix potential races in xprt_lock_write_next()Trond Myklebust1-0/+3
2012-01-31SUNRPC: make SUNPRC clients list per network namespace contextStanislav Kinsbursky1-1/+2
2011-07-17SUNRPC: Allow caller of rpc_sleep_on() to select priority levelsTrond Myklebust1-0/+4
2011-06-15NLM: Don't hang forever on NLM unlock requestsTrond Myklebust1-1/+2
2011-04-24SUNRPC: Allow RPC calls to return ETIMEDOUT instead of EIOTrond Myklebust1-1/+2
2011-04-18NFSv4.1: Don't update sequence number if rpc_task is not sentBryan Schumaker1-0/+2
2011-03-10SUNRPC: Close a race in __rpc_wait_for_completion_task()Trond Myklebust1-0/+1
2010-08-04SUNRPC: Ensure that rpc_exit() always wakes up a sleeping taskTrond Myklebust1-6/+1
2010-05-14SUNRPC: Reorder the struct rpc_task fieldsTrond Myklebust1-6/+6
2010-05-14SUNRPC: Remove the 'tk_magic' debugging fieldTrond Myklebust1-3/+0
2010-05-14SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstTrond Myklebust1-3/+1
2010-05-14SUNRPC: Replace jiffies-based metrics with ktime-based metricsChuck Lever1-2/+3
2009-12-15rpc: add a new priority in RPC taskAlexandros Batsakis1-1/+12
2009-12-15rpc: add rpc_queue_empty functionAlexandros Batsakis1-0/+1
2009-12-03SUNRPC: Allow RPCs to fail quickly if the server is unreachableChuck Lever1-0/+2
2009-06-17nfs41: Add backchannel processing support to RPC state machineRicardo Labiaga1-0/+2
2009-06-17nfs41: sunrpc: Export the call prepare state for session resetAndy Adamson1-0/+1
2008-07-09rpc: minor cleanup of scheduler callback code\\\"J. Bruce Fields\\\1-1/+0
2008-02-28SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust1-2/+0
2008-02-28SUNRPC: Eliminate the now-redundant rpc_start_wakeup()Trond Myklebust1-11/+1
2008-02-28SUNRPC: Switch tasks to using the rpc_waitqueue's timer functionTrond Myklebust1-8/+1
2008-02-28SUNRPC: Add a timer function to wait queues.Trond Myklebust1-0/+9
2008-02-28SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesTrond Myklebust1-0/+1
2008-02-25SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust1-3/+1
2008-02-25SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_taskTrond Myklebust1-1/+0
2008-02-25SUNRPC: Add a new helper rpc_wake_up_queued_task()Trond Myklebust1-1/+3
2008-02-25SUNRPC: Allow the rpc_release() callback to be run on another workqueueTrond Myklebust1-0/+1
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds1-2/+0
2008-01-30SUNRPC: Remove the obsolete RPC_WAITQ macroTrond Myklebust1-23/+0
2008-01-30SUNRPC: Unexport rpc_init_task() and rpc_execute()Trond Myklebust1-1/+0
2008-01-30SUNRPC: allow the caller of rpc_run_task to preallocate the struct rpc_taskTrond Myklebust1-0/+1
2008-01-30SUNRPC: Clean up the initialisation of priority queue scheduling info.Trond Myklebust1-8/+9
2008-01-30SUNRPC: Clean up rpc_run_taskTrond Myklebust1-2/+1
2008-01-30SUNRPC: Cleanup of rpc_task initialisationTrond Myklebust1-5/+9
2007-12-06NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox1-2/+0
2007-07-10SUNRPC: Remove the tk_auth macro...Trond Myklebust1-1/+0
2007-07-10SUNRPC: Move rpc_task->tk_task list into struct rpc_clntTrond Myklebust1-5/+0
2007-04-30SUNRPC: Eliminate side effects from rpc_mallocChuck Lever1-1/+1