]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - module/spl
sun-fix-whitespace
[FreeBSD/FreeBSD.git] / module / spl /
2010-01-08 Ricardo M. Correiasun-fix-whitespace
2010-01-08 Ricardo M. Correiasun-fix-panic-str
2010-01-04 Brian BehlendorfOptimize lowest outstanding taskqid calculation in...
2009-12-23 Brian BehlendorfStrip __GFP_ZERO from kmalloc it is not available for...
2009-12-11 Brian BehlendorfAdd skc_flags and full header to /proc/spl/kmem/slab.
2009-12-04 Brian BehlendorfAtomic64 compatibility for 32-bit systems without kerne...
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-11-13 Brian BehlendorfLinux 2.6.31 kmem cache alignment fixes and cleanup.
2009-11-12 Brian BehlendorfRemove __GFP_NOFAIL in kmem and retry internally.
2009-11-10 Brian BehlendorfLinux 2.6.31 Compatibility Updates
2009-10-30 Brian BehlendorfAutoconf --enable-debug-* cleanup
2009-10-30 Brian BehlendorfUse Linux atomic primitives by default.
2009-10-27 Brian BehlendorfI should not have removed these, they are important.
2009-10-27 Brian BehlendorfRebase cmn_err on vcmn_err and don't warn about missing \n
2009-10-01 Brian BehlendorfSet cwd to '/' for the process executing insmod.
2009-09-25 Brian BehlendorfReimplement mutexs for Linux lock profiling/analysis
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-28 Brian BehlendorfUpdate global_page_state() support for 2.6.29 kernels.
2009-07-28 Brian BehlendorfRemove get/put_task_struct as they are not available...
2009-07-28 Brian BehlendorfAdd basic credential support and splat tests.
2009-07-23 Brian BehlendorfPositive Solaris ioctl return codes need to be negated...
2009-07-22 Brian BehlendorfThe HAVE_PATH_IN_NAMEIDATA compat macros should have...
2009-07-21 Brian BehlendorfRegister a basic compat ioctl handler (32 vs 64 bit...
2009-07-14 Ricardo M. CorreiaPrevent integer overflow after ~164 days of uptime.
2009-07-10 Brian BehlendorfAdd ddi_copyin/ddi_copyout support for fake kernel...
2009-07-09 Brian BehlendorfAdd basic support for TASKQ_THREADS_CPU_PCT taskq flag...
2009-06-26 Brian BehlendorfUse do_div on older kernel where do_div64 doesn't exist.
2009-05-20 Brian BehlendorfSLES10 Fixes (part 7)
2009-05-20 Brian BehlendorfSLES10 Fixes (part 6)
2009-05-20 Brian BehlendorfSLES10 Fixes (part 4):
2009-05-20 Brian BehlendorfSLES10 Fixes (part 2):
2009-03-17 Brian BehlendorfAllow spl_config.h to be included by dependant packages
2009-03-17 Brian BehlendorfFC10/i686 Compatibility Update (2.6.27.19-170.2.35...
2009-03-15 Brian BehlendorfFix taskq_wait() not waiting bug
2009-03-12 Ricardo M. CorreiaFix off-by-1 truncation of hw_serial when converting...
2009-03-11 Ricardo M. CorreiaMinor bug fix in XDR code introduced in last minute...
2009-03-11 Ricardo M. CorreiaAdd XDR implementation
2009-03-09 Brian BehlendorfBuild system and packaging (RPM support)
2009-03-05 Ricardo M. CorreiaXXX: Temporarily disable vmem_size().
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-18 Brian BehlendorfCoverity 9649, 9650, 9651: Uninit
2009-02-17 Brian Behlendorfkmem slab magazine ageing deadlock
2009-02-13 Brian Behlendorfkmem slab fixes
2009-02-12 Brian Behlendorfkmem slab fixes
2009-02-05 Brian BehlendorfAdditional Linux VM integration
2009-02-04 Brian BehlendorfLinux VM integration / device special files
2009-02-02 Brian Behlendorf2.6.27+ portability changes
2009-02-02 Brian BehlendorfMake the number of system taskq threads based on the...
2009-01-31 Brian Behlendorfkmem_cache hardening and performance improvements
2009-01-27 Brian BehlendorfRemove debug check was was accidentally left in place...
2009-01-26 Brian BehlendorfImplement kmem cache alignment argument
2009-01-20 Brian BehlendorfMinor fix for compiler warning when KMEM_TRACKING is...
2009-01-20 Brian BehlendorfEnsure -NDEBUG does not get added to spl_config.h and...
2009-01-15 Brian BehlendorfRename modules to module and update references