summaryrefslogtreecommitdiff
path: root/include/linux/slab.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/slab.h')
0 files changed, 0 insertions, 0 deletions
d> 2022-04-07SUNRPC: Handle allocation failure in rpc_new_task()Trond Myklebust 2022-03-22NFS: Fix memory allocation in rpc_alloc_task()Trond Myklebust 2022-03-22NFS: Fix memory allocation in rpc_malloc()Trond Myklebust 2022-03-13SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCNeilBrown 2022-03-13SUNRPC: remove scheduling boost for "SWAPPER" tasks.NeilBrown 2022-03-13SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown 2022-02-25SUNRPC: Convert GFP_NOFS to GFP_KERNELTrond Myklebust 2021-10-20SUNRPC: Trace calls to .rpc_call_doneChuck Lever 2021-10-10SUNRPC: Per-rpc_clnt task PIDsChuck Lever 2021-10-03SUNRPC: Remove WQ_HIGHPRI from xprtiodTrond Myklebust 2021-10-03SUNRPC: Add cond_resched() at the appropriate point in __rpc_execute()Trond Myklebust 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