summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/sched.c
AgeCommit message (Expand)Author
2021-06-28SUNRPC: Should wake up the privileged task firstly.Zhang Xiaoxu
2021-06-28SUNRPC: Fix the batch tasks count wraparound.Zhang Xiaoxu
2021-03-08SUNRPC: Set memalloc_nofs_save() for sync tasksBenjamin Coddington
2020-12-02SUNRPC: rpc_wake_up() should wake up tasks in the correct orderTrond Myklebust
2020-09-21SUNRPC: Remove remaining dprintks from sched.cChuck Lever
2020-09-21SUNRPC: Remove dprintk call sites in RPC queuing functionsChuck Lever
2020-09-21SUNRPC: Clean up RPC scheduler tracepointsChuck Lever
2020-09-21SUNRPC: Remove debugging instrumentation from xprt_releaseChuck Lever
2020-09-21SUNRPC: Hoist trace_xprtrdma_op_allocate into generic codeChuck Lever
2020-04-04SUNRPC: Don't start a timer on an already queued rpc taskTrond Myklebust
2020-03-16SUNRPC: Add a flag to avoid reference counts on credentialsTrond Myklebust
2020-01-15SUNRPC: Capture signalled RPC tasksChuck Lever
2019-11-22SUNRPC: Capture completion of all RPC tasksChuck Lever
2019-11-06SUNRPC: Avoid RPC delays when exiting suspendTrond Myklebust
2019-09-17SUNRPC: RPC level errors should always set task->tk_rpc_statusTrond Myklebust
2019-08-20SUNRPC: Remove rpc_wake_up_queued_task_on_wq()Chuck Lever
2019-07-12SUNRPC: Fix transport accounting when caller specifies an rpc_xprtTrond Myklebust
2019-07-12Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust
2019-07-09xprtrdma: Modernize ops->connectChuck Lever
2019-07-06Merge branch 'bh-remove'Trond Myklebust
2019-07-06SUNRPC: Move call to rpc_count_iostats before rpc_call_doneDave Wysochanski
2019-07-06SUNRPC: Remove the bh-safe lock requirement on the rpc_wait_queue->lockTrond Myklebust
2019-07-06SUNRPC: Replace the queue timer with a delayed work functionTrond Myklebust
2019-06-21Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"Anna Schumaker
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-25SUNRPC: Declare RPC timers as TIMER_DEFERRABLETrond Myklebust
2019-04-25SUNRPC: Simplify queue timeouts using timer_reduce()Trond Myklebust
2019-04-25SUNRPC: Fix up tracking of timeoutsTrond Myklebust
2019-04-25SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust
2019-04-25SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()Trond Myklebust
2019-04-25SUNRPC: Refactor rpc_sleep_on()Trond Myklebust
2019-04-25SUNRPC: Fix up task signallingTrond Myklebust
2019-03-09SUNRPC: Remove redundant calls to RPC_IS_QUEUED()Trond Myklebust
2019-03-02SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpcTrond Myklebust
2019-02-20SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobsTrond Myklebust
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown
2018-12-19SUNRPC: add side channel to use non-generic cred for rpc call.NeilBrown
2018-09-30SUNRPC: Fix priority queue fairnessTrond Myklebust
2018-09-30SUNRPC: Test whether the task is queued before grabbing the queue spinlocksTrond Myklebust
2018-09-30SUNRPC: Add a helper to wake up a sleeping rpc_task and set its statusTrond Myklebust
2018-04-10sunrpc: Simplify synopsis of some trace pointsChuck Lever
2018-02-08fix parallelism for rpc tasksOlga Kornievskaia
2018-02-07Make the xprtiod workqueue unbounded.Trond Myklebust
2018-02-07SUNRPC: Queue latency-sensitive socket tasks to xprtiodTrond Myklebust
2018-01-23SUNRPC: Micro-optimize __rpc_executeChuck Lever
2018-01-23SUNRPC: task_run_action should display tk_callbackChuck Lever
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-11-17sunrpc: Fix rpc_task_begin trace pointChuck Lever
2017-10-18sunrpc: Convert timers to use timer_setup()Kees Cook
2017-04-20sunrpc: don't check for failure from mempool_alloc()NeilBrown