summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/sched.h
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Generalize the RPC buffer release APIChuck Lever2016-09-191-1/+1
* SUNRPC: Generalize the RPC buffer allocation APIChuck Lever2016-09-191-1/+1
* SUNRPC: Reduce latency when send queue is congestedTrond Myklebust2016-06-131-0/+4
* SUNRPC: RPC transport queue must be low latencyTrond Myklebust2016-06-131-0/+1
* SUNRPC: Allow caller to specify the transport to useTrond Myklebust2016-02-051-0/+1
* SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust2016-02-051-0/+2
* SUNRPC: Reorder rpc_task to put waitqueue related info in same cachelinesTrond Myklebust2016-01-311-14/+15
* sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton2015-06-101-0/+16
* SUNRPC: Remove unused argument 'tk_ops' in rpc_run_bc_taskTrond Myklebust2015-06-051-2/+1
* 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-011-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/+0
* SUNRPC: Remove the unused helpers task_for_each() and task_for_first()Trond Myklebust2013-06-061-9/+0
* SUNRPC: Remove unused function rpc_queue_emptyTrond Myklebust2013-06-061-1/+0
* 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
OpenPOWER on IntegriCloud