summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/sched.h
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Nuke the tk_xprt macroTrond Myklebust2013-02-011-1/+0
* SUNRPC: Don't allow low priority tasks to pre-empt higher priority onesTrond Myklebust2012-12-061-1/+0
* NFS: include filelayout DS rpc stats in mountstatsWeston Andros Adamson2012-02-171-0/+1
* SUNRPC: Ensure that we can trace waitqueues when !defined(CONFIG_SYSCTL)Trond Myklebust2012-02-151-2/+13
* SUNRPC: Add trace events to the sunrpc subsystemTrond Myklebust2012-01-311-1/+1
* SUNRPC: Fix potential races in xprt_lock_write_next()Trond Myklebust2012-01-311-0/+3
* SUNRPC: make SUNPRC clients list per network namespace contextStanislav Kinsbursky2012-01-311-1/+2
* SUNRPC: Allow caller of rpc_sleep_on() to select priority levelsTrond Myklebust2011-07-171-0/+4
* NLM: Don't hang forever on NLM unlock requestsTrond Myklebust2011-06-151-1/+2
* SUNRPC: Allow RPC calls to return ETIMEDOUT instead of EIOTrond Myklebust2011-04-241-1/+2
* NFSv4.1: Don't update sequence number if rpc_task is not sentBryan Schumaker2011-04-181-0/+2
* SUNRPC: Close a race in __rpc_wait_for_completion_task()Trond Myklebust2011-03-101-0/+1
* SUNRPC: Ensure that rpc_exit() always wakes up a sleeping taskTrond Myklebust2010-08-041-6/+1
* SUNRPC: Reorder the struct rpc_task fieldsTrond Myklebust2010-05-141-6/+6
* SUNRPC: Remove the 'tk_magic' debugging fieldTrond Myklebust2010-05-141-3/+0
* SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstTrond Myklebust2010-05-141-3/+1
* SUNRPC: Replace jiffies-based metrics with ktime-based metricsChuck Lever2010-05-141-2/+3
* rpc: add a new priority in RPC taskAlexandros Batsakis2009-12-151-1/+12
* rpc: add rpc_queue_empty functionAlexandros Batsakis2009-12-151-0/+1
* SUNRPC: Allow RPCs to fail quickly if the server is unreachableChuck Lever2009-12-031-0/+2
* nfs41: Add backchannel processing support to RPC state machineRicardo Labiaga2009-06-171-0/+2
* nfs41: sunrpc: Export the call prepare state for session resetAndy Adamson2009-06-171-0/+1
* rpc: minor cleanup of scheduler callback code\\\"J. Bruce Fields\\\2008-07-091-1/+0
* SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust2008-02-281-2/+0
* SUNRPC: Eliminate the now-redundant rpc_start_wakeup()Trond Myklebust2008-02-281-11/+1
* SUNRPC: Switch tasks to using the rpc_waitqueue's timer functionTrond Myklebust2008-02-281-8/+1
* SUNRPC: Add a timer function to wait queues.Trond Myklebust2008-02-281-0/+9
* SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesTrond Myklebust2008-02-281-0/+1
* SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust2008-02-251-3/+1
* SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_taskTrond Myklebust2008-02-251-1/+0
* SUNRPC: Add a new helper rpc_wake_up_queued_task()Trond Myklebust2008-02-251-1/+3
* SUNRPC: Allow the rpc_release() callback to be run on another workqueueTrond Myklebust2008-02-251-0/+1
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-011-2/+0
|\
| * NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox2007-12-061-2/+0
* | SUNRPC: Remove the obsolete RPC_WAITQ macroTrond Myklebust2008-01-301-23/+0
* | SUNRPC: Unexport rpc_init_task() and rpc_execute()Trond Myklebust2008-01-301-1/+0
* | SUNRPC: allow the caller of rpc_run_task to preallocate the struct rpc_taskTrond Myklebust2008-01-301-0/+1
* | SUNRPC: Clean up the initialisation of priority queue scheduling info.Trond Myklebust2008-01-301-8/+9
* | SUNRPC: Clean up rpc_run_taskTrond Myklebust2008-01-301-2/+1
* | SUNRPC: Cleanup of rpc_task initialisationTrond Myklebust2008-01-301-5/+9
|/
* SUNRPC: Remove the tk_auth macro...Trond Myklebust2007-07-101-1/+0
* SUNRPC: Move rpc_task->tk_task list into struct rpc_clntTrond Myklebust2007-07-101-5/+0
* SUNRPC: Eliminate side effects from rpc_mallocChuck Lever2007-04-301-1/+1
* [PATCH] Fix build errors if bitop functions are do {} while macrosRalf Baechle2007-02-201-6/+6
* RPC: Clean up rpc_execute...Trond Myklebust2007-02-031-1/+1
* [PATCH] NFS: Fix Oops in rpc_call_sync()Trond Myklebust2007-01-241-1/+0
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust2006-12-071-2/+2
|\
| * [PATCH] lockdep: name some old style locksPeter Zijlstra2006-12-071-2/+2
* | SUNRPC: Fix up missing BKL in asynchronous RPC callback functionsTrond Myklebust2006-12-061-0/+1
* | SUNRPC: Fix a potential race in rpc_wake_up_task()Trond Myklebust2006-12-061-0/+2