aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/sched.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-28SUNRPC: increase size of rpc_wait_queue.qlen from unsigned short to unsigned intDai Ngo1-1/+1
2024-01-04NFSv4.1: Use the nfs_client's rpc timeouts for backchannelBenjamin Coddington1-1/+13
2023-04-19SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo1-2/+1
2022-10-13Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+6
2022-10-06SUNRPC: Add a helper to allow pNFS drivers to selectively cancel RPC callsTrond Myklebust1-0/+5
2022-10-06SUNRPC: Fix races with rpc_killall_tasks()Trond Myklebust1-0/+1
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra1-6/+1
2022-07-23SUNRPC: Shrink size of struct rpc_taskTrond Myklebust1-2/+2
2022-03-22NFS: Fix memory allocation in rpc_malloc()Trond Myklebust1-0/+1
2022-03-13NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSNeilBrown1-1/+0
2021-10-03SUNRPC: Remove unnecessary memory barriersTrond Myklebust1-14/+2
2021-07-08NFSv4.1 identify and mark RPC tasks that can move between transportsOlga Kornievskaia1-0/+2
2020-03-16SUNRPC: Add a flag to avoid reference counts on credentialsTrond Myklebust1-0/+1
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-3/+0
2019-08-26Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Trond Myklebust1-1/+0
2019-08-20SUNRPC: Remove rpc_wake_up_queued_task_on_wq()Chuck Lever1-3/+0
2019-07-06Merge branch 'multipath_tcp'Trond Myklebust1-0/+1
2019-07-06NFS: send state management on a single connection.NeilBrown1-0/+1
2019-07-06SUNRPC: Replace the queue timer with a delayed work functionTrond Myklebust1-1/+2
2019-04-25SUNRPC: Add tracking of RPC level errorsTrond Myklebust1-0/+2
2019-04-25SUNRPC: Simplify queue timeouts using timer_reduce()Trond Myklebust1-1/+0
2019-04-25SUNRPC: Fix up tracking of timeoutsTrond Myklebust1-0/+1
2019-04-25SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust1-1/+8
2019-04-25SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()Trond Myklebust1-1/+0
2019-04-25SUNRPC: Fix up task signallingTrond Myklebust1-2/+4
2019-04-11Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"Trond Myklebust1-8/+0
2019-03-10SUNRPC: Micro-optimise when the task is known not to be sleepingTrond Myklebust1-0/+8
2019-03-01NFSv4/flexfiles: Abort I/O early if the layout segment was invalidatedTrond Myklebust1-0/+1
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown1-1/+1
2018-12-19SUNRPC: add side channel to use non-generic cred for rpc call.NeilBrown1-0/+2
2018-12-19SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_noneNeilBrown1-0/+1
2018-12-19SUNRPC: discard RPC_DO_ROOTOVERRIDE()NeilBrown1-1/+0
2018-09-30SUNRPC: Fix priority queue fairnessTrond Myklebust1-2/+0
2018-09-30SUNRPC: Add a helper to wake up a sleeping rpc_task and set its statusTrond Myklebust1-0/+3
2018-09-30SUNRPC: Refactor the transport request pinningTrond Myklebust1-2/+1
2018-09-30SUNRPC: Simplify identification of when the message send/receive is completeTrond Myklebust1-2/+4
2018-02-07SUNRPC: Queue latency-sensitive socket tasks to xprtiodTrond Myklebust1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-16SUNRPC: Don't hold the transport lock across socket copy operationsTrond Myklebust1-0/+2
2017-07-13Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar1-1/+1
2017-05-15sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig1-1/+1
2016-09-19SUNRPC: Generalize the RPC buffer release APIChuck Lever1-1/+1
2016-09-19SUNRPC: Generalize the RPC buffer allocation APIChuck Lever1-1/+1
2016-06-13SUNRPC: Reduce latency when send queue is congestedTrond Myklebust1-0/+4
2016-06-13SUNRPC: RPC transport queue must be low latencyTrond Myklebust1-0/+1
2016-02-05SUNRPC: Allow caller to specify the transport to useTrond Myklebust1-0/+1
2016-02-05SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust1-0/+2
2016-01-31SUNRPC: Reorder rpc_task to put waitqueue related info in same cachelinesTrond Myklebust1-14/+15
2015-06-10sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton1-0/+16
2015-06-05SUNRPC: Remove unused argument 'tk_ops' in rpc_run_bc_taskTrond Myklebust1-2/+1
2014-11-24sunrpc: eliminate RPC_TRACEPOINTSJeff Layton1-3/+3
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton1-4/+4
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown1-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-4/+4
2013-10-01SUNRPC: Add RPC task and client level options to disable the resend timeoutTrond Myklebust1-0/+1
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2013-09-04SUNRPC: Ensure rpc_task->tk_pid is available for tracepointsTrond Myklebust1-1/+1
2013-08-07SUNRPC: If the rpcbind channel is disconnected, fail the call to unregisterTrond Myklebust1-0/+1
2013-06-06SUNRPC: Remove unused functions rpc_task_set/has_priorityTrond Myklebust1-10/+0
2013-06-06SUNRPC: Remove the unused helpers task_for_each() and task_for_first()Trond Myklebust1-9/+0
2013-06-06SUNRPC: Remove unused function rpc_queue_emptyTrond Myklebust1-1/+0
2013-02-01SUNRPC: Nuke the tk_xprt macroTrond Myklebust1-1/+0
2012-12-06SUNRPC: Don't allow low priority tasks to pre-empt higher priority onesTrond Myklebust1-1/+0
2012-02-17NFS: include filelayout DS rpc stats in mountstatsWeston Andros Adamson1-0/+1
2012-02-15SUNRPC: Ensure that we can trace waitqueues when !defined(CONFIG_SYSCTL)Trond Myklebust1-2/+13
2012-01-31SUNRPC: Add trace events to the sunrpc subsystemTrond Myklebust1-1/+1
2012-01-31SUNRPC: Fix potential races in xprt_lock_write_next()Trond Myklebust1-0/+3
2012-01-31SUNRPC: make SUNPRC clients list per network namespace contextStanislav Kinsbursky1-1/+2
2011-07-17SUNRPC: Allow caller of rpc_sleep_on() to select priority levelsTrond Myklebust1-0/+4
2011-06-15NLM: Don't hang forever on NLM unlock requestsTrond Myklebust1-1/+2
2011-04-24SUNRPC: Allow RPC calls to return ETIMEDOUT instead of EIOTrond Myklebust1-1/+2
2011-04-18NFSv4.1: Don't update sequence number if rpc_task is not sentBryan Schumaker1-0/+2
2011-03-10SUNRPC: Close a race in __rpc_wait_for_completion_task()Trond Myklebust1-0/+1
2010-08-04SUNRPC: Ensure that rpc_exit() always wakes up a sleeping taskTrond Myklebust1-6/+1
2010-05-14SUNRPC: Reorder the struct rpc_task fieldsTrond Myklebust1-6/+6
2010-05-14SUNRPC: Remove the 'tk_magic' debugging fieldTrond Myklebust1-3/+0
2010-05-14SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstTrond Myklebust1-3/+1
2010-05-14SUNRPC: Replace jiffies-based metrics with ktime-based metricsChuck Lever1-2/+3
2009-12-15rpc: add a new priority in RPC taskAlexandros Batsakis1-1/+12
2009-12-15rpc: add rpc_queue_empty functionAlexandros Batsakis1-0/+1
2009-12-03SUNRPC: Allow RPCs to fail quickly if the server is unreachableChuck Lever1-0/+2
2009-06-17nfs41: Add backchannel processing support to RPC state machineRicardo Labiaga1-0/+2
2009-06-17nfs41: sunrpc: Export the call prepare state for session resetAndy Adamson1-0/+1
2008-07-09rpc: minor cleanup of scheduler callback code\\\"J. Bruce Fields\\\1-1/+0
2008-02-28SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust1-2/+0
2008-02-28SUNRPC: Eliminate the now-redundant rpc_start_wakeup()Trond Myklebust1-11/+1
2008-02-28SUNRPC: Switch tasks to using the rpc_waitqueue's timer functionTrond Myklebust1-8/+1
2008-02-28SUNRPC: Add a timer function to wait queues.Trond Myklebust1-0/+9
2008-02-28SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesTrond Myklebust1-0/+1
2008-02-25SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust1-3/+1
2008-02-25SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_taskTrond Myklebust1-1/+0
2008-02-25SUNRPC: Add a new helper rpc_wake_up_queued_task()Trond Myklebust1-1/+3
2008-02-25SUNRPC: Allow the rpc_release() callback to be run on another workqueueTrond Myklebust1-0/+1
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2008-01-30SUNRPC: Remove the obsolete RPC_WAITQ macroTrond Myklebust1-23/+0
2008-01-30SUNRPC: Unexport rpc_init_task() and rpc_execute()Trond Myklebust1-1/+0
2008-01-30SUNRPC: allow the caller of rpc_run_task to preallocate the struct rpc_taskTrond Myklebust1-0/+1
2008-01-30SUNRPC: Clean up the initialisation of priority queue scheduling info.Trond Myklebust1-8/+9
2008-01-30SUNRPC: Clean up rpc_run_taskTrond Myklebust1-2/+1
2008-01-30SUNRPC: Cleanup of rpc_task initialisationTrond Myklebust1-5/+9
2007-12-06NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox1-2/+0
2007-07-10SUNRPC: Remove the tk_auth macro...Trond Myklebust1-1/+0
2007-07-10SUNRPC: Move rpc_task->tk_task list into struct rpc_clntTrond Myklebust1-5/+0
2007-04-30SUNRPC: Eliminate side effects from rpc_mallocChuck Lever1-1/+1
2007-02-20[PATCH] Fix build errors if bitop functions are do {} while macrosRalf Baechle1-6/+6
2007-02-03RPC: Clean up rpc_execute...Trond Myklebust1-1/+1
2007-01-24[PATCH] NFS: Fix Oops in rpc_call_sync()Trond Myklebust1-1/+0
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust1-2/+2
2006-12-07[PATCH] lockdep: name some old style locksPeter Zijlstra1-2/+2
2006-12-06SUNRPC: Fix up missing BKL in asynchronous RPC callback functionsTrond Myklebust1-0/+1
2006-12-06SUNRPC: Fix a potential race in rpc_wake_up_task()Trond Myklebust1-0/+2
2006-12-06Fix a second potential rpc_wakeup race...Trond Myklebust1-7/+1
2006-09-22SUNRPC: Support for RPC child tasks no longer neededChuck Lever1-5/+0
2006-03-20SUNRPC: eliminate rpc_call()Chuck Lever1-1/+0
2006-03-20SUNRPC: introduce per-task RPC iostatsChuck Lever1-0/+6
2006-03-20SUNRPC: track length of RPC wait queuesChuck Lever1-0/+1
2006-03-20SUNRPC: Run rpci->queue_timeout on the rpciod workqueue instead of genericTrond Myklebust1-0/+1
2006-01-06SUNRPC: switchable buffer allocationChuck Lever1-2/+1
2006-01-06NFSv4: stateful NFSv4 RPC call interfaceTrond Myklebust1-2/+19
2006-01-06SUNRPC: Further cleanupsTrond Myklebust1-0/+1
2006-01-06RPC: Clean up RPC task structureTrond Myklebust1-6/+14
2006-01-06SUNRPC: Yet more RPC cleanupsTrond Myklebust1-1/+2
2005-06-22[PATCH] RPC: Shrink struct rpc_task by switching to wait_on_bit()Trond Myklebust1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+273