]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/fm.c
ZAP: Some cleanups/micro-optimizations
[mirror_zfs.git] / module / zfs / fm.c
2023-06-09 Alexander MotinUse list_remove_head() where possible.
2023-03-14 Richard Yaonvpair: Constify string functions
2023-01-17 Richard YaoCleanup of dead code suggested by Clang Static Analyzer...
2022-10-18 Richard Yaofm_fmri_hc_create() must call va_end() before returning
2022-09-27 Richard YaoCleanup: Specify unsignedness on things that should...
2022-09-12 Richard YaoCleanup: Use OpenSolaris functions to call scheduler
2022-08-04 Paul DagnelieDon't double-zero buffers in fault management nvlists
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2021-12-23 набmodule: zfs: fix unused, remove argsused
2021-12-07 Paul DagnelieAdd `const` to nvlist functions to properly expose...
2021-07-11 George Wilsonfile reference counts can get corrupted
2021-05-10 набmodule/zfs: remove zfs_zevent_console and zfs_zevent_cols
2021-04-01 Ryan MoellerDon't scale zfs_zevent_len_max by CPU count
2021-04-01 Ryan MoellerAtomically check and set dropped zevent count
2021-03-22 Andrea GelminiRemoved duplicated includes
2020-09-04 Don BradyAvoid posting duplicate zpool events
2020-02-18 Ryan MoellerEnable zpool events tunables and tests on FreeBSD
2019-11-21 Matthew MacyAdd zfs_file_* interface, remove vnodes
2019-10-17 Matthew MacyMake zfsdev_getminor signature cross platform
2019-09-03 Andrea GelminiFix typos in module/zfs/
2019-08-05 DeHackEdDon't wakeup unnecessarily in 'zpool events -f'
2018-07-30 Serapheim Dimitrop... OpenZFS 9580 - Add a hash-table on top of nvlist to...
2018-07-23 Brian BehlendorfAdd support for autoexpand property
2018-06-20 Brian BehlendorfLinux 4.18 compat: inode timespec -> timespec64
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2017-11-28 Mark WrightLinux 4.14 compat: CONFIG_GCC_PLUGIN_RANDSTRUCT
2017-08-03 Ned BassUse SET_ERROR for constant non-zero return codes
2016-12-12 Brian BehlendorfUse cstyle -cpP in `make cstyle` check
2016-10-19 Tony HutterMultipath autoreplace, control enclosure LEDs, event...
2016-10-02 luozhengzhengFix coverity defects: CID 147448, 147449, 147450, 14745...
2016-09-01 luozhengzhengkmem_zalloc with KM_SLEEP will never return NULL
2016-08-30 caoDelete unused zfsctl_snapdir_inactive declaration
2016-08-11 GeLiXinFix indefinite article
2016-01-15 Josef 'Jeff' SipekIllumos 5045 - use atomic_{inc,dec}_* instead of atomic...
2015-06-23 Richard Yaozfsdev_getminor() should check for invalid file handles
2015-06-11 Brian BehlendorfRename cv_wait_interruptible() to cv_wait_sig()
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfChange KM_PUSHPAGE -> KM_SLEEP
2014-08-20 Isaac HuangFixed memory leaks in zevent handling
2014-04-02 Chris DunlapMerge branch 'zed-initial'
2014-03-31 Brian BehlendorfAdd zpool_events_seek() functionality
2014-03-31 Brian BehlendorfAdd a unique "eid" value to all zevents
2013-12-19 Michael Kjorlingcstyle: Resolve C style issues
2012-10-17 Brian BehlendorfMerge branch 'condvar'
2012-10-15 Brian BehlendorfCondition variable usage, zevent_cv
2012-09-02 Chris DunlopSwitch KM_SLEEP to KM_PUSHPAGE
2012-09-01 Brian BehlendorfSwitch KM_SLEEP to KM_PUSHPAGE
2012-08-24 Prakash SuryaWrap smp_processor_id in kpreempt_[dis|en]able
2011-05-04 Brian BehlendorfAdd missing ZFS tunables
2010-10-12 Brian BehlendorfFix missing 'zpool events'
2010-08-31 Brian BehlendorfAdd linux events
2010-08-26 Brian BehlendorfUpdate to onnv_147
2010-05-28 Brian BehlendorfUpdate core ZFS code from build 121 to build 141.
2010-04-29 Brian BehlendorfAdd Solaris FMA style support