aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add cv_timedwait_io()Brian Behlendorf2018-01-243-8/+73
* Fix Debian packaging on ARMv7/ARM64LOLi2018-01-181-3/+6
* Linux 4.15 compat: timer updatesTony Hutter2017-12-212-2/+59
* Linux 4.14 compat: vfs_read & vfs_writeBrian Behlendorf2017-11-153-17/+105
* Remove all spin_is_locked callsJames Cowgill2017-10-304-20/+0
* Remove vn_rename and vn_removeBrian Behlendorf2017-10-274-416/+0
* Update spl module parameters man5 with missing parameter detailsabraunegg2017-10-271-1/+15
* Add DKMS package on Debian-based distributionsNeal Gompa (ニール・ゴンパ)2017-10-153-6/+17
* Add parenthesis to btop and ptob macrosBrian Behlendorf2017-10-101-2/+2
* Make include/linux/ conform to ZFS style standardOlaf Faaland2017-10-0911-53/+51
* Make file headers conform to ZFS style standardOlaf Faaland2017-10-09154-308/+308
* Pool io stat shows wlentime instead of rlentimeRichard Elling2017-09-251-1/+1
* Allow longer SPA names in statsgaurkuma2017-08-112-5/+10
* make module/spl/spl-kmem.c non-executable (again)Fabian-Gruenbichler2017-08-101-0/+0
* spl-module-parameters.5 manpage: fix macroFabian-Gruenbichler2017-08-101-1/+1
* splat.1 manpage: fix spelling of 'hexadecimal'Fabian-Gruenbichler2017-08-101-4/+4
* 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
* Remove misguided HAVE_MUTEX_OWNER check, take 2Oleg Drokin2017-08-022-45/+0
* spl-mutex: fix race in mutex_exitGvozden Neskovic2017-08-021-3/+4
* Revert "Remove misguided HAVE_MUTEX_OWNER check"Brian Behlendorf2017-08-022-0/+40
* Remove misguided HAVE_MUTEX_OWNER checkOleg Drokin2017-08-022-40/+0
* Fix aarch64 buildBrian Behlendorf2017-07-292-4/+4
* Tag spl-0.7.0Brian Behlendorf2017-07-263-23/+7
* 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-2310-14/+91
* Tag 0.7.0-rc5Brian Behlendorf2017-07-131-1/+1
* Don't cache the system hostidBrian Behlendorf2017-07-132-46/+30
* Add ASSERT3B/VERIFY3B/USEC2NSEC/NSEC2USEC macrosPrakash Surya2017-07-132-2/+10
* Fix RWSEM_SPINLOCK_IS_RAW check failedChunwei Chen2017-06-281-1/+2
* config: allow --with-linux without --with-linux-objChunwei Chen2017-05-251-1/+2
* Improve gitignoreChunwei Chen2017-05-253-1/+4
* Fix cv_timedwait timeoutBrian Behlendorf2017-05-251-18/+12
* Linux 4.12 compat: PF_FSTRANS was removedChunwei Chen2017-05-092-10/+39
* Tag 0.7.0-rc4Brian Behlendorf2017-05-051-1/+1
* glibc 2.25 compat: remove assert(X=Y)Olaf Faaland2017-04-031-5/+15
* Linux 4.11 compat: remove stub for __put_task_structOlaf Faaland2017-03-202-36/+0
* Linux 4.11 compat: add linux/sched/signal.hOlaf Faaland2017-03-202-0/+23
* Linux 4.11 compat: vfs_getattr() takes 4 argsOlaf Faaland2017-03-202-20/+62
* Fix powerpc buildBrian Behlendorf2017-03-062-0/+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
* Add a PAGESHIFT definitionDavid Quigley2017-01-311-0/+5
* Tag 0.7.0-rc3Brian Behlendorf2017-01-201-1/+1
* 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-172-2/+48
* Update struct member intializers to C89RageLtMan2017-01-131-5/+5