aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Improve spl slab cache allocJinshan Xiong2016-06-011-8/+35
* Fix use-after-free in splat_taskq_test7Chunwei Chen2016-05-311-2/+3
* Implement a proper rw_tryupgradeChunwei Chen2016-05-312-6/+101
* Fix taskq_wait_outstanding re-evaluate tq_next_idChunwei Chen2016-05-241-2/+2
* Fix race between taskq_destroy and dynamic spawning threadChunwei Chen2016-05-241-5/+25
* Restore CALLOUT_FLAG_ABSOLUTE in cv_timedwait_hiresChunwei Chen2016-05-241-3/+2
* Linux 4.7 compat: inode_lock() and friendsChunwei Chen2016-05-201-1/+2
* Add cv_timedwait_sig_hires to allow interruptible sleepChunwei Chen2016-05-121-10/+30
* Clear PF_FSTRANS over spl_filp_fallocate()Tim Chase2016-04-261-0/+15
* Allow spawning a new thread for TQ_NOQUEUE dispatch with dynamic taskqTim Chase2016-03-171-4/+18
* Add rw_tryupgrade()Brian Behlendorf2016-03-102-66/+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-122-15/+70
* Fix do_div() types in condvar:timeoutBrian Behlendorf2015-12-221-5/+6
* 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
* Prevent rm modules.* when make installtuxoko2015-12-021-1/+1
* spl-kmem-cache: include linux/prefetch.h for prefetchw()Dimitri John Ledkov2015-12-021-0/+1
* Limit maximum object size in kmem testsBrian Behlendorf2015-11-161-1/+4
* 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
* Linux 4.2 compat: misc_deregister()Brian Behlendorf2015-09-011-5/+1
* 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
* Linux 4.2 compat: vfs_rename()Brian Behlendorf2015-08-192-0/+7
* 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-238-24/+31
* Default to --disable-debug-kmemBrian Behlendorf2015-07-211-18/+3
* Support parallel build trees (VPATH builds)Turbo Fredriksson2015-07-172-36/+42
* Set TASKQ_DYNAMIC for kmem and system taskqsBrian Behlendorf2015-06-242-5/+5
* Add TASKQ_DYNAMIC featureBrian Behlendorf2015-06-242-123/+332
* 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-092-48/+65
* Fix cstyle issues in spl-tsd.cBrian Behlendorf2015-04-241-20/+21