]> git.ipfire.org Git - thirdparty/mdadm.git/history - Monitor.c
Create.c: fix uclibc build
[thirdparty/mdadm.git] / Monitor.c
2024-03-11  Mariusz TkaczykMonitor, Incremental: use device policies
2024-03-11  Mariusz Tkaczykmdadm: drop get_required_spare_criteria()
2024-03-11  Mariusz Tkaczykmdadm: Add functions for spare criteria verification
2024-02-29  Mateusz KusiakMonitor: Allow no PID in check_one_sharer()
2024-02-23  Mateusz KusiakMonitor: open file before check in check_one_sharer()
2024-01-24  Mateusz KusiakDefine sysfs max buffer size
2023-11-21  Mateusz GrzonkaMdmonitor: Improve udev event handling
2023-09-01  Blazej KucmanAdd secure gethostname() wrapper
2023-05-08  Mariusz Tkaczykmdadm: define is_devname_ignore()
2023-05-08  Mariusz Tkaczykmdadm: define DEV_MD_DIR
2023-03-02  Mateusz GrzonkaMdmonitor: Refactor check_one_sharer() for better error...
2023-03-02  Mateusz GrzonkaMdmonitor: Refactor write_autorebuild_pid()
2023-03-02  Mateusz GrzonkaMdmonitor: Add helper functions
2023-03-02  Mateusz GrzonkaMdmonitor: Pass events to alert() using enums instead...
2023-03-02  Mateusz GrzonkaMdmonitor: Make alert_info global
2022-12-28  Blazej KucmanMonitor: block if monitor modes are combined.
2022-12-28  Mateusz GrzonkaMdmonitor: Split alert() into separate functions
2022-09-29  Lukasz FlorczakMdmonitor: Omit non-md devices
2022-09-08  Pawel BaldysiakMonitor: Fix statelist memory leaks
2022-07-28  Kinga TanskaMonitor: use snprintf to fill device name
2022-07-28  Kinga TanskaMonitor: use devname as char array instead of pointer
2022-06-14  Kinga TanskaMdmonitor: Improve logging method
2022-06-14  Kinga TanskaMdmonitor: Fix segfault
2022-04-04  Lukasz FlorczakReplace error prone signal() with sigaction()
2021-12-08  Coly LiMonitor: print message before quit for no array to...
2021-10-19  Nigel CroxonFix 2 dc stream buffer
2021-03-19  Mariusz TkaczykMonitor: make libudev dependency optional
2021-03-08  Oleksandr Shchirskyimdmonitor: check if udev has finished events processing
2020-11-25  Mariusz Tkaczykmdadm: Unify forks behaviour
2020-11-25  Mariusz TkaczykMonitor: don't use default modes when creating a file
2020-10-14  Blazej KucmanCheck if other Monitor instance running before fork.
2020-10-14  Blazej Kucmanmdmonitor: set small delay once
2020-10-14  Mariusz TkaczykMonitor: stop notifing about containers.
2020-10-14  Mariusz TkaczykMonitor: refresh mdstat fd after select
2020-04-27  Coly LiMonitor: improve check_one_sharer() for checking duplic...
2019-09-30  Guilherme G. Piccolimdadm: Introduce new array state 'broken' for raid0...
2018-05-31  Jes SorensenMonitor: Increase size of percentalert to avoid gcc...
2017-11-21  Mariusz TkaczykMonitor/msg: Don't print error message if mdmon doesn...
2017-10-02  Mariusz TkaczykMonitor: Check redundancy for arrays
2017-08-16  Mariusz TkaczykMonitor: Include containers in spare migration
2017-08-16  Mariusz TkaczykMonitor: containers don't have the same sysfs propertie...
2017-07-10  Tomasz MajchrzakMonitor: don't assume mdadm parameter is a block device
2017-06-05  Tomasz MajchrzakGet failed disk count from array state
2017-05-16  Jes Sorensenmdadm: Fixup more broken logical operator formatting
2017-05-11  Jes SorensenMonitor: Fixup a pile of whitespace issues
2017-05-11  Jes SorensenMonitor: mailfrom is initialized correctly
2017-05-11  Jes SorensenMonitor: Not much point declaring mdlist in both forks...
2017-05-09  Jes SorensenMonitor/check_array: Use working_disks from sysfs
2017-05-09  Jes SorensenMonitor/check_array: Get nr_disks, active_disks and...
2017-05-09  Jes SorensenMonitor/check_array: Get array_disks from sysfs
2017-05-09  Jes SorensenMonitor/check_array: Get 'failed_disks' from sysfs
2017-05-09  Jes SorensenMonitor/check_array: Obtain RAID level from syfs
2017-05-09  Jes SorensenMonitor/check_array: Read sysfs entry earlier
2017-05-09  Jes SorensenMonitor/check_array: Declate mdinfo instance globally
2017-05-09  Jes SorensenMonitor/check_array: Reduce duplicated error handling
2017-05-09  Jes SorensenMonitor/check_array: Centralize exit path
2017-05-09  Alexey ObitotskiyAdd sector size as spare selection criterion
2017-05-09  Alexey ObitotskiyAllow more spare selection criteria
2017-05-08  Jes SorensenMonitor: Code is 80 characters per line
2017-05-08  Jes SorensenMonitor: Use md_array_active() instead of manually...
2017-05-05  Zhilong Liumdadm/util: unify stat checking blkdev into function
2017-04-11  Jes SorensenRetire mdassemble
2017-03-30  Jes Sorensensysfs: Make sysfs_init() return an error code
2017-03-29  Jes Sorensenutil: Introduce md_get_disk_info()
2017-03-29  Jes Sorensenutil: Introduce md_get_array_info()
2017-03-27  Zhilong Liumdadm/Monitor: Fix NULL pointer dereference when stat2d...
2016-07-21  Tomasz MajchrzakMonitor: release /proc/mdstat fd when no arrays present
2016-06-10  Jes SorensenMonitor: Use sysfs_free() to free object returned by...
2016-02-08  Xiao NiFix some type comparison problems
2015-07-27  NeilBrownMerge branch 'cluster'
2015-07-06  NeilBrownMonitor: don't Wait forever on a 'frozen' array.
2015-05-20  Sergey Vidishevmdadm: monitor: fix nullptr dereference when get_md_nam...
2015-04-07  NeilBrownMonitor: use the "space protocol" for "Wrong-Level".
2015-04-07  NeilBrownMonitor: Obey "space protocol" when writing to syslog.
2015-02-12  NeilBrownDon't break long strings onto multiple lines.
2015-02-12  Pawel BaldysiakChange way of printing name of a process
2015-02-11  Artur PaszkiewiczMonitor: fix for regression with container devices
2014-11-25  NeilBrownMonitor: don't open md array that doesn't exist.
2014-08-14  NeilBrownMonitor: Stop monitoring devices that have disappeared.
2013-07-01  NeilBrownNew function: sysfs_wait
2013-06-19  NeilBrownRemove lots of unnecessary white space.
2013-05-01  NeilBrownWait: also wait if an action is about to start.
2013-02-21  NeilBrownDiscard devnum in favour of devnm
2012-11-21  NeilBrownAllow --wait to wait for delayed resync.
2012-10-24  NeilBrownMonitor: don't complain about non-monitorable arrays...
2012-07-09  NeilBrownChange Monitor to take a struct context
2012-07-09  NeilBrownRemove scattered checks for malloc success.
2012-07-09  NeilBrownIntroduce pr_err for printing error messages.
2012-06-04  NeilBrownMonitor: fix reporting for Fail vs FailSpare etc.
2012-06-04  NeilBrownMonitor: Report NewArray when an array the disappeared...
2012-06-04  NeilBrownMonitor: fix inconsistencies in values for ->percent
2012-06-03  NeilBrownMonitor: Allow correct monitoring of more member devices.
2012-04-18  NeilBrownAdd --prefer option for --detail and --monitor
2012-02-22  Jes SorensenUse MDMON_DIR for pid files created in Monitor.c
2012-01-11  Lukasz Doraufix: Monitor sometimes crashes
2011-12-06  Sergey B KirpichevReport raid level type to syslog on RebuildFinished...
2011-11-01  Jes SorensenMonitor(): free allocated memory on exit
2011-05-23  NeilBrownCheck all member devices in enough_fd
2011-04-12  Jonathan LiuMonitor: avoid NULL dereference with 0.90 metadata
2011-04-11  Mike Frysingermdadm: respect --syslog in monitor mode
next