aboutsummaryrefslogtreecommitdiffstats
path: root/module/spl
Commit message (Expand)AuthorAgeFilesLines
...
* Remove superfluous `newline` characterloli10K2015-11-131-1/+1
* Fix taskq dynamic spawningtuxoko2015-11-131-14/+11
* 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
* Disable direct reclaim in taskq worker threads on Linux 3.9+Richard Yao2015-09-091-0/+4
* Create a new thread during recursive taskq dispatch if necessaryTim Chase2015-09-011-3/+28
* Revert "Create a new thread during recursive taskq dispatch if necessary"Brian Behlendorf2015-08-311-22/+0
* Create a new thread during recursive taskq dispatch if necessaryTim Chase2015-08-311-0/+22
* Invert minclsyspri and maxclsyspriBrian Behlendorf2015-07-282-4/+3
* Remove skc_ref from alloc/free pathsBrian Behlendorf2015-07-241-9/+2
* Add defclsyspri macroBrian Behlendorf2015-07-232-4/+11
* Default to --disable-debug-kmemBrian Behlendorf2015-07-211-18/+3
* Support parallel build trees (VPATH builds)Turbo Fredriksson2015-07-171-19/+22
* Set TASKQ_DYNAMIC for kmem and system taskqsBrian Behlendorf2015-06-242-5/+5
* Add TASKQ_DYNAMIC featureBrian Behlendorf2015-06-241-66/+226
* Rename cv_wait_interruptible() to cv_wait_sig()Brian Behlendorf2015-06-101-34/+47
* Make taskq_wait() block until the queue is emptyChris Dunlop2015-06-091-38/+55
* Fix cstyle issues in spl-tsd.cBrian Behlendorf2015-04-241-20/+21
* Make tsd_set(key, NULL) remove the tsd entry for current threadChunwei Chen2015-04-241-0/+63
* Implement areleasef()Richard Yao2015-04-241-5/+14
* vn_getf/vn_releasef should not accept negative file descriptorsRichard Yao2015-04-241-0/+6
* Clear PF_FSTRANS over vfs_sync()Brian Behlendorf2015-04-071-1/+15
* Don't allow shrinking a PF_FSTRANS contextTim Chase2015-04-031-0/+6
* Retire spl_module_init()/spl_module_fini()Brian Behlendorf2015-02-271-28/+4
* Fix spl_hostid module parameterChunwei Chen2015-02-041-1/+3
* Optimize vmem_alloc() retry pathBrian Behlendorf2015-02-021-1/+11
* Fix GFP_KERNEL allocations flagsBrian Behlendorf2015-01-213-4/+4
* 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-163-2/+29
* Refactor generic memory allocation interfacesBrian Behlendorf2015-01-165-510/+320
* Fix kmem cstyle issuesBrian Behlendorf2015-01-163-167/+194
* Refactor existing codeBrian Behlendorf2015-01-1611-1793/+2057
* Remove compat includes from sys/types.hNed Bass2014-11-194-0/+5
* Retire legacy debugging infrastructureBrian Behlendorf2014-11-1915-2201/+327
* kmem_cache: Call constructor/destructor on each alloc/freeRichard Yao2014-10-281-21/+16
* Linux 3.12 compat: shrinker semanticsTim Chase2014-10-281-19/+34
* Remove kern_path() wrapperBrian Behlendorf2014-10-171-16/+0
* Remove kvasprintf() wrapperBrian Behlendorf2014-10-171-23/+0
* Remove proc_handler() wrapperBrian Behlendorf2014-10-171-21/+39
* Remove credential configure checks.Brian Behlendorf2014-10-171-94/+0
* Remove set_fs_pwd() configure checkBrian Behlendorf2014-10-171-12/+10
* Remove user_path_dir() wrapperBrian Behlendorf2014-10-171-20/+0
* Remove kallsyms_lookup_name() wrapperBrian Behlendorf2014-10-172-122/+1
* Remove shrink_{i,d}node_cache() wrappersBrian Behlendorf2014-10-172-40/+5