aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/sched.c
Commit message (Expand)AuthorAge
* SUNRPC: RPC level errors should always set task->tk_rpc_statusTrond Myklebust2019-09-17
* SUNRPC: Remove rpc_wake_up_queued_task_on_wq()Chuck Lever2019-08-20
* SUNRPC: Fix transport accounting when caller specifies an rpc_xprtTrond Myklebust2019-07-12
* Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-07-12
|\
| * xprtrdma: Modernize ops->connectChuck Lever2019-07-09
* | Merge branch 'bh-remove'Trond Myklebust2019-07-06
|\ \
| * | SUNRPC: Remove the bh-safe lock requirement on the rpc_wait_queue->lockTrond Myklebust2019-07-06
| * | SUNRPC: Replace the queue timer with a delayed work functionTrond Myklebust2019-07-06
* | | SUNRPC: Move call to rpc_count_iostats before rpc_call_doneDave Wysochanski2019-07-06
|/ /
* / Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"Anna Schumaker2019-06-21
|/
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-21
* SUNRPC: Declare RPC timers as TIMER_DEFERRABLETrond Myklebust2019-04-25
* SUNRPC: Simplify queue timeouts using timer_reduce()Trond Myklebust2019-04-25
* SUNRPC: Fix up tracking of timeoutsTrond Myklebust2019-04-25
* SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust2019-04-25
* SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()Trond Myklebust2019-04-25
* SUNRPC: Refactor rpc_sleep_on()Trond Myklebust2019-04-25
* SUNRPC: Fix up task signallingTrond Myklebust2019-04-25
* SUNRPC: Remove redundant calls to RPC_IS_QUEUED()Trond Myklebust2019-03-09
* SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpcTrond Myklebust2019-03-02
* SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobsTrond Myklebust2019-02-20
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-19
* SUNRPC: add side channel to use non-generic cred for rpc call.NeilBrown2018-12-19
* SUNRPC: Fix priority queue fairnessTrond Myklebust2018-09-30
* SUNRPC: Test whether the task is queued before grabbing the queue spinlocksTrond Myklebust2018-09-30
* SUNRPC: Add a helper to wake up a sleeping rpc_task and set its statusTrond Myklebust2018-09-30
* sunrpc: Simplify synopsis of some trace pointsChuck Lever2018-04-10
* fix parallelism for rpc tasksOlga Kornievskaia2018-02-08
* Make the xprtiod workqueue unbounded.Trond Myklebust2018-02-07
* SUNRPC: Queue latency-sensitive socket tasks to xprtiodTrond Myklebust2018-02-07
* SUNRPC: Micro-optimize __rpc_executeChuck Lever2018-01-23
* SUNRPC: task_run_action should display tk_callbackChuck Lever2018-01-23
* Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-11-17
|\
| * sunrpc: Fix rpc_task_begin trace pointChuck Lever2017-11-17
* | sunrpc: Convert timers to use timer_setup()Kees Cook2017-10-18
|/
* sunrpc: don't check for failure from mempool_alloc()NeilBrown2017-04-20
* SUNRPC: Separate buffer pointers for RPC Call and Reply messagesChuck Lever2016-09-19
* SUNRPC: Generalize the RPC buffer release APIChuck Lever2016-09-19
* SUNRPC: Generalize the RPC buffer allocation APIChuck Lever2016-09-19
* SUNRPC: Reduce latency when send queue is congestedTrond Myklebust2016-06-13
* SUNRPC: RPC transport queue must be low latencyTrond Myklebust2016-06-13
* SUNRPC: Allow caller to specify the transport to useTrond Myklebust2016-02-05
* sched/wait: Fix the signal handling fixPeter Zijlstra2015-12-13
* Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-09-25
|\
| * SUNRPC: drop null test before destroy functionsJulia Lawall2015-09-17
* | userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...Andrea Arcangeli2015-09-22
|/
* userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_keyAndrea Arcangeli2015-09-04
* SUNRPC: fix build-warning due to format missmatchNicholas Mc Guire2015-03-13
* SUNRPC: use jiffies_to_msecs for converting jiffiesNicholas Mc Guire2015-03-12
* SUNRPC: Allow waiting on memory allocationTrond Myklebust2015-01-24