summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/os/taskq.c
AgeCommit message (Collapse)AuthorFilesLines
2015-10-06OS-4803 taskq kstat uses the wrong labelRobert Mustacchi1-1/+1
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-06-015881 taskq.c: maxall vs. maxalloc in commentsSergio Aguayo1-4/+4
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2015-04-271501 taskq_create_proc ... TQ_DYNAMIC puts tasks in p0 (take 2)Gordon Ross1-6/+30
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Albert Lee <trisk@omniti.com>
2015-04-21backout: 1501 taskq_create_proc ... TQ_DYNAMIC puts tasks in p0 (needs work)Gordon Ross1-16/+3
2015-04-121501 taskq_create_proc ... TQ_DYNAMIC puts tasks in p0Gordon Ross1-3/+16
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
2011-07-27734 taskq_dispatch_prealloc() desiredGarrett D'Amore1-5/+66
943 zio_interrupt ends up calling taskq_dispatch with TQ_SLEEP Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Alexey Zaytsev <alexey.zaytsev@nexenta.com> Reviewed by: Jason Brian King <jason.brian.king@gmail.com> Reviewed by: George Wilson <gwilson@zfsmail.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Approved by: Gordon Ross <gwr@nexenta.com>
2010-03-046900839 taskq_ent_alloc: TQ_SLEEP performance cliff when tq_nalloc > tq_maxallocChris Horne1-14/+61
6928985 taskq filled with taskq_bucket_extend calls will not help 6928184 Anago: On takeover, one node fails to rejoin cluster, appliance kit won't start on the other node
2010-01-124517853 debug.h should include macros to assert implication and equivalenceJonathan Adams1-3/+1
6915090 struct memlist should have ml_ member prefixes
2009-11-236881015 ZFS write activity prevents other threads from running in a timely ↵Jonathan Adams1-135/+325
manner 6899867 mstate_thread_onproc_time() doesn't account for runnable time correctly PSARC/2009/615 System Duty Cycle Scheduling Class and ZFS IO Observability
2009-11-13PSARC/2009/396 Tickless Kernel Architecture / lbolt decouplingRafael Vanoni1-1/+1
6860030 tickless clock requires a clock() decoupled lbolt / lbolt64 Portions contributed by Chad Mynhier <cmynhier@gmail.com>
2009-10-276888456 zfs command line utilities should have CTF dataJonathan Adams1-15/+27
6887356 ::stacks is slow in pipelines on live kernels 6884079 mdb's enum p2 printing should elide common prefixes 6887160 ::offsetof and ::sizeof still can't handle forward decls 6551113 ::taskq would be nice --HG-- rename : usr/src/cmd/svc/Makefile.ctf => usr/src/cmd/Makefile.ctf
2009-04-306586537 async zio taskqs can block out userland commandsJonathan Adams1-86/+378
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+1685