]> git.proxmox.com Git - mirror_spl.git/history - include/sys/taskq.h
Fix cstyle warnings
[mirror_spl.git] / include / sys / taskq.h
2018-02-07 Brian BehlendorfFix cstyle warnings
2017-07-24 Brian BehlendorfLinux 4.13 compat: wait queues
2016-12-08 Chunwei ChenAdd system_delay_taskq for long delay
2016-11-02 UbuntuAdd TASKQID_INVALID and TASKQID_INITIAL macros
2016-02-05 Chunwei ChenAllow kicking a taskq to spawn more threads
2016-01-20 Chunwei ChenUse tsd to store tq for taskq_member
2015-12-16 Tim ChaseProvide kstat for taskqs
2015-12-12 Brian BehlendorfFix cstyle issues in spl-taskq.c and taskq.h
2015-12-12 Chunwei ChenDon't use tq->tq_lock_flags
2015-12-12 Olaf FaalandSubclass tq_lock to eliminate a lockdep warning
2015-12-09 Brian BehlendorfRevert "Make taskq_member() use ->journal_info"
2015-12-08 Richard YaoMake taskq_member() use ->journal_info
2015-07-28 Brian BehlendorfInvert minclsyspri and maxclsyspri
2015-07-23 Brian BehlendorfAdd defclsyspri macro
2015-06-24 Brian BehlendorfAdd TASKQ_DYNAMIC feature
2015-06-09 Chris DunlopMake taskq_wait() block until the queue is empty
2013-03-06 Brian BehlendorfMerge branch 'build-system'
2013-03-05 Ned BassRefresh links to web site
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-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"
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-05-06 Brian BehlendorfAdd TASKQ_NORECLAIM flag
2010-07-01 Ned BassImplementation of the TQ_FRONT flag.
2010-06-28 Brian BehlendorfAccept but ignore TASKQ_DC_BATCH and TQ_FRONT
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-06-11 Brian BehlendorfCleanly split Linux proc.h (fs) from conflicting Solari...
2010-05-17 Brian BehlendorfPublic Release Prep
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-01-05 Brian BehlendorfAdd system taskq support
2008-12-24 Brian BehlendorfAdd sys/thread.h
2008-11-03 behlendoApply a nice fix caught by Ricardo,
2008-08-11 behlendoCommit bulk of remaining 2.6.9 and 2.6.26 compat changes.
2008-05-26 behlendoGo through and add a header with the proper UCRL number.
2008-04-25 behlendoNew an improved taskq implementation for the SPL. ...
2008-03-11 behlendoTwo more GPL only symbols moved to helper functions...
2008-03-10 behlendoAdd some typedefs to make it clearer when we passing...
2008-03-10 behlendoFix systemic naming mistake
2008-03-01 behlendoReorganize /include/ to add a /sys/, this way we don...