aboutsummaryrefslogtreecommitdiffstats
path: root/module/spl
Commit message (Expand)AuthorAgeFilesLines
* Allow spawning a new thread for TQ_NOQUEUE dispatch with dynamic taskqTim Chase2016-03-171-4/+18
* Add rw_tryupgrade()Brian Behlendorf2016-03-101-60/+0
* random_get_pseudo_bytes() need not provide cryptographic strength entropyRichard Yao2016-02-171-0/+148
* Allow kicking a taskq to spawn more threadsChunwei Chen2016-02-051-0/+60
* Remove RLIM64_INFINITY assert in vn_rdwr()Brian Behlendorf2016-01-231-1/+0
* kobj_read_file: Return -1 on vn_rdwr() errorRichard Yao2016-01-231-3/+8
* Use tsd to store tq for taskq_memberChunwei Chen2016-01-203-56/+61
* Don't hold mutex until release cv in cv_waitChunwei Chen2016-01-121-15/+40
* Use spl_fstrans_mark instead of memalloc_noio_saveChunwei Chen2015-12-184-37/+5
* Provide kstat for taskqsTim Chase2015-12-162-0/+269
* Fix cstyle issues in spl-taskq.c and taskq.hBrian Behlendorf2015-12-111-34/+41
* Don't use tq->tq_lock_flagsChunwei Chen2015-12-111-61/+62
* Subclass tq_lock to eliminate a lockdep warningOlaf Faaland2015-12-111-21/+49
* Revert "Make taskq_member() use ->journal_info"Brian Behlendorf2015-12-081-3/+34
* Make taskq_member() use ->journal_infoRichard Yao2015-12-081-34/+3
* Fix race between getf() and areleasef()Richard Yao2015-12-031-0/+13
* spl-kmem-cache: include linux/prefetch.h for prefetchw()Dimitri John Ledkov2015-12-021-0/+1
* 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