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
/
module
/
spl
/
spl-taskq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use tq->tq_lock_flags
Chunwei Chen
2015-12-11
1
-61
/
+62
*
Subclass tq_lock to eliminate a lockdep warning
Olaf Faaland
2015-12-11
1
-21
/
+49
*
Revert "Make taskq_member() use ->journal_info"
Brian Behlendorf
2015-12-08
1
-3
/
+34
*
Make taskq_member() use ->journal_info
Richard Yao
2015-12-08
1
-34
/
+3
*
Fix taskq dynamic spawning
tuxoko
2015-11-13
1
-14
/
+11
*
Disable direct reclaim in taskq worker threads on Linux 3.9+
Richard Yao
2015-09-09
1
-0
/
+4
*
Create a new thread during recursive taskq dispatch if necessary
Tim Chase
2015-09-01
1
-3
/
+28
*
Revert "Create a new thread during recursive taskq dispatch if necessary"
Brian Behlendorf
2015-08-31
1
-22
/
+0
*
Create a new thread during recursive taskq dispatch if necessary
Tim Chase
2015-08-31
1
-0
/
+22
*
Invert minclsyspri and maxclsyspri
Brian Behlendorf
2015-07-28
1
-3
/
+2
*
Add defclsyspri macro
Brian Behlendorf
2015-07-23
1
-3
/
+10
*
Set TASKQ_DYNAMIC for kmem and system taskqs
Brian Behlendorf
2015-06-24
1
-4
/
+2
*
Add TASKQ_DYNAMIC feature
Brian Behlendorf
2015-06-24
1
-66
/
+226
*
Make taskq_wait() block until the queue is empty
Chris Dunlop
2015-06-09
1
-38
/
+55
*
Retire legacy debugging infrastructure
Brian Behlendorf
2014-11-19
1
-72
/
+34
*
Evenly distribute the taskq threads across available CPUs
Andrey Vesnovaty
2014-04-25
1
-0
/
+9
*
Support post-3.13 kthread_create() semantics.
Tim Chase
2014-04-08
1
-1
/
+1
*
Remove default taskq thread to CPU bindings
Brian Behlendorf
2014-01-07
1
-1
/
+0
*
Fix taskq_wait_id()
Brian Behlendorf
2013-05-03
1
-26
/
+14
*
Refresh links to web site
Ned Bass
2013-03-04
1
-1
/
+1
*
taskq delay/cancel functionality
Brian Behlendorf
2012-12-12
1
-96
/
+356
*
taskq style, remove #define wrappers
Brian Behlendorf
2012-12-12
1
-21
/
+21
*
taskq style, convert spaces to soft tabs
Brian Behlendorf
2012-12-12
1
-158
/
+157
*
Remove TQ_SLEEP -> KM_SLEEP mapping
Brian Behlendorf
2012-09-12
1
-14
/
+16
*
Revert "Switch KM_SLEEP to KM_PUSHPAGE"
Brian Behlendorf
2012-09-12
1
-3
/
+5
*
Switch KM_SLEEP to KM_PUSHPAGE
Brian Behlendorf
2012-08-27
1
-5
/
+3
*
Revert "Add TASKQ_NORECLAIM flag"
Brian Behlendorf
2012-08-27
1
-4
/
+0
*
Update a comment to reflect new taskq internals
Prakash Surya
2012-04-30
1
-13
/
+16
*
Taskq locking optimizations
Ned Bass
2012-01-19
1
-2
/
+2
*
Revert "Taskq locking optimizations"
Ned Bass
2012-01-19
1
-7
/
+5
*
Taskq locking optimizations
Ned Bass
2012-01-18
1
-5
/
+7
*
Store copy of tqent_flags prior to servicing task
Prakash Surya
2011-12-16
1
-6
/
+16
*
Swap taskq_ent_t with taskqid_t in taskq_thread_t
Prakash Surya
2011-12-16
1
-10
/
+8
*
Implement taskq_dispatch_prealloc() interface
Prakash Surya
2011-12-13
1
-6
/
+86
*
Replace tq_work_list and tq_threads in taskq_t
Prakash Surya
2011-12-13
1
-55
/
+77
*
Replace struct spl_task with struct taskq_ent
Prakash Surya
2011-12-13
1
-63
/
+62
*
Add TASKQ_NORECLAIM flag
Brian Behlendorf
2011-05-06
1
-0
/
+4
*
Fix taskq code to not drop tasks when TQ_SLEEP is used.
Ricardo M. Correia
2010-08-02
1
-23
/
+24
*
Prefix all SPL debug macros with 'S'
Brian Behlendorf
2010-07-20
1
-44
/
+44
*
Split <sys/debug.h> header
Brian Behlendorf
2010-07-20
1
-7
/
+6
*
Implementation of the TQ_FRONT flag.
Ned Bass
2010-07-01
1
-21
/
+74
*
Revert "Support TQ_FRONT flag used by taskq_dispatch()"
Brian Behlendorf
2010-06-21
1
-7
/
+1
*
Support TQ_FRONT flag used by taskq_dispatch()
Brian Behlendorf
2010-06-11
1
-1
/
+7
*
Public Release Prep
Brian Behlendorf
2010-05-17
1
-17
/
+17
*
Assume TQ_SLEEP when not explicitly specified.
Brian Behlendorf
2010-04-23
1
-0
/
+5
*
Optimize lowest outstanding taskqid calculation in taskq_lowest_id()
Brian Behlendorf
2010-01-04
1
-20
/
+41
*
Add basic support for TASKQ_THREADS_CPU_PCT taskq flag which is
Brian Behlendorf
2009-07-09
1
-0
/
+9
*
Fix taskq_wait() not waiting bug
Brian Behlendorf
2009-03-15
1
-12
/
+20
*
Make the number of system taskq threads based on the node of cores in the nod...
Brian Behlendorf
2009-02-02
1
-2
/
+4
*
Rename modules to module and update references
Brian Behlendorf
2009-01-15
1
-0
/
+491