aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix crgetgroups out-of-bound and misc cred fixChunwei Chen2016-10-201-15/+16
* Fix out-of-bound in per_cpu in spl_random_inittuxoko2016-10-071-1/+1
* Linux 4.8 compat: Fix RW_READ_HELDtuxoko2016-10-071-1/+6
* Fix p0 initializerBrian Behlendorf2016-10-041-1/+2
* Fix aarch64 type warningBrian Behlendorf2016-10-011-8/+8
* Fix automatically generated release numberBrian Behlendorf2016-09-211-0/+8
* Increase spl_kmem_alloc_warn limitBrian Behlendorf2016-09-161-2/+2
* Fix spl check.sh scriptlegend-hua2016-09-141-1/+1
* Cleanup in cred.htuxoko2016-09-141-12/+0
* Tag 0.7.0-rc1Brian Behlendorf2016-09-071-2/+2
* Fix: handle NULL case in spl_kmem_free_track()GeLiXin2016-08-191-0/+4
* Fix HAVE_MUTEX_OWNER test for kernels prior to 4.6Tim Chase2016-08-011-0/+1
* Add handling for kernel 4.7's CONFIG_TRIM_UNUSED_KSYMSNikolay Borisov2016-08-011-0/+21
* 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