]> git.proxmox.com Git - mirror_spl-debian.git/history - module/spl/spl-kmem.c
New upstream version 0.7.2
[mirror_spl-debian.git] / module / spl / spl-kmem.c
2017-10-06 Aron XuNew upstream version 0.7.2
2016-09-17 Aron XuImported Upstream version 0.6.5.8
2016-01-10 Aron XuImported Upstream version 0.6.5.4
2015-05-16 Aron XuImported Upstream version 0.6.4.1
2014-07-31 Liang GuoImported Upstream version 0.6.3+git20140731
2014-02-04 Liang GuoImported Upstream version 0.6.2+git20140204
2013-08-24 Aron XuImported Upstream version 0.6.2
2013-03-21 Richard YaoDo not call cond_resched() in spl_slab_reclaim()
2013-03-14 Brian BehlendorfMerge branch 'linux-3.9'
2013-03-14 Richard YaoLinux 3.9 compat: Switch to hlist_for_each{,_rcu}
2013-03-06 Brian BehlendorfMerge branch 'build-system'
2013-03-05 Ned BassRefresh links to web site
2013-01-28 Brian BehlendorfAdd spl_kmem_cache_expire module option
2013-01-17 Brian BehlendorfRemove spl_invalidate_inodes()
2013-01-14 Brian Behlendorfkmem-cache: Fix slab ageing soft lockup
2012-12-12 Brian BehlendorfMerge branch 'taskq'
2012-12-12 Brian Behlendorfkmem-cache: Use a taskq for async allocations
2012-12-12 Brian Behlendorfkmem-cache: Use taskqs for ageing
2012-12-12 Brian Behlendorfkmem-cache: spl_kmem_cache_create() may always sleep
2012-11-27 Brian BehlendorfDisable FS reclaim when allocating new slabs
2012-11-08 Brian BehlendorfMerge branch 'kmem-cache-optimization'
2012-11-06 Brian BehlendorfNever spin in kmem_cache_alloc()
2012-11-06 Brian BehlendorfOptimize spl_kmem_cache_free()
2012-11-06 Brian BehlendorfTrack emergency object in rbtree
2012-11-06 Brian BehlendorfImproved vmem cached deadlock detection
2012-09-07 Brian BehlendorfAdd KMC_NOEMERGENCY slab flag
2012-08-27 Brian BehlendorfRevert "Disable vmalloc() direct reclaim"
2012-08-27 Brian BehlendorfRevert "Fix NULL deref in balance_pgdat()"
2012-08-27 Brian BehlendorfRevert "Detect kernels that honor gfp flags passed...
2012-08-27 Brian BehlendorfEmergency slab objects
2012-08-24 Prakash SuryaAvoid calling smp_processor_id in spl_magazine_age
2012-08-01 Richard YaoFix incorrect type in spl_kmem_cache_set_move() parameter
2012-07-11 Richard YaoDetect kernels that honor gfp flags passed to vmalloc()
2012-07-03 Richard YaoConstify memory management functions
2012-05-07 Brian BehlendorfEnsure a minimum of one slab is reclaimed
2012-05-07 Brian BehlendorfEnsure direct reclaim forward progress
2012-05-07 Prakash SuryaIgnore slab cache age and delay in direct reclaim
2012-05-07 Prakash SuryaThrottle number of freed slabs based on nr_to_scan
2012-02-02 Brian BehlendorfAdd --enable-debug-log configure option
2011-12-21 Brian BehlendorfProxmox VE kernel compat, invalidate_inodes()
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