summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/sched.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'multipath_tcp'Trond Myklebust2019-07-061-0/+1
|\
| * NFS: send state management on a single connection.NeilBrown2019-07-061-0/+1
* | SUNRPC: Replace the queue timer with a delayed work functionTrond Myklebust2019-07-061-1/+2
|/
* SUNRPC: Add tracking of RPC level errorsTrond Myklebust2019-04-251-0/+2
* SUNRPC: Simplify queue timeouts using timer_reduce()Trond Myklebust2019-04-251-1/+0Star
* SUNRPC: Fix up tracking of timeoutsTrond Myklebust2019-04-251-0/+1
* SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust2019-04-251-1/+8
* SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()Trond Myklebust2019-04-251-1/+0Star
* SUNRPC: Fix up task signallingTrond Myklebust2019-04-251-2/+4
* Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"Trond Myklebust2019-04-111-8/+0Star
* SUNRPC: Micro-optimise when the task is known not to be sleepingTrond Myklebust2019-03-101-0/+8
* NFSv4/flexfiles: Abort I/O early if the layout segment was invalidatedTrond Myklebust2019-03-011-0/+1
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-191-1/+1
* SUNRPC: add side channel to use non-generic cred for rpc call.NeilBrown2018-12-191-0/+2
* SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_noneNeilBrown2018-12-191-0/+1
* SUNRPC: discard RPC_DO_ROOTOVERRIDE()NeilBrown2018-12-191-1/+0Star
* SUNRPC: Fix priority queue fairnessTrond Myklebust2018-09-301-2/+0Star
* SUNRPC: Add a helper to wake up a sleeping rpc_task and set its statusTrond Myklebust2018-09-301-0/+3
* SUNRPC: Refactor the transport request pinningTrond Myklebust2018-09-301-2/+1Star
* SUNRPC: Simplify identification of when the message send/receive is completeTrond Myklebust2018-09-301-2/+4
* SUNRPC: Queue latency-sensitive socket tasks to xprtiodTrond Myklebust2018-02-071-0/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* SUNRPC: Don't hold the transport lock across socket copy operationsTrond Myklebust2017-08-161-0/+2
* Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-07-131-1/+1
|\
| * sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-05-151-1/+1
* | sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar2017-06-201-1/+1
|/
* 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-061-0/+1
* SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust2016-02-061-0/+2
* SUNRPC: Reorder rpc_task to put waitqueue related info in same cachelinesTrond Myklebust2016-02-011-14/+15
* sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton2015-06-111-0/+16
* SUNRPC: Remove unused argument 'tk_ops' in rpc_run_bc_taskTrond Myklebust2015-06-051-2/+1Star
* 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