]> git.proxmox.com Git - mirror_spl.git/shortlog
mirror_spl.git
2010-07-27 Brian BehlendorfAdd Debian and Slackware style packaging via alien
2010-07-26 Brian BehlendorfEnsure kmem_alloc() and vmem_alloc() never fail
2010-07-26 Brian BehlendorfFix two minor compiler warnings
2010-07-21 Brian BehlendorfRemove deadcode caused by removal of format1 arg
2010-07-20 Ricardo M.... Fix max_ncpus definition.
2010-07-20 Ricardo M.... Display DEBUG keyword during module load when --enable...
2010-07-20 Ricardo M.... Fix buggy kmem_{v}asprintf() functions
2010-07-20 Ricardo M.... Fix bcopy() to allow memory area overlap
2010-07-20 Ricardo M.... Fix compilation error due to undefined ACCESS_ONCE...
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-14 Brian BehlendorfProposed fix for low memory ZFS deadlocks
2010-07-13 Brian BehlendorfAdd __divdi3(), remove __udivdi3() kernel dependency
2010-07-02 Brian BehlendorfUpdate config.guess to recognize additional distros
2010-07-02 Lars JohannsenAllow config/build to work with autoconf-2.65
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 Brian BehlendorfUse $target_cpu instead of `arch`
2010-07-01 Brian BehlendorfCheck sourcelink is set before passing to readlink
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-07-01 Brian BehlendorfRemove AC_DEFINE for DEBUG/NDEBUG
2010-07-01 Brian BehlendorfOnly make compiler warnings fatal with --enable-debug
2010-06-30 Brian BehlendorfLinux-2.6.33 compat, O_DSYNC flag added
2010-06-30 Brian BehlendorfLinux-2.6.33 compat, .ctl_name removed from struct...
2010-06-30 Brian BehlendorfLinux-2.6.33 compat, check <generated/utsrelease.h...
2010-06-29 Brian BehlendorfAdd basic README
2010-06-28 Brian BehlendorfTreat mutex->owner as volatile
2010-06-28 Brian BehlendorfFix subtle race in threads test case
2010-06-28 Brian BehlendorfAccept but ignore TASKQ_DC_BATCH and TQ_FRONT
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-14 Brian BehlendorfAdd missing header util/sscanf.h
2010-06-14 Brian BehlendorfInclude kstat.h from kmem.h
2010-06-11 Brian BehlendorfSupport TQ_FRONT flag used by taskq_dispatch()
2010-06-11 Brian BehlendorfMinor cleanup and Solaris API additions.
2010-06-11 Brian BehlendorfAdd kmem_asprintf(), strfree(), strdup(), and minor...
2010-06-11 Brian BehlendorfAdd xuio_* structures and typedefs.
2010-06-11 Brian BehlendorfStub out additional missing headers
2010-06-11 Brian BehlendorfCleanly split Linux proc.h (fs) from conflicting Solari...
2010-06-11 Brian BehlendorfUpdate META to version 0.5.0
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-21 Brian BehlendorfRefresh autogen.sh products with automake 1.11.1.
2010-05-21 Brian BehlendorfRe-Prep for 0.4.9 tag with a few more fixes and updated...
2010-05-21 Brian BehlendorfMinor spec file cleanup for RHEL6 package dependency.
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-18 Brian BehlendorfMinor spec file cleanup for srpm case.
2010-05-17 Brian BehlendorfPrep for 0.4.9 tag, updated META and ChangeLog
2010-05-17 Brian BehlendorfPublic Release Prep
2010-05-14 Brian BehlendorfAdd 3 missing typedefs.
2010-05-14 Brian BehlendorfAdd console_*printf() functions.
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-04-22 Brian BehlendorfDisable rw_tryupgrade() for newer kernels
2010-03-26 Brian BehlendorfAdd support for 'make -s' silent builds
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-11 Brian BehlendorfPrep for 0.4.8 tag, updated META and ChangeLog
2010-03-11 Brian BehlendorfIgnore unsigned module build products
2010-03-08 Brian J. MurrellFix definitions for the unknown distro/installation
2010-03-08 Brian J. MurrellWhen no kernel source has been pointed to, first attemp...
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.... sun-misc-gitignore
2010-01-08 Ricardo M.... sun-fix-whitespace
2010-01-08 Ricardo M.... sun-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-17 Brian BehlendorfCheck for changed gaurd macro in 2.6.28+ for rwsem...
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 BehlendorfWhen using x86 specific rwsem correctly intepret rwsem...
2009-12-01 Brian BehlendorfOnly run the kmem overcommit test on 64-bit systems.
2009-12-01 Brian BehlendorfAdd missing atomic64 compat helpers for 32-bit systems.
2009-12-01 Brian BehlendorfType long expected explicitly cast for 32-bit systems.
2009-11-24 Brian Behlendorfspl-modules-devel package must depend on the exact...
2009-11-24 Brian BehlendorfAdd 'srpm' --with-config option for creation of spec...
2009-11-24 Brian BehlendorfAdd chaos5 and rhel6 macro's to the spl-modules.spec.in
2009-11-21 Brian BehlendorfPrep for 0.4.7 tag, updated META and ChangeLog.
2009-11-21 Brian BehlendorfEnsure *.order and *.markers build products are removed...
2009-11-15 Brian BehlendorfEnsure spl_config.h is include in spl-generic.c
next