]> git.proxmox.com Git - mirror_spl.git/history - module/spl/spl-kmem.c
Linux 3.1 compat, shrink_*cache_memory
[mirror_spl.git] / module / spl / spl-kmem.c
2011-11-10 Brian BehlendorfLinux 3.1 compat, shrink_*cache_memory
2011-11-03 Brian BehlendorfFix NULL deref in balance_pgdat()
2011-10-11 Brian BehlendorfFix various typos in comments
2011-10-11 Gunnar BeutnerFixed typo in spl_slab_alloc()
2011-10-11 Gunnar BeutnerProperly destroy work items in spl_kmem_cache_destroy()
2011-06-21 Brian BehlendorfLinux 3.0: Shrinker compatibility
2011-04-19 Brian BehlendorfLinux 2.6.39 compat, invalidate_inodes()
2011-04-07 Brian BehlendorfAdd dnlc_reduce_cache() support
2011-04-07 Brian BehlendorfLinux shrinker compat
2011-03-20 Brian BehlendorfDisable vmalloc() direct reclaim
2011-02-23 Brian BehlendorfLinux compat 2.6.37, invalidate_inodes()
2010-10-22 Brian BehlendorfFix 2.6.35 shrinker callback API change
2010-08-27 Brian BehlendorfStub out kmem cache defrag API
2010-07-31 Brian BehlendorfStrfree() should call kfree() not kmem_free()
2010-07-26 Brian BehlendorfEnsure kmem_alloc() and vmem_alloc() never fail
2010-07-20 Ricardo M. CorreiaFix buggy kmem_{v}asprintf() functions
2010-07-20 Brian BehlendorfPrefix all SPL debug macros with 'S'
2010-07-20 Brian BehlendorfSplit <sys/debug.h> header
2010-06-24 Brian BehlendorfAdd kmem_vasprintf function
2010-06-16 Brian BehlendorfUpdate warnings in kmem debug code
2010-06-11 Brian BehlendorfAdd kmem_asprintf(), strfree(), strdup(), and minor...
2010-05-20 Brian BehlendorfUse KM_NODEBUG macro in preference to __GFP_NOWARN.
2010-05-19 Brian BehlendorfRemove kmem_set_warning() interface replace with __GFP_...
2010-05-17 Brian BehlendorfPublic Release Prep
2010-03-18 Brian BehlendorfReduce max kmem based slab size
2009-12-23 Brian BehlendorfStrip __GFP_ZERO from kmalloc it is not available for...
2009-12-04 Brian BehlendorfAtomic64 compatibility for 32-bit systems without kerne...
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-07-28 Brian BehlendorfUpdate global_page_state() support for 2.6.29 kernels.
2009-05-20 Brian BehlendorfSLES10 Fixes (part 7)
2009-05-20 Brian BehlendorfSLES10 Fixes (part 6)
2009-05-20 Brian BehlendorfSLES10 Fixes (part 2):
2009-03-17 Brian BehlendorfFC10/i686 Compatibility Update (2.6.27.19-170.2.35...
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-17 Brian Behlendorfkmem slab magazine ageing deadlock
2009-02-13 Brian Behlendorfkmem slab fixes
2009-02-12 Brian Behlendorfkmem slab fixes
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 Behlendorfkmem_cache hardening and performance improvements
2009-01-27 Brian BehlendorfRemove debug check was was accidentally left in place...
2009-01-26 Brian BehlendorfImplement kmem cache alignment argument
2009-01-20 Brian BehlendorfMinor fix for compiler warning when KMEM_TRACKING is...
2009-01-15 Brian BehlendorfRename modules to module and update references