aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/fm.c
Commit message (Expand)AuthorAgeFilesLines
* Use list_remove_head() where possible.Alexander Motin2023-06-091-2/+1
* nvpair: Constify string functionsRichard Yao2023-03-141-1/+1
* Cleanup of dead code suggested by Clang Static Analyzer (#14380)Richard Yao2023-01-171-2/+1
* fm_fmri_hc_create() must call va_end() before returningRichard Yao2022-10-181-0/+1
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-271-5/+5
* Cleanup: Use OpenSolaris functions to call schedulerRichard Yao2022-09-121-1/+1
* Don't double-zero buffers in fault management nvlistsPaul Dagnelie2022-08-041-1/+1
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* module/*.ko: prune .data, global .rodataнаб2022-01-141-2/+2
* module: zfs: fix unused, remove argsusedнаб2021-12-231-2/+2
* Add `const` to nvlist functions to properly expose their real behaviorPaul Dagnelie2021-12-061-6/+8
* file reference counts can get corruptedGeorge Wilson2021-07-101-8/+12
* module/zfs: remove zfs_zevent_console and zfs_zevent_colsнаб2021-05-101-313/+0
* Don't scale zfs_zevent_len_max by CPU countRyan Moeller2021-04-011-4/+1
* Atomically check and set dropped zevent countRyan Moeller2021-04-011-2/+1
* Removed duplicated includesAndrea Gelmini2021-03-221-1/+0
* Avoid posting duplicate zpool eventsDon Brady2020-09-041-1/+13
* Enable zpool events tunables and tests on FreeBSDRyan Moeller2020-02-181-10/+7
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-211-2/+1
* Make zfsdev_getminor signature cross platformMatthew Macy2019-10-161-6/+1
* Fix typos in module/zfs/Andrea Gelmini2019-09-021-2/+2
* Don't wakeup unnecessarily in 'zpool events -f'DeHackEd2019-08-051-2/+1
* OpenZFS 9580 - Add a hash-table on top of nvlist to speed-up operationsSerapheim Dimitropoulos2018-07-301-0/+1
* Add support for autoexpand propertyBrian Behlendorf2018-07-231-10/+22
* Linux 4.18 compat: inode timespec -> timespec64Brian Behlendorf2018-06-191-1/+1
* Update build system and packagingBrian Behlendorf2018-05-291-5/+0
* Linux 4.14 compat: CONFIG_GCC_PLUGIN_RANDSTRUCTMark Wright2017-11-281-5/+5
* Use SET_ERROR for constant non-zero return codesNed Bass2017-08-021-2/+2
* 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