aboutsummaryrefslogtreecommitdiffstats
path: root/module/spl
Commit message (Expand)AuthorAgeFilesLines
* Pool io stat shows wlentime instead of rlentimeRichard Elling2017-09-251-1/+1
* Allow longer SPA names in statsgaurkuma2017-08-111-4/+9
* make module/spl/spl-kmem.c non-executable (again)Fabian-Gruenbichler2017-08-101-0/+0
* Add assert under lock to detect cases of dispach of a preallocatedBoris Protopopov2017-08-081-0/+6
* Fix use-after-free in taskq_seq_show_implChunwei Chen2017-08-041-26/+29
* Add __divmoddi4 and __udivmoddi4 for 32-bit archChunwei Chen2017-08-031-0/+43
* Module parameter to enable spl_panic() to panic the kernelOleg Drokin2017-07-251-0/+14
* Avoid WARN() from procfs on kstat collisionLOLi2017-07-241-0/+29
* Linux 4.13 compat: wait queuesBrian Behlendorf2017-07-231-2/+12
* Don't cache the system hostidBrian Behlendorf2017-07-132-46/+30
* Fix cv_timedwait timeoutBrian Behlendorf2017-05-251-18/+12
* Linux 4.12 compat: PF_FSTRANS was removedChunwei Chen2017-05-091-6/+6
* Linux 4.11 compat: remove stub for __put_task_structOlaf Faaland2017-03-201-16/+0
* Linux 4.11 compat: vfs_getattr() takes 4 argsOlaf Faaland2017-03-201-3/+10
* Linux 4.11 compat: set_task_state() removedOlaf Faaland2017-02-231-2/+2
* Use kernel slab for vn_cache and vn_file_cacheChunwei Chen2017-01-311-2/+2
* Reimplement rt_mutex_owner to fix build with DEBUG & PREEMPT_RT_FULLclefru2017-01-191-1/+5
* Remove identical if statements in module/spl/spl-vnode.cGeorge Melikov2017-01-191-3/+0
* Add support for recent kmem_cache_create_usercopyKevin Tanguy2017-01-171-2/+11
* Update struct member intializers to C89RageLtMan2017-01-131-5/+5
* Add support for rw semaphore under PREEMPT_RT_FULLClemens Fruhwirth2016-12-191-1/+31
* Add system_delay_taskq for long delayChunwei Chen2016-12-081-0/+14
* Limit number of tasks shown in taskq procChunwei Chen2016-12-011-6/+13
* Add TASKQID_INVALID and TASKQID_INITIAL macrosUbuntu2016-11-021-9/+9
* Fix vmem_size()Ubuntu2016-11-021-4/+30
* Linux 4.9 compat: group_info changesChunwei Chen2016-10-201-0/+10
* 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
* Fix p0 initializerBrian Behlendorf2016-10-041-1/+2
* Increase spl_kmem_alloc_warn limitBrian Behlendorf2016-09-161-2/+2
* Fix: handle NULL case in spl_kmem_free_track()GeLiXin2016-08-191-0/+4
* Linux 4.8 compat: rw_semaphore atomic_long_t countBrian Behlendorf2016-07-291-1/+10
* Improve spl slab cache allocJinshan Xiong2016-06-011-8/+35
* Implement a proper rw_tryupgradeChunwei Chen2016-05-311-0/+41
* 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-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