summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changes to support zfs encryptionTom Caputi2016-02-252-19/+23
* random_get_pseudo_bytes() need not provide cryptographic strength entropyRichard Yao2016-02-172-6/+149
* Allow kicking a taskq to spawn more threadsChunwei Chen2016-02-053-0/+75
* Ensure spl/ only occurs once in core-yChip Parker2016-01-261-1/+1
* Remove RLIM64_INFINITY assert in vn_rdwr()Brian Behlendorf2016-01-231-1/+0
* kobj_read_file: Return -1 on vn_rdwr() errorRichard Yao2016-01-232-5/+10
* Create spl-kmod-debuginfo rpm with redhat spec fileOlaf Faaland2016-01-212-1/+4
* Use tsd to store tq for taskq_memberChunwei Chen2016-01-205-57/+63
* Linux 4.5 compat: pfn_t typedefBrian Behlendorf2016-01-201-1/+0
* Turn on both PF_FSTRANS and PF_MEMALLOC_NOIO in spl_fstrans_markChunwei Chen2016-01-201-4/+10
* Don't hold mutex until release cv in cv_waitChunwei Chen2016-01-122-15/+70
* Add spl_kmem_cache_kmem_threads man page entryBrian Behlendorf2016-01-121-0/+14
* _ILP32 is always defined on SPARCAlex McWhirter2016-01-081-4/+0
* Fix do_div() types in condvar:timeoutBrian Behlendorf2015-12-221-5/+6
* Use spl_fstrans_mark instead of memalloc_noio_saveChunwei Chen2015-12-185-38/+5
* Provide kstat for taskqsTim Chase2015-12-163-7/+283
* Skip GPL-only symbols test when cross-compilingKamil Domanski2015-12-141-8/+11
* Revert "Skip GPL-only symbols test when cross-compiling"Brian Behlendorf2015-12-111-1/+0
* Fix cstyle issues in spl-taskq.c and taskq.hBrian Behlendorf2015-12-112-79/+87
* Don't use tq->tq_lock_flagsChunwei Chen2015-12-112-62/+62
* Subclass tq_lock to eliminate a lockdep warningOlaf Faaland2015-12-112-21/+58
* Fix lockdep warning in spl_inode_{lock,unlock}Olaf Faaland2015-12-111-1/+1
* Add new lock types MUTEX_NOLOCKDEP, and RW_NOLOCKDEPOlaf Faaland2015-12-112-3/+81
* Skip GPL-only symbols test when cross-compilingKamil DomaƄski2015-12-111-0/+1
* Fix build issue on some configured kernelszgock2015-12-111-1/+1
* Either _ILP32 or _LP64 must be definedBrian Behlendorf2015-12-101-11/+31
* Revert "Make taskq_member() use ->journal_info"Brian Behlendorf2015-12-082-4/+35
* Make taskq_member() use ->journal_infoRichard Yao2015-12-082-35/+4
* Fix race between getf() and areleasef()Richard Yao2015-12-032-2/+15
* Prevent rm modules.* when make installtuxoko2015-12-021-1/+1
* Add a script to display SPL slab cache statisticsBoris Protopopov2015-12-028-11/+219
* Additional dkio support for TRIM/DiscardTim Chase2015-12-023-8/+65
* spl-kmem-cache: include linux/prefetch.h for prefetchw()Dimitri John Ledkov2015-12-021-0/+1
* Fix --enable-linux-builtinBrian Behlendorf2015-12-021-2/+5
* Limit maximum object size in kmem testsBrian Behlendorf2015-11-161-1/+4
* Remove superfluous `newline` characterloli10K2015-11-131-1/+1
* sysmacros: Make P2ROUNDUP not trigger int overflowJason Zaman2015-11-131-2/+2
* 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-132-9/+8
* Use tab indent in rwlock.hChunwei Chen2015-10-021-73/+73
* rwsem use kernel provided owner when possibleChunwei Chen2015-10-021-1/+22
* Don't take spin lock on rwlock ownerChunwei Chen2015-10-021-19/+4
* Fix spl-dkms uninstall/updateBrian Behlendorf2015-10-021-5/+6
* Fix PAX Patch/Grsec SLAB_USERCOPY panicBrian Behlendorf2015-09-281-1/+11
* Tag spl-0.6.5Brian Behlendorf2015-09-103-1/+7
* 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