| Commit message (Expand) | Author | Age | Files | Lines |
* | OpenZFS restructuring - move platform specific sources | Matthew Macy | 2019-09-06 | 1 | -757/+0 |
* | Fix typos in module/ | Andrea Gelmini | 2019-08-30 | 1 | -2/+2 |
* | Retire unused spl_{mutex,rwlock}_{init_fini} | Brian Behlendorf | 2019-07-17 | 1 | -25/+13 |
* | Add missing trailing '\n' in printk() messages | Tomohiro Kusumi | 2019-05-08 | 1 | -1/+2 |
* | Create /proc/sys/kernel/spl/gitrev with git hash | Matthew Ahrens | 2018-10-08 | 1 | -2/+2 |
* | Update build system and packaging | Brian Behlendorf | 2018-05-29 | 1 | -12/+5 |
* | Prepare SPL repo to merge with ZFS repo | Brian Behlendorf | 2018-05-29 | 1 | -2/+7 |
* | Fix more cstyle warnings | Brian Behlendorf | 2018-02-24 | 1 | -3/+8 |
* | Fix cstyle warnings | Brian Behlendorf | 2018-02-07 | 1 | -39/+45 |
* | Make file headers conform to ZFS style standard | Olaf Faaland | 2017-10-09 | 1 | -2/+2 |
* | Add __divmoddi4 and __udivmoddi4 for 32-bit arch | Chunwei Chen | 2017-08-03 | 1 | -0/+43 |
* | Don't cache the system hostid | Brian Behlendorf | 2017-07-13 | 1 | -45/+28 |
* | Linux 4.11 compat: remove stub for __put_task_struct | Olaf Faaland | 2017-03-20 | 1 | -16/+0 |
* | Fix out-of-bound in per_cpu in spl_random_init | tuxoko | 2016-10-07 | 1 | -1/+1 |
* | Fix p0 initializer | Brian Behlendorf | 2016-10-04 | 1 | -1/+2 |
* | 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 |