aboutsummaryrefslogtreecommitdiffstats
path: root/module/spl/spl-generic.c
Commit message (Expand)AuthorAgeFilesLines
* random_get_pseudo_bytes() need not provide cryptographic strength entropyRichard Yao2016-02-171-0/+148
* Use tsd to store tq for taskq_memberChunwei Chen2016-01-201-26/+23
* Retire spl_module_init()/spl_module_fini()Brian Behlendorf2015-02-271-28/+4
* Fix spl_hostid module parameterChunwei Chen2015-02-041-1/+3
* Refactor existing codeBrian Behlendorf2015-01-161-3/+40
* Remove compat includes from sys/types.hNed Bass2014-11-191-0/+1
* Retire legacy debugging infrastructureBrian Behlendorf2014-11-191-25/+11
* Remove kallsyms_lookup_name() wrapperBrian Behlendorf2014-10-171-68/+1
* Remove shrink_{i,d}node_cache() wrappersBrian Behlendorf2014-10-171-9/+5
* Map highbit64() to fls64()Brian Behlendorf2014-10-171-62/+0
* Remove utsname() wrapperBrian Behlendorf2014-10-171-12/+0
* Make license compatibility checks consistentBrian Behlendorf2014-10-171-2/+2
* Cleanup vn_rename() and vn_remove()Richard Yao2014-08-131-3/+0
* Add functions and macros as used upstream.Tim Chase2014-07-221-0/+30
* Simplify hostid logicRichard Yao2014-04-141-49/+6
* Add module versioningBrian Behlendorf2013-12-061-0/+1
* Refresh links to web siteNed Bass2013-03-041-1/+1
* call_usermodehelper() should wait for processNed Bass2013-01-091-2/+2
* Fix spl_kmem_init_kallsyms_lookup() panicBrian Behlendorf2012-12-191-0/+19
* Determine the hostid on demand.Etienne Dechamps2012-07-261-13/+20
* 32-bit compat, hostid_read()Brian Behlendorf2012-07-201-2/+2
* Fix ARM 64-bit divisionJorgen Lundman2012-05-221-8/+43
* Add missing 64-bit divide for 32-bit ARMJorgen Lundman2012-05-031-1/+22
* Add SPL_META_RELEASE to module load/unload messagesBrian Behlendorf2012-03-231-7/+9
* Prepend spl_ to all init/fini functionsBrian Behlendorf2011-11-111-15/+15
* Linux 3.1 compat, kern_path_parent()Brian Behlendorf2011-11-091-3/+6
* Remove /etc/hostid missing warningBrian Behlendorf2011-10-061-5/+1
* Read the /etc/hostid file directly.Darik Horn2011-06-241-5/+105
* Make the SPL kernel messages consistent with ZFS.Darik Horn2011-04-211-3/+3
* Remove the gawk dependency.Darik Horn2011-04-211-11/+15
* Import spl_hostid as a module parameter.Darik Horn2011-04-211-6/+14
* Fix zlib compressionBrian Behlendorf2011-02-251-3/+10
* Add Thread Specific Data (TSD) ImplementationBrian Behlendorf2010-12-071-3/+10
* Display DEBUG keyword during module load when --enable-debug is used.Ricardo M. Correia2010-07-201-4/+6
* Prefix all SPL debug macros with 'S'Brian Behlendorf2010-07-201-18/+18
* Split <sys/debug.h> headerBrian Behlendorf2010-07-201-2/+3
* Add __divdi3(), remove __udivdi3() kernel dependencyBrian Behlendorf2010-07-131-23/+96
* Require gawk the usermode helper fails with awkBrian Behlendorf2010-07-011-1/+1
* Initialize the /dev/splatctl device bufferNed Bass2010-07-011-0/+1
* Cleanly split Linux proc.h (fs) from conflicting Solaris proc.h (process)Brian Behlendorf2010-06-111-1/+2
* Stack overflow on 64-bit modulus operations on 32-bit architectures.Alex Zhuravlev2010-06-031-3/+5
* Public Release PrepBrian Behlendorf2010-05-171-17/+17
* Update vn_set_pwd() to allow user|kernal address for filenameBrian Behlendorf2010-04-221-1/+5
* Allow spl_config.h to be included by dependant packages (updated)Brian Behlendorf2010-03-221-1/+0
* Correctly handle division on 32-bit RHEL5 systems by returning dividend.Brian Behlendorf2009-12-011-1/+3
* Ensure spl_config.h is include in spl-generic.cBrian Behlendorf2009-11-151-0/+1
* Set cwd to '/' for the process executing insmod.Brian Behlendorf2009-10-011-2/+24
* Update rwlocks to track owner to ensure correct semanticsBrian Behlendorf2009-09-251-14/+21
* Reimplement rwlocks for Linux lock profiling/analysis.Brian Behlendorf2009-09-181-0/+16
* Add ddi_copyin/ddi_copyout support for fake kernel originated ioctls.Brian Behlendorf2009-07-101-0/+27