]> git.proxmox.com Git - mirror_spl-debian.git/history - module
Prefix all SPL debug macros with 'S'
[mirror_spl-debian.git] / module /
2010-07-20 Brian BehlendorfPrefix all SPL debug macros with 'S'
2010-07-20 Brian BehlendorfSplit <sys/debug.h> header
2010-07-15 Ned BassProposed fix for oops on SIGINT in splat atomic:64...
2010-07-14 Brian BehlendorfFix -Werror=format-security compiler option
2010-07-14 Brian BehlendorfLinux 2.6.35 compat: filp_fsync() dropped 'stuct dentry *'
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 Brian BehlendorfAdd configure check for user_path_dir()
2010-07-01 Ned BassImplementation of a regression test for TQ_FRONT.
2010-07-01 Ned BassInitialize the /dev/splatctl device buffer
2010-07-01 Ned BassImplementation of the TQ_FRONT flag.
2010-06-30 Brian BehlendorfLinux-2.6.33 compat, .ctl_name removed from struct...
2010-06-28 Brian BehlendorfTreat mutex->owner as volatile
2010-06-28 Brian BehlendorfFix subtle race in threads test case
2010-06-24 Brian BehlendorfAdd kmem_vasprintf function
2010-06-21 Brian BehlendorfRevert "Support TQ_FRONT flag used by taskq_dispatch()"
2010-06-16 Brian BehlendorfUpdate warnings in kmem debug code
2010-06-11 Brian BehlendorfSupport TQ_FRONT flag used by taskq_dispatch()
2010-06-11 Brian BehlendorfAdd kmem_asprintf(), strfree(), strdup(), and minor...
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-23 Brian BehlendorfMinor 32-bit fix cast to hrtime_t before the mutliply.
2010-05-20 Brian BehlendorfSimplify rwlock implementation.
2010-05-20 Brian BehlendorfUse KM_NODEBUG macro in preference to __GFP_NOWARN.
2010-05-20 Brian BehlendorfDisable spl_debug_panic_on_bug by default.
2010-05-20 Brian BehlendorfAdjust 'large' object sizes in kmem:slab_large test.
2010-05-19 Brian BehlendorfRemove kmem_set_warning() interface replace with __GFP_...
2010-05-19 Brian BehlendorfSet default debug log patch to /tmp/spl-log.
2010-05-17 Brian BehlendorfPublic Release Prep
2010-05-14 Brian BehlendorfUse do_posix_clock_monotonic_gettime() as described...
2010-05-14 Brian BehlendorfAdd cv_wait_interruptible() function.
2010-04-23 Brian BehlendorfDump log from current process when required
2010-04-23 Brian BehlendorfAssume TQ_SLEEP when not explicitly specified.
2010-04-23 Ricardo CorreiaHandle the FAPPEND option in vn_rdwr().
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...
2010-03-18 Brian BehlendorfReduce max kmem based slab size
2010-03-08 Brian BehlendorfRemove Module.markers and Module.symver{s} in clean...
2010-03-04 Brian BehlendorfLinux 2.6.32 compat, proc_handler() API change
2010-01-08 Ricardo M. Correiasun-misc-gitignore
2010-01-08 Ricardo M. Correiasun-fix-whitespace
2010-01-08 Ricardo M. Correiasun-fix-panic-str
2010-01-05 Brian BehlendorfAdded splat taskq task ordering test case.
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-23 Brian BehlendorfFix kmem:slab_overcommit regression test locking
2009-12-11 Brian BehlendorfAdd skc_flags and full header to /proc/spl/kmem/slab.
2009-12-10 Brian BehlendorfSplat vnode tests must return negative error codes.
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-12-01 Brian BehlendorfOnly run the kmem overcommit test on 64-bit systems.
2009-12-01 Brian BehlendorfType long expected explicitly cast for 32-bit systems.
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-02 Brian BehlendorfUse kobject_set_name() for increased portability.
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-23 Brian BehlendorfAllow kmem or vmem based slab for slab_lock and slab_ov...
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-06-25 Brian BehlendorfPackaging Fixes
2009-06-16 Brian BehlendorfPackaging improvements for RHEL and SLES
2009-05-21 Brian BehlendorfSLES10 Fixes (part 9)
2009-05-20 Brian BehlendorfSLES10 Fixes (part 8)
2009-05-20 Brian BehlendorfSLES10 Fixes (part 7)
2009-05-20 Brian BehlendorfSLES10 Fixes (part 6)
2009-05-20 Brian BehlendorfPowerpc Fixes (part 1):
2009-05-20 Brian BehlendorfSLES10 Fixes (part 4):
2009-05-20 Brian BehlendorfSLES10 Fixes (part 2):
2009-03-18 Brian BehlendorfFix vmem leak in kmem_cache_test (missing splat_kmem_ca...
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-15 Brian BehlendorfMutex tests updated to use task queues instead of work...
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-11 Brian BehlendorfBuild system cleanup
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 9657: Resource Leak
next