aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sunrpc/sched.h
AgeCommit message (Expand)Author
2011-07-17SUNRPC: Allow caller of rpc_sleep_on() to select priority levelsTrond Myklebust
2011-06-15NLM: Don't hang forever on NLM unlock requestsTrond Myklebust
2011-04-24SUNRPC: Allow RPC calls to return ETIMEDOUT instead of EIOTrond Myklebust
2011-04-18NFSv4.1: Don't update sequence number if rpc_task is not sentBryan Schumaker
2011-03-10SUNRPC: Close a race in __rpc_wait_for_completion_task()Trond Myklebust
2010-08-04SUNRPC: Ensure that rpc_exit() always wakes up a sleeping taskTrond Myklebust
2010-05-14SUNRPC: Reorder the struct rpc_task fieldsTrond Myklebust
2010-05-14SUNRPC: Remove the 'tk_magic' debugging fieldTrond Myklebust
2010-05-14SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstTrond Myklebust
2010-05-14SUNRPC: Replace jiffies-based metrics with ktime-based metricsChuck Lever
2009-12-15rpc: add a new priority in RPC taskAlexandros Batsakis
2009-12-15rpc: add rpc_queue_empty functionAlexandros Batsakis
2009-12-03SUNRPC: Allow RPCs to fail quickly if the server is unreachableChuck Lever
2009-06-17nfs41: Add backchannel processing support to RPC state machineRicardo Labiaga
2009-06-17nfs41: sunrpc: Export the call prepare state for session resetAndy Adamson
2008-07-09rpc: minor cleanup of scheduler callback code\\\"J. Bruce Fields\\\
2008-02-28SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust
2008-02-28SUNRPC: Eliminate the now-redundant rpc_start_wakeup()Trond Myklebust
2008-02-28SUNRPC: Switch tasks to using the rpc_waitqueue's timer functionTrond Myklebust
2008-02-28SUNRPC: Add a timer function to wait queues.Trond Myklebust
2008-02-28SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesTrond Myklebust
2008-02-25SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust
2008-02-25SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_taskTrond Myklebust
2008-02-25SUNRPC: Add a new helper rpc_wake_up_queued_task()Trond Myklebust
2008-02-25SUNRPC: Allow the rpc_release() callback to be run on another workqueueTrond Myklebust
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2008-01-30SUNRPC: Remove the obsolete RPC_WAITQ macroTrond Myklebust
2008-01-30SUNRPC: Unexport rpc_init_task() and rpc_execute()Trond Myklebust
2008-01-30SUNRPC: allow the caller of rpc_run_task to preallocate the struct rpc_taskTrond Myklebust
2008-01-30SUNRPC: Clean up the initialisation of priority queue scheduling info.Trond Myklebust
2008-01-30SUNRPC: Clean up rpc_run_taskTrond Myklebust
2008-01-30SUNRPC: Cleanup of rpc_task initialisationTrond Myklebust
2007-12-06NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox
2007-07-10SUNRPC: Remove the tk_auth macro...Trond Myklebust
2007-07-10SUNRPC: Move rpc_task->tk_task list into struct rpc_clntTrond Myklebust
2007-04-30SUNRPC: Eliminate side effects from rpc_mallocChuck Lever
2007-02-20[PATCH] Fix build errors if bitop functions are do {} while macrosRalf Baechle
2007-02-03RPC: Clean up rpc_execute...Trond Myklebust
2007-01-24[PATCH] NFS: Fix Oops in rpc_call_sync()Trond Myklebust
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust
2006-12-07[PATCH] lockdep: name some old style locksPeter Zijlstra
2006-12-06SUNRPC: Fix up missing BKL in asynchronous RPC callback functionsTrond Myklebust
2006-12-06SUNRPC: Fix a potential race in rpc_wake_up_task()Trond Myklebust
2006-12-06Fix a second potential rpc_wakeup race...Trond Myklebust
2006-09-22SUNRPC: Support for RPC child tasks no longer neededChuck Lever
2006-03-20SUNRPC: eliminate rpc_call()Chuck Lever
2006-03-20SUNRPC: introduce per-task RPC iostatsChuck Lever
2006-03-20SUNRPC: track length of RPC wait queuesChuck Lever
2006-03-20SUNRPC: Run rpci->queue_timeout on the rpciod workqueue instead of genericTrond Myklebust
2006-01-06SUNRPC: switchable buffer allocationChuck Lever