summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/sched.h
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: eliminate RPC_TRACEPOINTSJeff Layton2014-11-241-3/+3
* sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-241-4/+4
* sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown2014-07-161-1/+1
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-4/+4
* SUNRPC: Add RPC task and client level options to disable the resend timeoutTrond Myklebust2013-10-021-0/+1
* Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-09-091-1/+1
|\
| * SUNRPC: Ensure rpc_task->tk_pid is available for tracepointsTrond Myklebust2013-09-041-1/+1
* | SUNRPC: If the rpcbind channel is disconnected, fail the call to unregisterTrond Myklebust2013-08-071-0/+1
|/
* SUNRPC: Remove unused functions rpc_task_set/has_priorityTrond Myklebust2013-06-061-10/+0Star
* SUNRPC: Remove the unused helpers task_for_each() and task_for_first()Trond Myklebust2013-06-061-9/+0Star
* SUNRPC: Remove unused function rpc_queue_emptyTrond Myklebust2013-06-061-1/+0Star
* SUNRPC: Nuke the tk_xprt macroTrond Myklebust2013-02-011-1/+0Star
* SUNRPC: Don't allow low priority tasks to pre-empt higher priority onesTrond Myklebust2012-12-061-1/+0Star
* 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-02-011-1/+1
* SUNRPC: Fix potential races in xprt_lock_write_next()Trond Myklebust2012-02-011-0/+3
* SUNRPC: make SUNPRC clients list per network namespace contextStanislav Kinsbursky2012-02-011-1/+2
* SUNRPC: Allow caller of rpc_sleep_on() to select priority levelsTrond Myklebust2011-07-181-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/+1Star
* SUNRPC: Reorder the struct rpc_task fieldsTrond Myklebust2010-05-141-6/+6
* SUNRPC: Remove the 'tk_magic' debugging fieldTrond Myklebust2010-05-141-3/+0Star
* SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstTrond Myklebust2010-05-141-3/+1Star
* 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/+0Star
* SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust2008-02-291-2/+0Star
* SUNRPC: Eliminate the now-redundant rpc_start_wakeup()Trond Myklebust2008-02-291-11/+1Star
* SUNRPC: Switch tasks to using the rpc_waitqueue's timer functionTrond Myklebust2008-02-291-8/+1Star
* SUNRPC: Add a timer function to wait queues.Trond Myklebust2008-02-291-0/+9
* SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesTrond Myklebust2008-02-291-0/+1
* SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust2008-02-261-3/+1Star
* SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_taskTrond Myklebust2008-02-261-1/+0Star
* SUNRPC: Add a new helper rpc_wake_up_queued_task()Trond Myklebust2008-02-261-1/+3
* SUNRPC: Allow the rpc_release() callback to be run on another workqueueTrond Myklebust2008-02-261-0/+1
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-011-2/+0Star
|\
| * NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox2007-12-061-2/+0Star
* | SUNRPC: Remove the obsolete RPC_WAITQ macroTrond Myklebust2008-01-301-23/+0Star
* | SUNRPC: Unexport rpc_init_task() and rpc_execute()Trond Myklebust2008-01-301-1/+0Star
* | 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/+1Star