summaryrefslogtreecommitdiffstats
path: root/module/spl/spl-kmem-cache.c
Commit message (Expand)AuthorAgeFilesLines
* 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