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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes to support zfs encryption
Tom Caputi
2016-02-25
2
-19
/
+23
*
random_get_pseudo_bytes() need not provide cryptographic strength entropy
Richard Yao
2016-02-17
2
-6
/
+149
*
Allow kicking a taskq to spawn more threads
Chunwei Chen
2016-02-05
3
-0
/
+75
*
Ensure spl/ only occurs once in core-y
Chip Parker
2016-01-26
1
-1
/
+1
*
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
2
-5
/
+10
*
Create spl-kmod-debuginfo rpm with redhat spec file
Olaf Faaland
2016-01-21
2
-1
/
+4
*
Use tsd to store tq for taskq_member
Chunwei Chen
2016-01-20
5
-57
/
+63
*
Linux 4.5 compat: pfn_t typedef
Brian Behlendorf
2016-01-20
1
-1
/
+0
*
Turn on both PF_FSTRANS and PF_MEMALLOC_NOIO in spl_fstrans_mark
Chunwei Chen
2016-01-20
1
-4
/
+10
*
Don't hold mutex until release cv in cv_wait
Chunwei Chen
2016-01-12
2
-15
/
+70
*
Add spl_kmem_cache_kmem_threads man page entry
Brian Behlendorf
2016-01-12
1
-0
/
+14
*
_ILP32 is always defined on SPARC
Alex McWhirter
2016-01-08
1
-4
/
+0
*
Fix do_div() types in condvar:timeout
Brian Behlendorf
2015-12-22
1
-5
/
+6
*
Use spl_fstrans_mark instead of memalloc_noio_save
Chunwei Chen
2015-12-18
5
-38
/
+5
*
Provide kstat for taskqs
Tim Chase
2015-12-16
3
-7
/
+283
*
Skip GPL-only symbols test when cross-compiling
Kamil Domanski
2015-12-14
1
-8
/
+11
*
Revert "Skip GPL-only symbols test when cross-compiling"
Brian Behlendorf
2015-12-11
1
-1
/
+0
*
Fix cstyle issues in spl-taskq.c and taskq.h
Brian Behlendorf
2015-12-11
2
-79
/
+87
*
Don't use tq->tq_lock_flags
Chunwei Chen
2015-12-11
2
-62
/
+62
*
Subclass tq_lock to eliminate a lockdep warning
Olaf Faaland
2015-12-11
2
-21
/
+58
*
Fix lockdep warning in spl_inode_{lock,unlock}
Olaf Faaland
2015-12-11
1
-1
/
+1
*
Add new lock types MUTEX_NOLOCKDEP, and RW_NOLOCKDEP
Olaf Faaland
2015-12-11
2
-3
/
+81
*
Skip GPL-only symbols test when cross-compiling
Kamil DomaĆski
2015-12-11
1
-0
/
+1
*
Fix build issue on some configured kernels
zgock
2015-12-11
1
-1
/
+1
*
Either _ILP32 or _LP64 must be defined
Brian Behlendorf
2015-12-10
1
-11
/
+31
*
Revert "Make taskq_member() use ->journal_info"
Brian Behlendorf
2015-12-08
2
-4
/
+35
*
Make taskq_member() use ->journal_info
Richard Yao
2015-12-08
2
-35
/
+4
*
Fix race between getf() and areleasef()
Richard Yao
2015-12-03
2
-2
/
+15
*
Prevent rm modules.* when make install
tuxoko
2015-12-02
1
-1
/
+1
*
Add a script to display SPL slab cache statistics
Boris Protopopov
2015-12-02
8
-11
/
+219
*
Additional dkio support for TRIM/Discard
Tim Chase
2015-12-02
3
-8
/
+65
*
spl-kmem-cache: include linux/prefetch.h for prefetchw()
Dimitri John Ledkov
2015-12-02
1
-0
/
+1
*
Fix --enable-linux-builtin
Brian Behlendorf
2015-12-02
1
-2
/
+5
*
Limit maximum object size in kmem tests
Brian Behlendorf
2015-11-16
1
-1
/
+4
*
Remove superfluous `newline` character
loli10K
2015-11-13
1
-1
/
+1
*
sysmacros: Make P2ROUNDUP not trigger int overflow
Jason Zaman
2015-11-13
1
-2
/
+2
*
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
2
-9
/
+8
*
Use tab indent in rwlock.h
Chunwei Chen
2015-10-02
1
-73
/
+73
*
rwsem use kernel provided owner when possible
Chunwei Chen
2015-10-02
1
-1
/
+22
*
Don't take spin lock on rwlock owner
Chunwei Chen
2015-10-02
1
-19
/
+4
*
Fix spl-dkms uninstall/update
Brian Behlendorf
2015-10-02
1
-5
/
+6
*
Fix PAX Patch/Grsec SLAB_USERCOPY panic
Brian Behlendorf
2015-09-28
1
-1
/
+11
*
Tag spl-0.6.5
Brian Behlendorf
2015-09-10
3
-1
/
+7
*
Disable direct reclaim in taskq worker threads on Linux 3.9+
Richard Yao
2015-09-09
1
-0
/
+4
*
Linux 4.2 compat: misc_deregister()
Brian Behlendorf
2015-09-01
1
-5
/
+1
*
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
[next]