]> git.proxmox.com Git - mirror_spl.git/history - module/spl/spl-taskq.c
Remove TQ_SLEEP -> KM_SLEEP mapping
[mirror_spl.git] / module / spl / spl-taskq.c
2012-09-12 Brian BehlendorfRemove TQ_SLEEP -> KM_SLEEP mapping
2012-09-12 Brian BehlendorfRevert "Switch KM_SLEEP to KM_PUSHPAGE"
2012-08-27 Brian BehlendorfSwitch KM_SLEEP to KM_PUSHPAGE
2012-08-27 Brian BehlendorfRevert "Add TASKQ_NORECLAIM flag"
2012-04-30 Prakash SuryaUpdate a comment to reflect new taskq internals
2012-01-19 Ned BassTaskq locking optimizations
2012-01-19 Ned BassRevert "Taskq locking optimizations"
2012-01-18 Ned BassTaskq locking optimizations
2011-12-17 Prakash SuryaStore copy of tqent_flags prior to servicing task
2011-12-16 Prakash SuryaSwap taskq_ent_t with taskqid_t in taskq_thread_t
2011-12-14 Prakash SuryaImplement taskq_dispatch_prealloc() interface
2011-12-14 Prakash SuryaReplace tq_work_list and tq_threads in taskq_t
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