]> git.proxmox.com Git - mirror_spl.git/history - modules/spl/spl-kmem.c
Add a SPL_AC_TYPE_ATOMIC64_T test to configure for systems which do
[mirror_spl.git] / modules / spl / spl-kmem.c
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-07-01 behlendoTwo easy fixes I caught with debug enabled
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-04 behlendoFix some bad grammer
2008-06-04 behlendoJust use CONFIG_SLUB to detect SLUB use
2008-06-04 behlendoFixes:
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-15 behlendoRework condition variable implementation to be consiste...
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 behlendoAdd vmem memory accounting
2008-05-06 behlendoLots of fixes here:
2008-04-21 behlendoUpdate SPL to use new debug infrastructure. This means:
2008-04-16 wartens2 * modules/spl/spl-kmem.c : Make sure to disable...
2008-04-15 behlendo- Add some spinlocks to cover all the private data...
2008-04-03 behlendo- Remapped ldi_handle_t to struct block_device * which...
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-01 behlendoReorganize /include/ to add a /sys/, this way we don...
2008-02-28 behlendoOK, I think this is the last of major cleanup and restr...