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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow spawning a new thread for TQ_NOQUEUE dispatch with dynamic taskq
Tim Chase
2016-03-17
1
-4
/
+18
*
Add rw_tryupgrade()
Brian Behlendorf
2016-03-10
1
-60
/
+0
*
random_get_pseudo_bytes() need not provide cryptographic strength entropy
Richard Yao
2016-02-17
1
-0
/
+148
*
Allow kicking a taskq to spawn more threads
Chunwei Chen
2016-02-05
1
-0
/
+60
*
Remove RLIM64_INFINITY assert in vn_rdwr()
Brian Behlendorf
2016-01-23
1
-1
/
+0
*
kobj_read_file: Return -1 on vn_rdwr() error
Richard Yao
2016-01-23
1
-3
/
+8
*
Use tsd to store tq for taskq_member
Chunwei Chen
2016-01-20
3
-56
/
+61
*
Don't hold mutex until release cv in cv_wait
Chunwei Chen
2016-01-12
1
-15
/
+40
*
Use spl_fstrans_mark instead of memalloc_noio_save
Chunwei Chen
2015-12-18
4
-37
/
+5
*
Provide kstat for taskqs
Tim Chase
2015-12-16
2
-0
/
+269
*
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 race between getf() and areleasef()
Richard Yao
2015-12-03
1
-0
/
+13
*
spl-kmem-cache: include linux/prefetch.h for prefetchw()
Dimitri John Ledkov
2015-12-02
1
-0
/
+1
*
Remove superfluous `newline` character
loli10K
2015-11-13
1
-1
/
+1
*
Fix taskq dynamic spawning
tuxoko
2015-11-13
1
-14
/
+11
*
Don't call kmem_cache_shrink from shrinker
Chunwei Chen
2015-11-11
1
-6
/
+1
*
Fix CPU hotplug
Brian Behlendorf
2015-10-13
1
-8
/
+7
*
Fix PAX Patch/Grsec SLAB_USERCOPY panic
Brian Behlendorf
2015-09-28
1
-1
/
+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
2
-4
/
+3
*
Remove skc_ref from alloc/free paths
Brian Behlendorf
2015-07-24
1
-9
/
+2
*
Add defclsyspri macro
Brian Behlendorf
2015-07-23
2
-4
/
+11
*
Default to --disable-debug-kmem
Brian Behlendorf
2015-07-21
1
-18
/
+3
*
Support parallel build trees (VPATH builds)
Turbo Fredriksson
2015-07-17
1
-19
/
+22
*
Set TASKQ_DYNAMIC for kmem and system taskqs
Brian Behlendorf
2015-06-24
2
-5
/
+5
*
Add TASKQ_DYNAMIC feature
Brian Behlendorf
2015-06-24
1
-66
/
+226
*
Rename cv_wait_interruptible() to cv_wait_sig()
Brian Behlendorf
2015-06-10
1
-34
/
+47
*
Make taskq_wait() block until the queue is empty
Chris Dunlop
2015-06-09
1
-38
/
+55
*
Fix cstyle issues in spl-tsd.c
Brian Behlendorf
2015-04-24
1
-20
/
+21
*
Make tsd_set(key, NULL) remove the tsd entry for current thread
Chunwei Chen
2015-04-24
1
-0
/
+63
*
Implement areleasef()
Richard Yao
2015-04-24
1
-5
/
+14
*
vn_getf/vn_releasef should not accept negative file descriptors
Richard Yao
2015-04-24
1
-0
/
+6
*
Clear PF_FSTRANS over vfs_sync()
Brian Behlendorf
2015-04-07
1
-1
/
+15
*
Don't allow shrinking a PF_FSTRANS context
Tim Chase
2015-04-03
1
-0
/
+6
*
Retire spl_module_init()/spl_module_fini()
Brian Behlendorf
2015-02-27
1
-28
/
+4
*
Fix spl_hostid module parameter
Chunwei Chen
2015-02-04
1
-1
/
+3
*
Optimize vmem_alloc() retry path
Brian Behlendorf
2015-02-02
1
-1
/
+11
*
Fix GFP_KERNEL allocations flags
Brian Behlendorf
2015-01-21
3
-4
/
+4
*
Use __get_free_pages() for emergency objects
Brian Behlendorf
2015-01-16
1
-10
/
+12
*
Fix kmem cache deadlock logic
Brian Behlendorf
2015-01-16
1
-10
/
+25
*
Refine slab cache sizing
Brian Behlendorf
2015-01-16
1
-35
/
+57
*
Reduce kmem cache deadlock threshold
Brian Behlendorf
2015-01-16
1
-1
/
+1
*
Make slab reclaim more aggressive
Brian Behlendorf
2015-01-16
1
-29
/
+47
[next]