]> git.proxmox.com Git - mirror_spl-debian.git/history - module/spl/spl-taskq.c
dch: close a bug and refresh timestamp.
[mirror_spl-debian.git] / module / spl / spl-taskq.c
2018-04-11 Aron XuMerge tag 'upstream/0.7.8'
2018-04-11 Aron XuNew upstream version 0.7.8
2018-02-26 Aron XuMerge tag 'upstream/0.7.6'
2018-02-26 Aron XuNew upstream version 0.7.6
2017-12-18 Aron XuMerge tag 'upstream/0.7.4'
2017-12-18 Aron XuNew upstream version 0.7.4
2017-10-06 Aron XuMerge tag 'upstream/0.7.2'
2017-10-06 Aron XuNew upstream version 0.7.2
2016-09-17 Aron XuMerge tag 'upstream/0.6.5.8'
2016-09-17 Aron XuImported Upstream version 0.6.5.8
2016-01-10 Aron XuImported Upstream version 0.6.5.4
2016-01-10 Aron XuMerge tag 'upstream/0.6.5.4'
2015-11-05 Aron XuMerge tag 'upstream/0.6.5.3'
2015-11-05 Aron XuImported Upstream version 0.6.5.3
2015-10-13 Aron XuMerge tag 'upstream/0.6.5.2'
2015-10-13 Aron XuImported Upstream version 0.6.5.2
2015-05-16 Aron XuMerge tag 'upstream/0.6.4.1'
2015-05-16 Aron XuImported Upstream version 0.6.4.1
2014-07-31 Liang GuoImported Upstream version 0.6.3+git20140731
2014-02-04 Liang GuoImported Upstream version 0.6.2+git20140204
2013-08-24 Aron XuImported Upstream version 0.6.2
2013-08-24 Aron XuMerge tag 'upstream/0.6.2'
2013-04-08 Aron XuImported Upstream version 0.6.1
2013-04-01 Carlos Alberto Lop... Merge branch 'upstream'
2013-03-06 Brian BehlendorfMerge branch 'build-system'
2013-03-05 Ned BassRefresh links to web site
2012-12-15 Darik HornMerge branch 'upstream'
2012-12-12 Brian BehlendorfMerge branch 'taskq'
2012-12-12 Brian Behlendorftaskq delay/cancel functionality
2012-12-12 Brian Behlendorftaskq style, remove #define wrappers
2012-12-12 Brian Behlendorftaskq style, convert spaces to soft tabs
2012-09-14 Darik HornMerge branch 'upstream'
2012-09-12 Brian BehlendorfRemove TQ_SLEEP -> KM_SLEEP mapping
2012-09-12 Brian BehlendorfRevert "Switch KM_SLEEP to KM_PUSHPAGE"
2012-08-31 Darik HornMerge branch 'upstream'
2012-08-27 Brian BehlendorfSwitch KM_SLEEP to KM_PUSHPAGE
2012-08-27 Brian BehlendorfRevert "Add TASKQ_NORECLAIM flag"
2012-05-01 Darik HornMerge branch 'upstream'
2012-04-30 Prakash SuryaUpdate a comment to reflect new taskq internals
2012-01-20 Darik HornMerge branch 'upstream'
2012-01-19 Ned BassTaskq locking optimizations
2012-01-19 Ned BassRevert "Taskq locking optimizations"
2012-01-19 Darik HornMerge branch 'upstream'
2012-01-18 Ned BassTaskq locking optimizations
2011-12-23 Darik HornMerge branch 'upstream'
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-15 Darik HornMerge branch 'upstream'
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-12 Darik HornMerge branch 'upstream'
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