]> git.proxmox.com Git - mirror_spl.git/history - module/spl/spl-kmem.c
Fix more cstyle warnings
[mirror_spl.git] / module / spl / spl-kmem.c
2018-02-24 Brian BehlendorfFix more cstyle warnings
2018-02-07 Brian BehlendorfFix cstyle warnings
2017-08-10 Fabian-Gruenbichlermake module/spl/spl-kmem.c non-executable (again)
2016-09-17 Brian BehlendorfIncrease spl_kmem_alloc_warn limit
2016-08-19 GeLiXinFix: handle NULL case in spl_kmem_free_track()
2015-12-18 Chunwei ChenUse spl_fstrans_mark instead of memalloc_noio_save
2015-02-02 Brian BehlendorfOptimize vmem_alloc() retry path
2015-01-21 Brian BehlendorfFix GFP_KERNEL allocations flags
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Richard YaoAdd hooks for disabling direct reclaim
2015-01-16 Brian BehlendorfRefactor generic memory allocation interfaces
2015-01-16 Brian BehlendorfFix kmem cstyle issues
2015-01-16 Brian BehlendorfRefactor existing code
2014-11-19 Ned BassRemove compat includes from sys/types.h
2014-11-19 Brian BehlendorfRetire legacy debugging infrastructure
2014-10-28 Richard Yaokmem_cache: Call constructor/destructor on each alloc...
2014-10-28 Tim ChaseLinux 3.12 compat: shrinker semantics
2014-10-20 Brian BehlendorfMerge branch 'cleanup'
2014-10-17 Brian BehlendorfRemove kvasprintf() wrapper
2014-10-17 Brian BehlendorfRemove shrink_{i,d}node_cache() wrappers
2014-10-17 Brian BehlendorfRemove global memory variables
2014-10-17 Brian BehlendorfRemove get_vmalloc_info() wrapper
2014-10-17 Brian BehlendorfRemove on_each_cpu() wrapper
2014-10-17 Brian BehlendorfMap highbit64() to fls64()
2014-10-17 Brian BehlendorfRemove sysctl_vfs_cache_pressure assumption
2014-09-22 Turbo FredrikssonLinux 3.16 compat: smp_mb__after_clear_bit()
2014-08-11 Ned BassLinux 3.17 compat: remove wait_on_bit action function
2014-08-08 Brian BehlendorfSet spl_kmem_cache_slab_limit=16384 to default
2014-08-08 Brian BehlendorfSet spl_kmem_cache_reclaim=0 to default
2014-07-22 Brian BehlendorfRate limit debugging stack traces
2014-05-22 Brian BehlendorfAdd spl_kmem_cache_reclaim module option
2014-05-22 Brian BehlendorfAdd KMC_SLAB cache type
2014-04-25 Chunwei ChenFix crash when using ZFS on Ceph rbd
2014-04-14 Richard YaoChange spl_kmem_cache_expire default setting to 2
2014-04-14 Andrey VesnovatyExpose max/min objs per slab and max slab size
2013-10-09 Brian BehlendorfConsistently use local_irq_disable/local_irq_enable
2013-08-08 Richard YaoFix race in spl_kmem_cache_reap_now()
2013-07-30 Brian BehlendorfFix KMC_OFFSLAB type caches
2013-07-30 Brian BehlendorfReturn -1 for generic kmem cache shrinker
2013-07-10 Brian BehlendorfFix bogus kmem leak warning
2013-07-09 Brian BehlendorfFix --enable-debug-kmem-tracking option
2013-06-18 Tim ChaseFix --enable-debug-kmem-tracking option
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
next