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-generic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
random_get_pseudo_bytes() need not provide cryptographic strength entropy
Richard Yao
2016-02-17
1
-0
/
+148
*
Use tsd to store tq for taskq_member
Chunwei Chen
2016-01-20
1
-26
/
+23
*
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
*
Refactor existing code
Brian Behlendorf
2015-01-16
1
-3
/
+40
*
Remove compat includes from sys/types.h
Ned Bass
2014-11-19
1
-0
/
+1
*
Retire legacy debugging infrastructure
Brian Behlendorf
2014-11-19
1
-25
/
+11
*
Remove kallsyms_lookup_name() wrapper
Brian Behlendorf
2014-10-17
1
-68
/
+1
*
Remove shrink_{i,d}node_cache() wrappers
Brian Behlendorf
2014-10-17
1
-9
/
+5
*
Map highbit64() to fls64()
Brian Behlendorf
2014-10-17
1
-62
/
+0
*
Remove utsname() wrapper
Brian Behlendorf
2014-10-17
1
-12
/
+0
*
Make license compatibility checks consistent
Brian Behlendorf
2014-10-17
1
-2
/
+2
*
Cleanup vn_rename() and vn_remove()
Richard Yao
2014-08-13
1
-3
/
+0
*
Add functions and macros as used upstream.
Tim Chase
2014-07-22
1
-0
/
+30
*
Simplify hostid logic
Richard Yao
2014-04-14
1
-49
/
+6
*
Add module versioning
Brian Behlendorf
2013-12-06
1
-0
/
+1
*
Refresh links to web site
Ned Bass
2013-03-04
1
-1
/
+1
*
call_usermodehelper() should wait for process
Ned Bass
2013-01-09
1
-2
/
+2
*
Fix spl_kmem_init_kallsyms_lookup() panic
Brian Behlendorf
2012-12-19
1
-0
/
+19
*
Determine the hostid on demand.
Etienne Dechamps
2012-07-26
1
-13
/
+20
*
32-bit compat, hostid_read()
Brian Behlendorf
2012-07-20
1
-2
/
+2
*
Fix ARM 64-bit division
Jorgen Lundman
2012-05-22
1
-8
/
+43
*
Add missing 64-bit divide for 32-bit ARM
Jorgen Lundman
2012-05-03
1
-1
/
+22
*
Add SPL_META_RELEASE to module load/unload messages
Brian Behlendorf
2012-03-23
1
-7
/
+9
*
Prepend spl_ to all init/fini functions
Brian Behlendorf
2011-11-11
1
-15
/
+15
*
Linux 3.1 compat, kern_path_parent()
Brian Behlendorf
2011-11-09
1
-3
/
+6
*
Remove /etc/hostid missing warning
Brian Behlendorf
2011-10-06
1
-5
/
+1
*
Read the /etc/hostid file directly.
Darik Horn
2011-06-24
1
-5
/
+105
*
Make the SPL kernel messages consistent with ZFS.
Darik Horn
2011-04-21
1
-3
/
+3
*
Remove the gawk dependency.
Darik Horn
2011-04-21
1
-11
/
+15
*
Import spl_hostid as a module parameter.
Darik Horn
2011-04-21
1
-6
/
+14
*
Fix zlib compression
Brian Behlendorf
2011-02-25
1
-3
/
+10
*
Add Thread Specific Data (TSD) Implementation
Brian Behlendorf
2010-12-07
1
-3
/
+10
*
Display DEBUG keyword during module load when --enable-debug is used.
Ricardo M. Correia
2010-07-20
1
-4
/
+6
*
Prefix all SPL debug macros with 'S'
Brian Behlendorf
2010-07-20
1
-18
/
+18
*
Split <sys/debug.h> header
Brian Behlendorf
2010-07-20
1
-2
/
+3
*
Add __divdi3(), remove __udivdi3() kernel dependency
Brian Behlendorf
2010-07-13
1
-23
/
+96
*
Require gawk the usermode helper fails with awk
Brian Behlendorf
2010-07-01
1
-1
/
+1
*
Initialize the /dev/splatctl device buffer
Ned Bass
2010-07-01
1
-0
/
+1
*
Cleanly split Linux proc.h (fs) from conflicting Solaris proc.h (process)
Brian Behlendorf
2010-06-11
1
-1
/
+2
*
Stack overflow on 64-bit modulus operations on 32-bit architectures.
Alex Zhuravlev
2010-06-03
1
-3
/
+5
*
Public Release Prep
Brian Behlendorf
2010-05-17
1
-17
/
+17
*
Update vn_set_pwd() to allow user|kernal address for filename
Brian Behlendorf
2010-04-22
1
-1
/
+5
*
Allow spl_config.h to be included by dependant packages (updated)
Brian Behlendorf
2010-03-22
1
-1
/
+0
*
Correctly handle division on 32-bit RHEL5 systems by returning dividend.
Brian Behlendorf
2009-12-01
1
-1
/
+3
*
Ensure spl_config.h is include in spl-generic.c
Brian Behlendorf
2009-11-15
1
-0
/
+1
*
Set cwd to '/' for the process executing insmod.
Brian Behlendorf
2009-10-01
1
-2
/
+24
*
Update rwlocks to track owner to ensure correct semantics
Brian Behlendorf
2009-09-25
1
-14
/
+21
*
Reimplement rwlocks for Linux lock profiling/analysis.
Brian Behlendorf
2009-09-18
1
-0
/
+16
*
Add ddi_copyin/ddi_copyout support for fake kernel originated ioctls.
Brian Behlendorf
2009-07-10
1
-0
/
+27
[next]