aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/sched.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-04SUNRPC: Don't start a timer on an already queued rpc taskGravatar Trond Myklebust 1-6/+13
2020-03-16SUNRPC: Add a flag to avoid reference counts on credentialsGravatar Trond Myklebust 1-1/+2
2020-01-15SUNRPC: Capture signalled RPC tasksGravatar Chuck Lever 1-1/+3
2019-11-22SUNRPC: Capture completion of all RPC tasksGravatar Chuck Lever 1-0/+1
2019-11-06SUNRPC: Avoid RPC delays when exiting suspendGravatar Trond Myklebust 1-1/+1
2019-09-17SUNRPC: RPC level errors should always set task->tk_rpc_statusGravatar Trond Myklebust 1-1/+4
2019-08-20SUNRPC: Remove rpc_wake_up_queued_task_on_wq()Gravatar Chuck Lever 1-23/+4
2019-07-12SUNRPC: Fix transport accounting when caller specifies an rpc_xprtGravatar Trond Myklebust 1-1/+2
2019-07-12Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Gravatar Trond Myklebust 1-0/+1
2019-07-09xprtrdma: Modernize ops->connectGravatar Chuck Lever 1-0/+1
2019-07-06Merge branch 'bh-remove'Gravatar Trond Myklebust 1-31/+41
2019-07-06SUNRPC: Move call to rpc_count_iostats before rpc_call_doneGravatar Dave Wysochanski 1-0/+5
2019-07-06SUNRPC: Remove the bh-safe lock requirement on the rpc_wait_queue->lockGravatar Trond Myklebust 1-25/+25
2019-07-06SUNRPC: Replace the queue timer with a delayed work functionGravatar Trond Myklebust 1-10/+20
2019-06-21Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"Gravatar Anna Schumaker 1-3/+1
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-04-25SUNRPC: Declare RPC timers as TIMER_DEFERRABLEGravatar Trond Myklebust 1-1/+3
2019-04-25SUNRPC: Simplify queue timeouts using timer_reduce()Gravatar Trond Myklebust 1-4/+2
2019-04-25SUNRPC: Fix up tracking of timeoutsGravatar Trond Myklebust 1-0/+14
2019-04-25SUNRPC: Add function rpc_sleep_on_timeout()Gravatar Trond Myklebust 1-13/+56
2019-04-25SUNRPC: Remove unused argument 'action' from rpc_sleep_on_priority()Gravatar Trond Myklebust 1-4/+3
2019-04-25SUNRPC: Refactor rpc_sleep_on()Gravatar Trond Myklebust 1-16/+24
2019-04-25SUNRPC: Fix up task signallingGravatar Trond Myklebust 1-5/+23
2019-03-09SUNRPC: Remove redundant calls to RPC_IS_QUEUED()Gravatar Trond Myklebust 1-2/+1
2019-03-02SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpcGravatar Trond Myklebust 1-5/+2
2019-02-20SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobsGravatar Trond Myklebust 1-0/+7
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.Gravatar NeilBrown 1-1/+1
2018-12-19SUNRPC: add side channel to use non-generic cred for rpc call.Gravatar NeilBrown 1-0/+3
2018-09-30SUNRPC: Fix priority queue fairnessGravatar Trond Myklebust 1-55/+54
2018-09-30SUNRPC: Test whether the task is queued before grabbing the queue spinlocksGravatar Trond Myklebust 1-0/+4
2018-09-30SUNRPC: Add a helper to wake up a sleeping rpc_task and set its statusGravatar Trond Myklebust 1-10/+55
2018-04-10sunrpc: Simplify synopsis of some trace pointsGravatar Chuck Lever 1-5/+5
2018-02-08fix parallelism for rpc tasksGravatar Olga Kornievskaia 1-1/+1
2018-02-07Make the xprtiod workqueue unbounded.Gravatar Trond Myklebust 1-1/+1
2018-02-07SUNRPC: Queue latency-sensitive socket tasks to xprtiodGravatar Trond Myklebust 1-0/+12
2018-01-23SUNRPC: Micro-optimize __rpc_executeGravatar Chuck Lever 1-13/+11
2018-01-23SUNRPC: task_run_action should display tk_callbackGravatar Chuck Lever 1-1/+1
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-2/+1
2017-11-17sunrpc: Fix rpc_task_begin trace pointGravatar Chuck Lever 1-2/+1
2017-10-18sunrpc: Convert timers to use timer_setup()Gravatar Kees Cook 1-4/+4
2017-04-20sunrpc: don't check for failure from mempool_alloc()Gravatar NeilBrown 1-5/+0
2016-09-19SUNRPC: Separate buffer pointers for RPC Call and Reply messagesGravatar Chuck Lever 1-0/+1
2016-09-19SUNRPC: Generalize the RPC buffer release APIGravatar Chuck Lever 1-6/+4
2016-09-19SUNRPC: Generalize the RPC buffer allocation APIGravatar Chuck Lever 1-9/+15
2016-06-13SUNRPC: Reduce latency when send queue is congestedGravatar Trond Myklebust 1-10/+33
2016-06-13SUNRPC: RPC transport queue must be low latencyGravatar Trond Myklebust 1-4/+20
2016-02-05SUNRPC: Allow caller to specify the transport to useGravatar Trond Myklebust 1-0/+2
2015-12-13sched/wait: Fix the signal handling fixGravatar Peter Zijlstra 1-3/+3
2015-09-25Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-8/+4
2015-09-22userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...Gravatar Andrea Arcangeli 1-1/+1