aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-13Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-15/+36
2022-10-06SUNRPC: Add a helper to allow pNFS drivers to selectively cancel RPC callsTrond Myklebust1-0/+11
2022-10-06SUNRPC: Fix races with rpc_killall_tasks()Trond Myklebust1-15/+25
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra1-7/+5
2022-07-10SUNRPC: Fix an RPC/RDMA performance regressionTrond Myklebust1-0/+1
2022-04-07SUNRPC: Handle allocation failure in rpc_new_task()Trond Myklebust1-0/+5
2022-03-22NFS: Fix memory allocation in rpc_alloc_task()Trond Myklebust1-3/+7
2022-03-22NFS: Fix memory allocation in rpc_malloc()Trond Myklebust1-7/+14
2022-03-13SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCNeilBrown1-3/+17
2022-03-13SUNRPC: remove scheduling boost for "SWAPPER" tasks.NeilBrown1-7/+0
2022-03-13SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown1-1/+3
2022-02-25SUNRPC: Convert GFP_NOFS to GFP_KERNELTrond Myklebust1-2/+2
2021-10-20SUNRPC: Trace calls to .rpc_call_doneChuck Lever1-0/+1
2021-10-10SUNRPC: Per-rpc_clnt task PIDsChuck Lever1-2/+10
2021-10-03SUNRPC: Remove WQ_HIGHPRI from xprtiodTrond Myklebust1-2/+1
2021-10-03SUNRPC: Add cond_resched() at the appropriate point in __rpc_execute()Trond Myklebust1-1/+3
2021-06-28SUNRPC: Should wake up the privileged task firstly.Zhang Xiaoxu1-0/+9
2021-06-28SUNRPC: Fix the batch tasks count wraparound.Zhang Xiaoxu1-1/+2
2021-03-08SUNRPC: Set memalloc_nofs_save() for sync tasksBenjamin Coddington1-1/+4
2020-12-02SUNRPC: rpc_wake_up() should wake up tasks in the correct orderTrond Myklebust1-30/+35
2020-09-21SUNRPC: Remove remaining dprintks from sched.cChuck Lever1-10/+0
2020-09-21SUNRPC: Remove dprintk call sites in RPC queuing functionsChuck Lever1-21/+1
2020-09-21SUNRPC: Clean up RPC scheduler tracepointsChuck Lever1-12/+3
2020-09-21SUNRPC: Remove debugging instrumentation from xprt_releaseChuck Lever1-3/+0
2020-09-21SUNRPC: Hoist trace_xprtrdma_op_allocate into generic codeChuck Lever1-2/+0
2020-04-04SUNRPC: Don't start a timer on an already queued rpc taskTrond Myklebust1-6/+13
2020-03-16SUNRPC: Add a flag to avoid reference counts on credentialsTrond Myklebust1-1/+2
2020-01-15SUNRPC: Capture signalled RPC tasksChuck Lever1-1/+3
2019-11-22SUNRPC: Capture completion of all RPC tasksChuck Lever1-0/+1
2019-11-06SUNRPC: Avoid RPC delays when exiting suspendTrond Myklebust1-1/+1
2019-09-17SUNRPC: RPC level errors should always set task->tk_rpc_statusTrond Myklebust1-1/+4
2019-08-20SUNRPC: Remove rpc_wake_up_queued_task_on_wq()Chuck Lever1-23/+4
2019-07-12SUNRPC: Fix transport accounting when caller specifies an rpc_xprtTrond Myklebust1-1/+2
2019-07-12Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust1-0/+1
2019-07-09xprtrdma: Modernize ops->connectChuck Lever1-0/+1
2019-07-06Merge branch 'bh-remove'Trond Myklebust1-31/+41
2019-07-06SUNRPC: Move call to rpc_count_iostats before rpc_call_doneDave Wysochanski1-0/+5
2019-07-06SUNRPC: Remove the bh-safe lock requirement on the rpc_wait_queue->lockTrond Myklebust1-25/+25
2019-07-06SUNRPC: Replace the queue timer with a delayed work functionTrond Myklebust1-10/+20
2019-06-21Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"Anna Schumaker1-3/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-25SUNRPC: Declare RPC timers as TIMER_DEFERRABLETrond Myklebust1-1/+3
2019-04-25SUNRPC: Simplify queue timeouts using timer_reduce()Trond Myklebust1-4/+2
2019-04-25SUNRPC: Fix up tracking of timeoutsTrond Myklebust1-0/+14
2019-04-25SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust1-13/+56
2019-04-25SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()Trond Myklebust1-4/+3
2019-04-25SUNRPC: Refactor rpc_sleep_on()Trond Myklebust1-16/+24
2019-04-25SUNRPC: Fix up task signallingTrond Myklebust1-5/+23
2019-03-09SUNRPC: Remove redundant calls to RPC_IS_QUEUED()Trond Myklebust1-2/+1
2019-03-02SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpcTrond Myklebust1-5/+2