From: Brian Behlendorf Date: Thu, 11 Mar 2010 23:36:50 +0000 (-0800) Subject: Prep for 0.4.8 tag, updated META and ChangeLog X-Git-Tag: debian/0.7.9-2~470 X-Git-Url: https://git.proxmox.com/?p=mirror_spl-debian.git;a=commitdiff_plain;h=c5c3d402f7109e37eeee54cd69d15c8d6cabf5d6 Prep for 0.4.8 tag, updated META and ChangeLog --- diff --git a/ChangeLog b/ChangeLog index e32be85..d076a33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +2010-03-11 Brian Behlendorf + + * : Tag spl-0.4.8 + + * : Build system improvements: + - Remove Module.markers and Module.symver{s} in clean target. + - Improved kernel source detection when none specified. + - Fix RPM definitions for the unknown distro/installation. + + * config/spl-build.m4: Linux 2.6.32 compat, SPL_AC_5ARGS_PROC_HANDLER + macro added to handle updated proc_handler () API. + + * module/spl/spl-err.c: Fix panic() string, which was being used as a + format string, instead of an already-formatted string. + + * /module/spl/spl-taskq.c: Optimize lowest outstanding taskqid + calculation in taskq_lowest_id(). The motivation for this change + was that I was observing as much as 10% of the total CPU time go + to waiting on the tq->tq_lock when the pending list was long. + + * module/spl/spl-kmem.c: Strip __GFP_ZERO from kmalloc it is not + available for older kernels. + + * module/spl/spl-proc.c: Add skc_flags and full header to + /proc/spl/kmem/slab + + * module/spl/spl-generic.c: Correctly handle division on 32-bit RHEL5 + systems by returning dividend. + + * include/sys/rwlock.h: When using x86 specific rwsem correctly + intepret rwsem->count. Additionally check for changed guard macro + in 2.6.28+ for rwsem implementation + + * module/splat/splat-vnode.c, module/splat/splat-kmem.c, + module/splat/splat-taskq.c: Several new tests were added to the + test suite and various bug fixes. + + * include/asm/atomic_compat.h: Atomic64 compatibility for 32-bit + systems without kernel support. + + * .gitignore: Added .gitignore files. + 2009-11-20 Brian Behlendorf * : Tag spl-0.4.7 diff --git a/META b/META index 231173e..4e568fd 100644 --- a/META +++ b/META @@ -1,6 +1,6 @@ Meta: 1 Name: spl Branch: 1.0 -Version: 0.4.7 +Version: 0.4.8 Release: 1 Release-Tags: relext