aboutsummaryrefslogtreecommitdiffstats
path: root/module/spl/spl-kmem-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for recent kmem_cache_create_usercopyKevin Tanguy2017-01-171-2/+11
* Improve spl slab cache allocJinshan Xiong2016-06-011-8/+35
* Use spl_fstrans_mark instead of memalloc_noio_saveChunwei Chen2015-12-181-7/+2
* spl-kmem-cache: include linux/prefetch.h for prefetchw()Dimitri John Ledkov2015-12-021-0/+1
* Remove superfluous `newline` characterloli10K2015-11-131-1/+1
* Don't call kmem_cache_shrink from shrinkerChunwei Chen2015-11-111-6/+1
* Fix CPU hotplugBrian Behlendorf2015-10-131-8/+7
* Fix PAX Patch/Grsec SLAB_USERCOPY panicBrian Behlendorf2015-09-281-1/+11
* Invert minclsyspri and maxclsyspriBrian Behlendorf2015-07-281-1/+1
* Remove skc_ref from alloc/free pathsBrian Behlendorf2015-07-241-9/+2
* Add defclsyspri macroBrian Behlendorf2015-07-231-1/+1
* Set TASKQ_DYNAMIC for kmem and system taskqsBrian Behlendorf2015-06-241-1/+3
* Don't allow shrinking a PF_FSTRANS contextTim Chase2015-04-031-0/+6
* Use __get_free_pages() for emergency objectsBrian Behlendorf2015-01-161-10/+12
* Fix kmem cache deadlock logicBrian Behlendorf2015-01-161-10/+25
* Refine slab cache sizingBrian Behlendorf2015-01-161-35/+57
* Reduce kmem cache deadlock thresholdBrian Behlendorf2015-01-161-1/+1
* Make slab reclaim more aggressiveBrian Behlendorf2015-01-161-29/+47
* Enforce architecture-specific barriers around clear_bit()Richard Yao2015-01-161-3/+20
* Add hooks for disabling direct reclaimRichard Yao2015-01-161-1/+3
* Refactor generic memory allocation interfacesBrian Behlendorf2015-01-161-48/+41
* Fix kmem cstyle issuesBrian Behlendorf2015-01-161-76/+92
* Refactor existing codeBrian Behlendorf2015-01-161-0/+1648