aboutsummaryrefslogtreecommitdiffstats
path: root/module/spl
Commit message (Expand)AuthorAgeFilesLines
* OpenZFS restructuring - move platform specific sourcesMatthew Macy2019-09-0622-9942/+2
* OpenZFS restructuring - move platform specific headersMatthew Macy2019-09-052-2/+2
* Fix typos in module/Andrea Gelmini2019-08-304-8/+8
* Use smaller default slack/delta value for schedule_hrtimeout_range()Tony Nguyen2019-08-281-17/+37
* Drop KMC_NOEMERGENCYRichard Yao2019-08-131-1/+1
* Retire unused spl_{mutex,rwlock}_{init_fini}Brian Behlendorf2019-07-174-85/+13
* Linux 5.3 compat: retire rw_tryupgrade()Brian Behlendorf2019-07-171-101/+0
* Linux 5.3 compat: rw_semaphore ownerBrian Behlendorf2019-07-171-3/+0
* Add missing __GFP_HIGHMEM flag to vmallocMichael Niewöhner2019-07-171-1/+2
* Minor style cleanupBrian Behlendorf2019-07-161-1/+2
* Linux 5.0 compat: SIMD compatibilityBrian Behlendorf2019-07-122-0/+4
* OpenZFS 9425 - channel programs can be interruptedDon Brady2019-06-221-1/+18
* Remove vn_set_fs_pwd()/vn_set_pwd() (no need to be at / during insmod)Tomohiro Kusumi2019-05-291-58/+0
* Linux 5.2 compat: Remove config/kernel-set-fs-pwd.m4Tomohiro Kusumi2019-05-251-4/+0
* kernel timer API reworkRafael Kitover2019-05-232-28/+25
* Linux 5.2 compat: rw_tryupgrade()Brian Behlendorf2019-05-231-1/+9
* Add missing trailing '\n' in printk() messagesTomohiro Kusumi2019-05-081-1/+2
* Correct snprintf() size argumentTomohiro Kusumi2019-04-301-1/+1
* Use SEEK_{SET,CUR,END} for file seek "whence"Tomohiro Kusumi2019-04-251-1/+1
* Unbreak build on Linux kernel < 3.10Tomohiro Kusumi2019-04-081-4/+0
* Restrict kstats and print real pointersSara Hartse2019-04-042-4/+13
* Linux 5.1 compat: get_ds() removedBrian Behlendorf2019-03-071-3/+3
* Fix style of spl_kmem_cache_create()Matthew Ahrens2019-02-281-35/+34
* OpenZFS 9284 - arc_reclaim_thread has 2 jobsBrad Lewis2018-12-261-0/+12
* Seeing negative values for wlentime and rlentimeRichard Elling2018-12-111-3/+4
* Create /proc/sys/kernel/spl/gitrev with git hashMatthew Ahrens2018-10-082-5/+5
* Fixes for procfs files backed by linked listsJohn Gallagher2018-09-263-34/+323
* Add rwsem_tryupgrade for 4.9.20-rt16 kernelBrian Behlendorf2018-07-302-6/+15
* Add pool state /proc entry, "SUSPENDED" poolsTony Hutter2018-06-061-2/+2
* Update build system and packagingBrian Behlendorf2018-05-2910-46/+65
* Prepare SPL repo to merge with ZFS repoBrian Behlendorf2018-05-2911-39/+430
* Fix more cstyle warningsBrian Behlendorf2018-02-249-34/+51
* Fix function name typosTomohiro Kusumi2018-02-211-3/+3
* Staticize kstat_default_update()Tomohiro Kusumi2018-02-211-1/+1
* Fix cstyle warningsBrian Behlendorf2018-02-0717-882/+873
* Add cv_timedwait_io()Brian Behlendorf2018-01-241-8/+50
* Linux 4.15 compat: timer updatesTony Hutter2017-12-211-2/+25
* Linux 4.14 compat: vfs_read & vfs_writeBrian Behlendorf2017-11-151-17/+4
* Remove all spin_is_locked callsJames Cowgill2017-10-304-20/+0
* Remove vn_rename and vn_removeBrian Behlendorf2017-10-271-217/+0
* Make file headers conform to ZFS style standardOlaf Faaland2017-10-0913-26/+26
* 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