]> git.proxmox.com Git - mirror_zfs.git/history - include/sys/kmem.h
Linux VM integration / device special files
[mirror_zfs.git] / include / sys / kmem.h
2009-02-04 Brian BehlendorfLinux VM integration / device special files
2009-02-02 Brian Behlendorf2.6.27+ portability changes
2009-01-31 Brian Behlendorfkmem_cache hardening and performance improvements
2009-01-26 Brian BehlendorfImplement kmem cache alignment argument
2008-11-03 behlendoUnder Solaris KM_SLEEP ensures success (or at least...
2008-11-03 behlendoAdd a SPL_AC_TYPE_ATOMIC64_T test to configure for...
2008-11-03 behlendoApply two nice improvements caught by Ricardo,
2008-08-11 behlendoCommit bulk of remaining 2.6.9 and 2.6.26 compat changes.
2008-08-05 behlendoStart bringing in Ricardo's spl-00-rhel4-compat.patch...
2008-07-01 behlendo- Remove hash functionality from slab in favor of direc...
2008-06-28 behlendoRemove stray call to spl_cache_free() and remove all the
2008-06-28 behlendoVictory! I've reworked caches with large objects which are
2008-06-27 behlendoFurther slab improvements, I'm getting close to somethi...
2008-06-26 behlendoFix for memory corruption caused by overruning the...
2008-06-25 behlendoImplement per-cpu local caches. This seems to have...
2008-06-24 behlendoThe first locking issue was due to the semaphore I...
2008-06-13 behlendoFix minor chaos/fc9 kernel discrepencies in build
2008-06-13 behlendo* : modules/sys/kmem-slab.c : Re-implemented the slab...
2008-06-02 behlendoBreaking the world for a little bit. If anyone is...
2008-05-26 behlendoGo through and add a header with the proper UCRL number.
2008-05-19 behlendo- Properly fix the debug support for all the ASSERT...
2008-05-15 behlendoSPL additions to increase support for updated ZFS build
2008-05-12 behlendoAdd a comment so I remember to fix this.
2008-05-09 behlendoBy default disable extra KMEM and MUTEX debugging to...
2008-05-09 behlendoStability hack. Under Solaris when KM_SLEEP is set...
2008-05-07 behlendoDecrease of kmem warnign threshold back to 2 pages...
2008-05-07 behlendoAdd vmem memory accounting
2008-05-06 behlendoLots of fixes here:
2008-05-05 behlendoCommit adaptive mutexes. This seems to have introduced...
2008-04-24 behlendoUpdate kmem.h to properly use new debug subsystem.
2008-04-24 behlendoPrep for 0.2.1 tag
2008-04-24 wartens2Make sure that when calling __vmem_alloc that we
2008-04-21 behlendoUpdate SPL to use new debug infrastructure. This means:
2008-04-01 behlendoDouble large kmalloc warning size to 4 pages. It was...
2008-03-31 behlendoAdd vmem_zalloc support.
2008-03-31 behlendoAdd some crude debugging support. It leaves alot to be
2008-03-18 behlendoOK, some pretty substantial rework here. I've merged...
2008-03-18 behlendoInitial pass at a file API getf/releasef hooks
2008-03-14 behlendoFix kmem memory accounting
2008-03-14 behlendoFix KMEM_DEBUG support (enable by default)
2008-03-07 behlendoAdd missing cred.h functions
2008-03-04 behlendoFix type
2008-03-01 behlendoReorganize /include/ to add a /sys/, this way we don...