| Commit message (Expand) | Author | Age | Files | Lines |
* | OpenZFS restructuring - move platform specific sources | Matthew Macy | 2019-09-06 | 1 | -782/+0 |
* | Create /proc/sys/kernel/spl/gitrev with git hash | Matthew Ahrens | 2018-10-08 | 1 | -3/+3 |
* | Prepare SPL repo to merge with ZFS repo | Brian Behlendorf | 2018-05-29 | 1 | -1/+1 |
* | Fix more cstyle warnings | Brian Behlendorf | 2018-02-24 | 1 | -8/+10 |
* | Fix cstyle warnings | Brian Behlendorf | 2018-02-07 | 1 | -311/+317 |
* | Make file headers conform to ZFS style standard | Olaf Faaland | 2017-10-09 | 1 | -2/+2 |
* | Linux 4.13 compat: wait queues | Brian Behlendorf | 2017-07-23 | 1 | -2/+12 |
* | Don't cache the system hostid | Brian Behlendorf | 2017-07-13 | 1 | -1/+2 |
* | Update struct member intializers to C89 | RageLtMan | 2017-01-13 | 1 | -5/+5 |
* | Limit number of tasks shown in taskq proc | Chunwei Chen | 2016-12-01 | 1 | -6/+13 |
* | Provide kstat for taskqs | Tim Chase | 2015-12-16 | 1 | -0/+237 |
* | Default to --disable-debug-kmem | Brian Behlendorf | 2015-07-21 | 1 | -18/+3 |
* | Refactor generic memory allocation interfaces | Brian Behlendorf | 2015-01-16 | 1 | -20/+0 |
* | Refactor existing code | Brian Behlendorf | 2015-01-16 | 1 | -0/+5 |
* | Retire legacy debugging infrastructure | Brian Behlendorf | 2014-11-19 | 1 | -347/+26 |
* | Remove proc_handler() wrapper | Brian Behlendorf | 2014-10-17 | 1 | -21/+39 |
* | Remove kallsyms_lookup_name() wrapper | Brian Behlendorf | 2014-10-17 | 1 | -54/+0 |
* | Remove global memory variables | Brian Behlendorf | 2014-10-17 | 1 | -119/+0 |
* | Remove CTL_UNNUMBERED sysctl interface | Brian Behlendorf | 2014-10-17 | 1 | -167/+4 |
* | Remove register_sysctl() compatibility code | Brian Behlendorf | 2014-10-17 | 1 | -3/+3 |
* | Add KMC_SLAB cache type | Brian Behlendorf | 2014-05-22 | 1 | -0/+6 |
* | Simplify hostid logic | Richard Yao | 2014-04-14 | 1 | -13/+0 |
* | PaX/GrSecurity Linux 3.8.y compat: Use __no_const on struct ctl_table | Richard Yao | 2013-08-08 | 1 | -5/+12 |
* | Linux 3.10 compat: Do not rely on struct proc_dir_entry definition | Richard Yao | 2013-07-08 | 1 | -35/+2 |
* | Refresh links to web site | Ned Bass | 2013-03-04 | 1 | -1/+1 |
* | Fix spl_kmem_init_kallsyms_lookup() panic | Brian Behlendorf | 2012-12-19 | 1 | -0/+2 |
* | Improved vmem cached deadlock detection | Brian Behlendorf | 2012-11-06 | 1 | -3/+6 |
* | Emergency slab objects | Brian Behlendorf | 2012-08-27 | 1 | -4/+6 |
* | Add --enable-debug-log configure option | Brian Behlendorf | 2012-02-02 | 1 | -0/+8 |
* | Prepend spl_ to all init/fini functions | Brian Behlendorf | 2011-11-11 | 1 | -2/+2 |
* | Correct typos in the spl proc handler. | Darik Horn | 2011-04-24 | 1 | -3/+3 |
* | Import spl_hostid as a module parameter. | Darik Horn | 2011-04-21 | 1 | -6/+3 |
* | Add slab usage summeries to /proc | Brian Behlendorf | 2011-04-06 | 1 | -1/+119 |
* | Update /proc/spl/kmem/slab output | Brian Behlendorf | 2011-04-06 | 1 | -22/+24 |
* | Prefix all SPL debug macros with 'S' | Brian Behlendorf | 2010-07-20 | 1 | -58/+58 |
* | Split <sys/debug.h> header | Brian Behlendorf | 2010-07-20 | 1 | -6/+4 |
* | Linux-2.6.33 compat, .ctl_name removed from struct ctl_table | Brian Behlendorf | 2010-06-30 | 1 | -38/+40 |
* | Cleanly split Linux proc.h (fs) from conflicting Solaris proc.h (process) | Brian Behlendorf | 2010-06-11 | 1 | -1/+5 |
* | Public Release Prep | Brian Behlendorf | 2010-05-17 | 1 | -17/+17 |
* | Linux 2.6.32 compat, proc_handler() API change | Brian Behlendorf | 2010-03-04 | 1 | -53/+30 |
* | Add skc_flags and full header to /proc/spl/kmem/slab. | Brian Behlendorf | 2009-12-11 | 1 | -19/+26 |
* | Atomic64 compatibility for 32-bit systems without kernel support. | Brian Behlendorf | 2009-12-04 | 1 | -4/+16 |
* | Autoconf --enable-debug-* cleanup | Brian Behlendorf | 2009-10-30 | 1 | -17/+2 |
* | Reimplement mutexs for Linux lock profiling/analysis | Brian Behlendorf | 2009-09-25 | 1 | -166/+6 |
* | SLES10 Fixes (part 2): | Brian Behlendorf | 2009-05-20 | 1 | -1/+1 |
* | Fix off-by-1 truncation of hw_serial when converting from integer to string, ... | Ricardo M. Correia | 2009-03-12 | 1 | -9/+10 |
* | Linux VM Integration Cleanup | Brian Behlendorf | 2009-03-04 | 1 | -0/+57 |
* | Add zone_get_hostid() function | Brian Behlendorf | 2009-02-19 | 1 | -1/+2 |
* | Additional Linux VM integration | Brian Behlendorf | 2009-02-05 | 1 | -13/+73 |
* | Linux VM integration / device special files | Brian Behlendorf | 2009-02-04 | 1 | -32/+128 |