index
:
openzfs/zfs.git
b_zfs-2.0.2
b_zfs-2.0.5
b_zfs-2.1.0
b_zfs-2.1.6
b_zfs_2.1.10-staging
b_zfs_2.1.11
b_zfs_2.2.4
b_zfs_2.2.6
b_zfs_2.2.6_debian12
master
zfs-0.6.3-stable
zfs-0.6.4-release
zfs-0.6.5-release
zfs-0.7-release
zfs-0.7.12-release
zfs-0.7.13-release
zfs-0.8.3-kernel56
zfs-0.8.3-kernel56-patched2
zfs-0.8.3-release
zfs-0.8.4-release
zfs-0.8.5
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
sys
/
taskq.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix cstyle warnings
Brian Behlendorf
2018-02-07
1
-1
/
+1
*
Linux 4.13 compat: wait queues
Brian Behlendorf
2017-07-23
1
-3
/
+4
*
Add system_delay_taskq for long delay
Chunwei Chen
2016-12-08
1
-0
/
+2
*
Add TASKQID_INVALID and TASKQID_INITIAL macros
Ubuntu
2016-11-02
1
-0
/
+6
*
Allow kicking a taskq to spawn more threads
Chunwei Chen
2016-02-05
1
-0
/
+1
*
Use tsd to store tq for taskq_member
Chunwei Chen
2016-01-20
1
-1
/
+1
*
Provide kstat for taskqs
Tim Chase
2015-12-16
1
-7
/
+14
*
Fix cstyle issues in spl-taskq.c and taskq.h
Brian Behlendorf
2015-12-11
1
-45
/
+46
*
Don't use tq->tq_lock_flags
Chunwei Chen
2015-12-11
1
-1
/
+0
*
Subclass tq_lock to eliminate a lockdep warning
Olaf Faaland
2015-12-11
1
-0
/
+9
*
Revert "Make taskq_member() use ->journal_info"
Brian Behlendorf
2015-12-08
1
-1
/
+1
*
Make taskq_member() use ->journal_info
Richard Yao
2015-12-08
1
-1
/
+1
*
Invert minclsyspri and maxclsyspri
Brian Behlendorf
2015-07-28
1
-1
/
+1
*
Add defclsyspri macro
Brian Behlendorf
2015-07-23
1
-1
/
+1
*
Add TASKQ_DYNAMIC feature
Brian Behlendorf
2015-06-24
1
-3
/
+5
*
Make taskq_wait() block until the queue is empty
Chris Dunlop
2015-06-09
1
-1
/
+1
*
Refresh links to web site
Ned Bass
2013-03-04
1
-1
/
+1
*
taskq delay/cancel functionality
Brian Behlendorf
2012-12-12
1
-14
/
+24
*
taskq style, remove #define wrappers
Brian Behlendorf
2012-12-12
1
-25
/
+15
*
taskq style, convert spaces to soft tabs
Brian Behlendorf
2012-12-12
1
-59
/
+61
*
Remove TQ_SLEEP -> KM_SLEEP mapping
Brian Behlendorf
2012-09-12
1
-2
/
+3
*
Revert "Switch KM_SLEEP to KM_PUSHPAGE"
Brian Behlendorf
2012-09-12
1
-1
/
+0
*
Switch KM_SLEEP to KM_PUSHPAGE
Brian Behlendorf
2012-08-27
1
-0
/
+1
*
Revert "Add TASKQ_NORECLAIM flag"
Brian Behlendorf
2012-08-27
1
-1
/
+0
*
Store copy of tqent_flags prior to servicing task
Prakash Surya
2011-12-16
1
-0
/
+1
*
Swap taskq_ent_t with taskqid_t in taskq_thread_t
Prakash Surya
2011-12-16
1
-1
/
+1
*
Implement taskq_dispatch_prealloc() interface
Prakash Surya
2011-12-13
1
-0
/
+9
*
Replace tq_work_list and tq_threads in taskq_t
Prakash Surya
2011-12-13
1
-2
/
+18
*
Add TASKQ_NORECLAIM flag
Brian Behlendorf
2011-05-06
1
-0
/
+1
*
Implementation of the TQ_FRONT flag.
Ned Bass
2010-07-01
1
-0
/
+1
*
Accept but ignore TASKQ_DC_BATCH and TQ_FRONT
Brian Behlendorf
2010-06-28
1
-0
/
+2
*
Revert "Support TQ_FRONT flag used by taskq_dispatch()"
Brian Behlendorf
2010-06-21
1
-2
/
+0
*
Support TQ_FRONT flag used by taskq_dispatch()
Brian Behlendorf
2010-06-11
1
-0
/
+2
*
Cleanly split Linux proc.h (fs) from conflicting Solaris proc.h (process)
Brian Behlendorf
2010-06-11
1
-0
/
+4
*
Public Release Prep
Brian Behlendorf
2010-05-17
1
-25
/
+15
*
Add basic support for TASKQ_THREADS_CPU_PCT taskq flag which is
Brian Behlendorf
2009-07-09
1
-0
/
+1
*
Fix taskq_wait() not waiting bug
Brian Behlendorf
2009-03-15
1
-0
/
+1
*
Add system taskq support
Brian Behlendorf
2009-01-05
1
-0
/
+6
*
Add sys/thread.h
Brian Behlendorf
2008-12-23
1
-0
/
+1
*
Apply a nice fix caught by Ricardo,
behlendo
2008-11-03
1
-0
/
+1
*
Commit bulk of remaining 2.6.9 and 2.6.26 compat changes.
behlendo
2008-08-11
1
-9
/
+0
*
Go through and add a header with the proper UCRL number.
behlendo
2008-05-26
1
-0
/
+26
*
New an improved taskq implementation for the SPL. It allows a
behlendo
2008-04-25
1
-58
/
+51
*
Two more GPL only symbols moved to helper functions in the spl module.
behlendo
2008-03-11
1
-2
/
+4
*
Add some typedefs to make it clearer when we passing a function,
behlendo
2008-03-10
1
-1
/
+1
*
Fix systemic naming mistake
behlendo
2008-03-10
1
-1
/
+1
*
Reorganize /include/ to add a /sys/, this way we don't need to
behlendo
2008-03-01
1
-0
/
+87