summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/sched.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Set memalloc_nofs_save() for sync tasksBenjamin Coddington2021-03-081-1/+4
* SUNRPC: rpc_wake_up() should wake up tasks in the correct orderTrond Myklebust2020-12-021-30/+35
* SUNRPC: Remove remaining dprintks from sched.cChuck Lever2020-09-211-10/+0
* SUNRPC: Remove dprintk call sites in RPC queuing functionsChuck Lever2020-09-211-21/+1
* SUNRPC: Clean up RPC scheduler tracepointsChuck Lever2020-09-211-12/+3
* SUNRPC: Remove debugging instrumentation from xprt_releaseChuck Lever2020-09-211-3/+0
* SUNRPC: Hoist trace_xprtrdma_op_allocate into generic codeChuck Lever2020-09-211-2/+0
* SUNRPC: Don't start a timer on an already queued rpc taskTrond Myklebust2020-04-041-6/+13
* SUNRPC: Add a flag to avoid reference counts on credentialsTrond Myklebust2020-03-161-1/+2
* SUNRPC: Capture signalled RPC tasksChuck Lever2020-01-151-1/+3
* SUNRPC: Capture completion of all RPC tasksChuck Lever2019-11-221-0/+1
* SUNRPC: Avoid RPC delays when exiting suspendTrond Myklebust2019-11-061-1/+1
* SUNRPC: RPC level errors should always set task->tk_rpc_statusTrond Myklebust2019-09-171-1/+4
* SUNRPC: Remove rpc_wake_up_queued_task_on_wq()Chuck Lever2019-08-201-23/+4
* SUNRPC: Fix transport accounting when caller specifies an rpc_xprtTrond Myklebust2019-07-121-1/+2
* Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-07-121-0/+1
|\
| * xprtrdma: Modernize ops->connectChuck Lever2019-07-091-0/+1
* | Merge branch 'bh-remove'Trond Myklebust2019-07-061-31/+41
|\ \
| * | SUNRPC: Remove the bh-safe lock requirement on the rpc_wait_queue->lockTrond Myklebust2019-07-061-25/+25
| * | SUNRPC: Replace the queue timer with a delayed work functionTrond Myklebust2019-07-061-10/+20
* | | SUNRPC: Move call to rpc_count_iostats before rpc_call_doneDave Wysochanski2019-07-061-0/+5
|/ /
* / Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"Anna Schumaker2019-06-211-3/+1
|/
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* SUNRPC: Declare RPC timers as TIMER_DEFERRABLETrond Myklebust2019-04-251-1/+3
* SUNRPC: Simplify queue timeouts using timer_reduce()Trond Myklebust2019-04-251-4/+2
* SUNRPC: Fix up tracking of timeoutsTrond Myklebust2019-04-251-0/+14
* SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust2019-04-251-13/+56
* SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()Trond Myklebust2019-04-251-4/+3
* SUNRPC: Refactor rpc_sleep_on()Trond Myklebust2019-04-251-16/+24
* SUNRPC: Fix up task signallingTrond Myklebust2019-04-251-5/+23
* SUNRPC: Remove redundant calls to RPC_IS_QUEUED()Trond Myklebust2019-03-091-2/+1
* SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpcTrond Myklebust2019-03-021-5/+2
* SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobsTrond Myklebust2019-02-201-0/+7
* 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/+3
* SUNRPC: Fix priority queue fairnessTrond Myklebust2018-09-301-55/+54
* SUNRPC: Test whether the task is queued before grabbing the queue spinlocksTrond Myklebust2018-09-301-0/+4
* SUNRPC: Add a helper to wake up a sleeping rpc_task and set its statusTrond Myklebust2018-09-301-10/+55
* sunrpc: Simplify synopsis of some trace pointsChuck Lever2018-04-101-5/+5
* fix parallelism for rpc tasksOlga Kornievskaia2018-02-081-1/+1
* Make the xprtiod workqueue unbounded.Trond Myklebust2018-02-071-1/+1
* SUNRPC: Queue latency-sensitive socket tasks to xprtiodTrond Myklebust2018-02-071-0/+12
* SUNRPC: Micro-optimize __rpc_executeChuck Lever2018-01-231-13/+11
* SUNRPC: task_run_action should display tk_callbackChuck Lever2018-01-231-1/+1
* Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-11-171-2/+1
|\
| * sunrpc: Fix rpc_task_begin trace pointChuck Lever2017-11-171-2/+1
* | sunrpc: Convert timers to use timer_setup()Kees Cook2017-10-181-4/+4
|/
* sunrpc: don't check for failure from mempool_alloc()NeilBrown2017-04-201-5/+0
* SUNRPC: Separate buffer pointers for RPC Call and Reply messagesChuck Lever2016-09-191-0/+1
* SUNRPC: Generalize the RPC buffer release APIChuck Lever2016-09-191-6/+4