]> git.proxmox.com Git - mirror_zfs.git/history - module/spl/spl-generic.c
Add missing trailing '\n' in printk() messages
[mirror_zfs.git] / module / spl / spl-generic.c
2019-05-08 Tomohiro KusumiAdd missing trailing '\n' in printk() messages
2018-10-09 Matthew AhrensCreate /proc/sys/kernel/spl/gitrev with git hash
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-05-29 Brian BehlendorfPrepare SPL repo to merge with ZFS repo
2018-02-24 Brian BehlendorfFix more cstyle warnings
2018-02-07 Brian BehlendorfFix cstyle warnings
2017-10-09 Olaf FaalandMake file headers conform to ZFS style standard
2017-08-03 Chunwei ChenAdd __divmoddi4 and __udivmoddi4 for 32-bit arch
2017-07-13 Brian BehlendorfDon't cache the system hostid
2017-03-21 Olaf FaalandLinux 4.11 compat: remove stub for __put_task_struct
2016-10-08 tuxokoFix out-of-bound in per_cpu in spl_random_init
2016-10-05 Brian BehlendorfFix p0 initializer
2016-02-17 Richard Yaorandom_get_pseudo_bytes() need not provide cryptographi...
2016-01-20 Chunwei ChenUse tsd to store tq for taskq_member
2015-02-27 Brian BehlendorfRetire spl_module_init()/spl_module_fini()
2015-02-05 Chunwei ChenFix spl_hostid module parameter
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfRefactor existing code
2014-11-19 Ned BassRemove compat includes from sys/types.h
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