]> git.proxmox.com Git - mirror_spl.git/history - module/spl/spl-generic.c
Retire legacy debugging infrastructure
[mirror_spl.git] / module / spl / spl-generic.c
2014-11-19 Brian BehlendorfRetire legacy debugging infrastructure
2014-10-20 Brian BehlendorfMerge branch 'cleanup'
2014-10-17 Brian BehlendorfRemove kallsyms_lookup_name() wrapper
2014-10-17 Brian BehlendorfRemove shrink_{i,d}node_cache() wrappers
2014-10-17 Brian BehlendorfMap highbit64() to fls64()
2014-10-17 Brian BehlendorfRemove utsname() wrapper
2014-10-17 Brian BehlendorfMake license compatibility checks consistent
2014-08-13 Richard YaoCleanup vn_rename() and vn_remove()
2014-07-22 Tim ChaseAdd functions and macros as used upstream.
2014-04-14 Richard YaoSimplify hostid logic
2013-12-06 Brian BehlendorfAdd module versioning
2013-03-06 Brian BehlendorfMerge branch 'build-system'
2013-03-05 Ned BassRefresh links to web site
2013-01-10 Ned Basscall_usermodehelper() should wait for process
2012-12-19 Brian BehlendorfFix spl_kmem_init_kallsyms_lookup() panic
2012-07-26 Brian BehlendorfMerge branch 'builtin-clean'
2012-07-26 Etienne DechampsDetermine the hostid on demand.
2012-07-20 Brian Behlendorf32-bit compat, hostid_read()
2012-05-22 Jorgen LundmanFix ARM 64-bit division
2012-05-03 Jorgen LundmanAdd missing 64-bit divide for 32-bit ARM
2012-03-23 Brian BehlendorfAdd SPL_META_RELEASE to module load/unload messages
2011-11-11 Brian BehlendorfPrepend spl_ to all init/fini functions
2011-11-10 Brian BehlendorfLinux 3.1 compat, kern_path_parent()
2011-10-06 Brian BehlendorfRemove /etc/hostid missing warning
2011-06-24 Darik HornRead the /etc/hostid file directly.
2011-04-21 Darik HornMake the SPL kernel messages consistent with ZFS.
2011-04-21 Darik HornRemove the gawk dependency.
2011-04-21 Darik HornImport spl_hostid as a module parameter.
2011-02-26 Brian BehlendorfFix zlib compression
2010-12-07 Brian BehlendorfAdd Thread Specific Data (TSD) Implementation
2010-07-20 Ricardo M. CorreiaDisplay DEBUG keyword during module load when --enable...
2010-07-20 Brian BehlendorfPrefix all SPL debug macros with 'S'
2010-07-20 Brian BehlendorfSplit <sys/debug.h> header
2010-07-13 Brian BehlendorfAdd __divdi3(), remove __udivdi3() kernel dependency
2010-07-01 Brian BehlendorfRequire gawk the usermode helper fails with awk
2010-07-01 Ned BassInitialize the /dev/splatctl device buffer
2010-06-11 Brian BehlendorfCleanly split Linux proc.h (fs) from conflicting Solari...
2010-06-03 Alex ZhuravlevStack overflow on 64-bit modulus operations on 32-bit...
2010-05-17 Brian BehlendorfPublic Release Prep
2010-04-22 Brian BehlendorfUpdate vn_set_pwd() to allow user|kernal address for...
2010-03-22 Brian BehlendorfAllow spl_config.h to be included by dependant packages...
2009-12-01 Brian BehlendorfCorrectly handle division on 32-bit RHEL5 systems by...
2009-11-15 Brian BehlendorfEnsure spl_config.h is include in spl-generic.c
2009-10-01 Brian BehlendorfSet cwd to '/' for the process executing insmod.
2009-09-25 Brian BehlendorfUpdate rwlocks to track owner to ensure correct semantics
2009-09-18 Brian BehlendorfReimplement rwlocks for Linux lock profiling/analysis.
2009-07-10 Brian BehlendorfAdd ddi_copyin/ddi_copyout support for fake kernel...
2009-06-26 Brian BehlendorfUse do_div on older kernel where do_div64 doesn't exist.
2009-05-20 Brian BehlendorfSLES10 Fixes (part 2):
2009-03-17 Brian BehlendorfAllow spl_config.h to be included by dependant packages
2009-03-04 Brian BehlendorfMerge branch 'kallsyms'
2009-03-04 Brian BehlendorfLinux VM Integration Cleanup
2009-02-19 Brian BehlendorfAdd zone_get_hostid() function
2009-02-04 Brian BehlendorfLinux VM integration / device special files
2009-01-15 Brian BehlendorfRename modules to module and update references