]> git.proxmox.com Git - mirror_spl-debian.git/history - module/spl/spl-taskq.c
Replace struct spl_task with struct taskq_ent
[mirror_spl-debian.git] / module / spl / spl-taskq.c
2011-12-13 Prakash SuryaReplace struct spl_task with struct taskq_ent
2011-05-06 Brian BehlendorfAdd TASKQ_NORECLAIM flag
2010-08-02 Ricardo M. CorreiaFix taskq code to not drop tasks when TQ_SLEEP is used.
2010-07-20 Brian BehlendorfPrefix all SPL debug macros with 'S'
2010-07-20 Brian BehlendorfSplit <sys/debug.h> header
2010-07-01 Ned BassImplementation of the TQ_FRONT flag.
2010-06-21 Brian BehlendorfRevert "Support TQ_FRONT flag used by taskq_dispatch()"
2010-06-11 Brian BehlendorfSupport TQ_FRONT flag used by taskq_dispatch()
2010-05-17 Brian BehlendorfPublic Release Prep
2010-04-23 Brian BehlendorfAssume TQ_SLEEP when not explicitly specified.
2010-01-04 Brian BehlendorfOptimize lowest outstanding taskqid calculation in...
2009-07-09 Brian BehlendorfAdd basic support for TASKQ_THREADS_CPU_PCT taskq flag...
2009-03-15 Brian BehlendorfFix taskq_wait() not waiting bug
2009-02-02 Brian BehlendorfMake the number of system taskq threads based on the...
2009-01-15 Brian BehlendorfRename modules to module and update references