aboutsummaryrefslogtreecommitdiffstats
path: root/module/spl/spl-generic.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing trailing '\n' in printk() messagesTomohiro Kusumi2019-05-081-1/+2
* Create /proc/sys/kernel/spl/gitrev with git hashMatthew Ahrens2018-10-081-2/+2
* Update build system and packagingBrian Behlendorf2018-05-291-12/+5
* Prepare SPL repo to merge with ZFS repoBrian Behlendorf2018-05-291-2/+7
* Fix more cstyle warningsBrian Behlendorf2018-02-241-3/+8
* Fix cstyle warningsBrian Behlendorf2018-02-071-39/+45
* Make file headers conform to ZFS style standardOlaf Faaland2017-10-091-2/+2
* Add __divmoddi4 and __udivmoddi4 for 32-bit archChunwei Chen2017-08-031-0/+43
* Don't cache the system hostidBrian Behlendorf2017-07-131-45/+28
* Linux 4.11 compat: remove stub for __put_task_structOlaf Faaland2017-03-201-16/+0
* Fix out-of-bound in per_cpu in spl_random_inittuxoko2016-10-071-1/+1
* Fix p0 initializerBrian Behlendorf2016-10-041-1/+2
* 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