summaryrefslogtreecommitdiffstats
path: root/module/spl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove global memory variablesBrian Behlendorf2014-10-172-339/+0
* Remove get_vmalloc_info() wrapperBrian Behlendorf2014-10-171-27/+4
* Remove on_each_cpu() wrapperBrian Behlendorf2014-10-171-1/+1
* Remove i_mutex() configure checkBrian Behlendorf2014-10-171-1/+1
* Simplify the time compatibility wrappersBrian Behlendorf2014-10-172-95/+0
* Map highbit64() to fls64()Brian Behlendorf2014-10-172-63/+1
* Remove CTL_UNNUMBERED sysctl interfaceBrian Behlendorf2014-10-171-167/+4
* Remove register_sysctl() compatibility codeBrian Behlendorf2014-10-171-3/+3
* Remove utsname() wrapperBrian Behlendorf2014-10-171-12/+0
* Remove sysctl_vfs_cache_pressure assumptionBrian Behlendorf2014-10-171-1/+1
* Remove adaptive mutex implementationBrian Behlendorf2014-10-171-41/+0
* Make license compatibility checks consistentBrian Behlendorf2014-10-171-2/+2
* Linux 3.16 compat: smp_mb__after_clear_bit()Turbo Fredriksson2014-09-221-1/+1
* Cleanup vn_rename() and vn_remove()Richard Yao2014-08-132-210/+101