summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add gitignore entry for spl-*.o.d filesNikolay Borisov2016-08-011-1/+1
* Linux 4.8 compat: rw_semaphore atomic_long_t countBrian Behlendorf2016-07-293-3/+41
* Added highbit() and lowbit() macrosTom Caputi2016-07-201-0/+3
* Add _ALIGNMENT_REQUIRED to isa_defs.h for checksumsTony Hutter2016-06-211-0/+30
* 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-315-13/+147
* Add isa_defs for MIPSYunQiang Su2016-05-311-1/+22
* 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-203-2/+45
* Add cv_timedwait_sig_hires to allow interruptible sleepChunwei Chen2016-05-122-10/+32
* Add a macro to convert seconds to nanoseconds and vice-versaDavid Quigley2016-05-051-0/+3
* Clear PF_FSTRANS over spl_filp_fallocate()Tim Chase2016-04-261-0/+15
* Use vmem_free() in dfl_free() and add dfl_alloc()Tim Chase2016-04-261-1/+5
* Use kernel provided mutex ownerChunwei Chen2016-04-252-0/+44
* Add support for s390[x].Dimitri John Ledkov2016-03-171-1/+15
* Allow spawning a new thread for TQ_NOQUEUE dispatch with dynamic taskqTim Chase2016-03-171-4/+18
* Add rw_tryupgrade()Brian Behlendorf2016-03-103-100/+16
* Remove RPM package restrictionBrian Behlendorf2016-03-101-5/+0
* 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