]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/mmp.c
module/*.ko: prune .data, global .rodata
[mirror_zfs.git] / module / zfs / mmp.c
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2021-06-23 Rich ErcolaniAnnotated dprintf as printf-like
2021-06-22 Alexander MotinOptimize small random numbers generation
2020-11-13 Brian BehlendorfDistributed Spare (dRAID) Feature
2020-09-09 Olaf FaalandInitialize mmp_last_write when the mmp thread starts
2020-09-04 Matthew MacyReplace cv_{timed}wait_sig with cv_{timed}wait_idle...
2020-06-23 Ryan MoellerAdd zfs_multihost_interval tunable handler for FreeBSD
2020-02-28 Matthew AhrensImprove zfs destroy performance with zio_t-free zio_free()
2019-10-17 Matthew MacyMove linux specific mmp module_param_call handler to...
2019-09-05 Matthew MacyMake module tunables cross platform
2019-09-03 Andrea GelminiFix typos in module/zfs/
2019-08-28 Tony NguyenUse smaller default slack/delta value for schedule_hrti...
2019-03-21 Olaf FaalandMMP interval and fail_intervals in uberblock
2019-03-12 Olaf FaalandMMP writes rotate over leaves
2019-01-25 Tim ChaseUse proper tag for spa config refcounts in mmp_write_ub...
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-05-11 Olaf Faalandmodule param callbacks check for initialized spa
2018-04-14 Matthew AhrensOpenZFS 7614, 9064 - zfs device evacuation/removal
2018-04-06 Olaf FaalandFix divide-by-zero in mmp_delay_update()
2018-04-04 Olaf FaalandUpdate mmp_delay on sync or skipped, failed write
2018-03-15 Olaf FaalandReport pool suspended due to MMP
2018-03-12 Brian BehlendorfFix MMP write frequency for large pools
2018-03-09 Olaf FaalandHandle zio_resume and mmp => off
2018-03-06 Olaf FaalandRecord skipped MMP writes in multihost_history
2018-03-06 Olaf FaalandDetect long config lock acquisition in mmp
2018-02-22 Olaf FaalandReport duration and error in mmp_history entries
2018-02-22 Olaf FaalandDo not initiate MMP writes while pool is suspended
2018-02-12 sanjeevbagewadimmp should use a fixed tag for spa_config locks
2018-01-17 John L. HammondEmit an error message before MMP suspends pool
2017-09-22 Olaf FaalandReimplement vdev_random_leaf and rename it
2017-08-11 Brian BehlendorfSimplify threads, mutexs, cvs and rwlocks
2017-07-25 Olaf FaalandAdd callback for zfs_multihost_interval
2017-07-25 Olaf FaalandRelease SCL_STATE in map_write_done()
2017-07-24 Olaf FaalandUse correct macro for hz in mmp.c
2017-07-24 Giuseppe Di NataleFix coverity defects: CID 165755
2017-07-13 Olaf FaalandMulti-modifier protection (MMP)