aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/fm.c
Commit message (Expand)AuthorAgeFilesLines
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-1/+1
* Multipath autoreplace, control enclosure LEDs, event rate limitingTony Hutter2016-10-191-0/+22
* Fix coverity defects: CID 147448, 147449, 147450, 147453, 147454luozhengzheng2016-10-021-1/+1
* kmem_zalloc with KM_SLEEP will never return NULLluozhengzheng2016-09-011-2/+0
* Delete unused zfsctl_snapdir_inactive declarationcao2016-08-301-1/+0
* Fix indefinite articleGeLiXin2016-08-111-1/+1
* Illumos 5045 - use atomic_{inc,dec}_* instead of atomic_add_*Josef 'Jeff' Sipek2016-01-151-62/+59
* zfsdev_getminor() should check for invalid file handlesRichard Yao2015-06-221-2/+3
* Rename cv_wait_interruptible() to cv_wait_sig()Brian Behlendorf2015-06-111-1/+1
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-3/+3
* Fixed memory leaks in zevent handlingIsaac Huang2014-08-201-9/+32
* Add zpool_events_seek() functionalityBrian Behlendorf2014-03-311-0/+61
* Add a unique "eid" value to all zeventsBrian Behlendorf2014-03-311-0/+16
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-33/+36
* Condition variable usage, zevent_cvBrian Behlendorf2012-10-151-4/+7
* Switch KM_SLEEP to KM_PUSHPAGEChris Dunlop2012-09-021-1/+1
* Switch KM_SLEEP to KM_PUSHPAGEBrian Behlendorf2012-08-311-2/+2
* Wrap smp_processor_id in kpreempt_[dis|en]ablePrakash Surya2012-08-241-1/+7
* Add missing ZFS tunablesBrian Behlendorf2011-05-041-15/+15
* Fix missing 'zpool events'Brian Behlendorf2010-10-121-4/+17
* Add linux eventsBrian Behlendorf2010-08-311-348/+496
* Update to onnv_147Brian Behlendorf2010-08-261-1/+15
* Update core ZFS code from build 121 to build 141.Brian Behlendorf2010-05-281-27/+133
* Add Solaris FMA style supportBrian Behlendorf2010-04-291-0/+1266