aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sunrpc/sched.h
AgeCommit message (Expand)Author
2015-06-10sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton
2015-06-05SUNRPC: Remove unused argument 'tk_ops' in rpc_run_bc_taskTrond Myklebust
2014-11-24sunrpc: eliminate RPC_TRACEPOINTSJeff Layton
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2013-10-01SUNRPC: Add RPC task and client level options to disable the resend timeoutTrond Myklebust
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-09-04SUNRPC: Ensure rpc_task->tk_pid is available for tracepointsTrond Myklebust
2013-08-07SUNRPC: If the rpcbind channel is disconnected, fail the call to unregisterTrond Myklebust
2013-06-06SUNRPC: Remove unused functions rpc_task_set/has_priorityTrond Myklebust
2013-06-06SUNRPC: Remove the unused helpers task_for_each() and task_for_first()Trond Myklebust
2013-06-06SUNRPC: Remove unused function rpc_queue_emptyTrond Myklebust
2013-02-01SUNRPC: Nuke the tk_xprt macroTrond Myklebust
2012-12-06SUNRPC: Don't allow low priority tasks to pre-empt higher priority onesTrond Myklebust
2012-02-17NFS: include filelayout DS rpc stats in mountstatsWeston Andros Adamson
2012-02-15SUNRPC: Ensure that we can trace waitqueues when !defined(CONFIG_SYSCTL)Trond Myklebust
2012-01-31SUNRPC: Add trace events to the sunrpc subsystemTrond Myklebust
2012-01-31SUNRPC: Fix potential races in xprt_lock_write_next()Trond Myklebust
2012-01-31SUNRPC: make SUNPRC clients list per network namespace contextStanislav Kinsbursky
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