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.
about
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
*
Fix cstyle warnings
Brian Behlendorf
2018-02-07
1
-9
/
+13
*
Linux 4.15 compat: timer updates
Tony Hutter
2017-12-21
1
-2
/
+25
*
Remove all spin_is_locked calls
James Cowgill
2017-10-30
1
-13
/
+0
*
Add assert under lock to detect cases of dispach of a preallocated
Boris Protopopov
2017-08-08
1
-0
/
+6
*
Fix use-after-free in taskq_seq_show_impl
Chunwei Chen
2017-08-04
1
-26
/
+29
*
Add system_delay_taskq for long delay
Chunwei Chen
2016-12-08
1
-0
/
+14
*
Add TASKQID_INVALID and TASKQID_INITIAL macros
Ubuntu
2016-11-02
1
-9
/
+9
*
Fix taskq_wait_outstanding re-evaluate tq_next_id
Chunwei Chen
2016-05-24
1
-2
/
+2
*
Fix race between taskq_destroy and dynamic spawning thread
Chunwei Chen
2016-05-24
1
-5
/
+25
*
Allow spawning a new thread for TQ_NOQUEUE dispatch with dynamic taskq
Tim Chase
2016-03-17
1
-4
/
+18
*
Allow kicking a taskq to spawn more threads
Chunwei Chen
2016-02-05
1
-0
/
+60
*
Use tsd to store tq for taskq_member
Chunwei Chen
2016-01-20
1
-30
/
+11
*
Use spl_fstrans_mark instead of memalloc_noio_save
Chunwei Chen
2015-12-18
1
-3
/
+1
*
Provide kstat for taskqs
Tim Chase
2015-12-16
1
-0
/
+32
*
Fix cstyle issues in spl-taskq.c and taskq.h
Brian Behlendorf
2015-12-11
1
-34
/
+41
*
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
[next]