]> git.proxmox.com Git - mirror_spl-debian.git/history - include
Linux-2.6.33 compat, O_DSYNC flag added
[mirror_spl-debian.git] / include /
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-28 Brian BehlendorfTreat mutex->owner as volatile
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-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-05-21 Brian BehlendorfRefresh autogen.sh products with automake 1.11.1.
2010-05-20 Brian BehlendorfSimplify rwlock implementation.
2010-05-20 Brian BehlendorfUse KM_NODEBUG macro in preference to __GFP_NOWARN.
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 BehlendorfAdd cv_wait_interruptible() function.
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-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
2009-12-17 Brian BehlendorfCheck for changed gaurd macro in 2.6.28+ for rwsem...
2009-12-04 Brian BehlendorfAtomic64 compatibility for 32-bit systems without kerne...
2009-12-01 Brian BehlendorfWhen using x86 specific rwsem correctly intepret rwsem...
2009-12-01 Brian BehlendorfAdd missing atomic64 compat helpers for 32-bit systems.
2009-11-15 Brian BehlendorfAlways use the generic mutex_destroy().
2009-11-15 Brian BehlendorfAdd mutex_enter_nested() as wrapper for mutex_lock_nest...
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 BehlendorfAdd autoconf checks for atomic64_cmpxchg + atomic64_xchg
2009-10-30 Brian BehlendorfUse Linux atomic primitives by default.
2009-10-01 Brian BehlendorfSet cwd to '/' for the process executing insmod.
2009-09-29 Brian BehlendorfExpand SEM() outside init_rwsem and directly call __ini...
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-30 Brian BehlendorfDisable stack overflow checking by default.
2009-07-28 Brian BehlendorfUpdate global_page_state() support for 2.6.29 kernels.
2009-07-28 Brian BehlendorfAdd basic credential support and splat tests.
2009-07-14 Ricardo M. CorreiaFixed NULL dereference by tcd_for_each() when the kmall...
2009-07-14 Brian BehlendorfAdd a little paranoia here to ensure endianess is set...
2009-07-10 Brian BehlendorfAdd basic groupmember() function, not sup groups.
2009-07-10 Brian BehlendorfAdd ddi_copyin/ddi_copyout support for fake kernel...
2009-07-09 Brian BehlendorfDefine ACE_ALL_PERMS for use by ACLs
2009-07-09 Brian BehlendorfDefine FKIOCTL which is used on Solaris to mark an...
2009-07-09 Brian BehlendorfAdd ASSERTV macro to simplify removing variables (the...
2009-07-09 Brian BehlendorfAdd basic support for TASKQ_THREADS_CPU_PCT taskq flag...
2009-07-01 Brian BehlendorfSimplify rpm build rules, added config/rpm.am.
2009-06-26 Brian BehlendorfInstall spl-devel products in /usr/src/spl-SPL_VERSION...
2009-06-16 Brian BehlendorfPackaging improvements for RHEL and SLES (part 2)
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 7)
2009-05-20 Brian BehlendorfSLES10 Fixes (part 6)
2009-05-20 Brian BehlendorfPowerpc Fixes (part 1):
2009-05-20 Brian BehlendorfSLES10 Fixes (part 5):
2009-05-20 Brian BehlendorfSLES10 Fixes (part 3):
2009-05-20 Brian BehlendorfSLES10 Fixes (part 2):
2009-03-20 Brian BehlendorfAdd list_move_tail() function.
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-13 Brian BehlendorfAdded SPL_AC_5ARGS_DEVICE_CREATE autoconf configure...
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-25 Ricardo M. CorreiaChanged ptob()/btop() mult/div into bit shifts.
2009-02-25 Ricardo M. CorreiaAdded btop() and moved ptob() to include/sys/param.h.
2009-02-23 Ricardo M. CorreiaChanged z_compress_level() and z_uncompress() prototype...
2009-02-19 Brian BehlendorfMatching kmem_free() fix for use after free case.
2009-02-19 Brian BehlendorfAdd zone_get_hostid() function
2009-02-18 Brian BehlendorfCoverity 9654, 9654: Use After Free
2009-02-18 Brian BehlendorfCoverity 9652, 9653: No Effect
2009-02-18 Brian BehlendorfCoverity 9641: Buffer Size
2009-02-17 Brian Behlendorfkmem slab magazine ageing deadlock
2009-02-12 Brian BehlendorfBuild system update
2009-02-12 Brian Behlendorfkmem slab fixes
2009-02-07 Ricardo M. CorreiaMinor bug fix due to MAXOFFSET_T constant being too...
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-01-31 Brian BehlendorfAdd new workqueue header
2009-01-31 Brian Behlendorfkmem_cache hardening and performance improvements
2009-01-27 Brian BehlendorfPull the blkdev header in to the sunldi for some useful...
2009-01-26 Brian BehlendorfImplement kmem cache alignment argument
2009-01-23 Brian BehlendorfRemove stray ` from macro
2009-01-22 Brian BehlendorfUpdate debug.h to standardize VERIFY3_IMPL error messag...
2009-01-10 Brian BehlendorfAdd missing stub headers
next