]> git.neil.brown.name Git - mdadm.git/history - Monitor.c
Release mdadm-4.0
[mdadm.git] / Monitor.c
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
2011-04-04 NeilBrownMonitor: avoid NULL dereference with 0.90 metadata
2011-04-04 NeilBrownMove WaitClean from sysfs to Monitor.c
2011-03-24 NeilBrownMerge branch 'master' into devel-3.2
2011-03-23 NeilBrownMonitor: handle v.quick removal of devices better.
2011-03-22 NeilBrownMonitor: handle v.quick removal of devices better.
2011-03-18 Adam KwolekFIX: ping_monitor() usage causes memory leaks
2011-03-15 NeilBrownMerge branch 'master' into devel-3.2
2011-03-14 NeilBrownMerge branch 'master' into devel-3.2
2011-03-10 NeilBrownMerge branch 'master' into devel-3.2
2011-02-01 NeilBrownVarious compile fixes.
2011-02-01 NeilBrownAllow domain_test to report that no domains were found.
2011-01-31 Czarnowska, AnnaMonitor: do not move partitions to external container
2011-01-28 Czarnowska, AnnaMonitor: avoid adding too many spares to container
2011-01-17 Czarnowska, Annafix: Monitor: min_size must be set to 0
2011-01-17 Czarnowska, Annafix: segfault if subarray is monitored but container...
2011-01-12 Anna CzarnowskaMonitor: skip array if error getting size
2011-01-05 Anna Czarnowskamove_spare function modified and moved to Manage.c
2011-01-05 Anna CzarnowskaUse one function chosing spares from container
2010-12-20 Marcin LabunMonitor: Check destination array domain early.
2010-12-15 Anna Czarnowskafix: Monitor doesn't return after starting daemon
2010-12-13 NeilBrownMerge branch 'master' into devel-3.2
2010-12-09 NeilBrownAllow --update=devicesize with --re-add
2010-12-09 NeilBrownMerge branch 'master' into devel-3.2
2010-12-03 Anna CzarnowskaMonitor: don't add more spares than needed
2010-12-03 Anna CzarnowskaMonitor: only get min_size once
2010-12-03 Anna CzarnowskaMonitor: pass statelist reference when adding new arrays
2010-11-28 Anna CzarnowskaMonitor: array that has disappeared doesn't need spares
2010-11-28 Anna CzarnowskaMonitor: fix writing autorebuild.pid
2010-11-28 Anna CzarnowskaMonitor: reset dev when size too small
2010-11-28 Anna CzarnowskaMonitor: devid should be dev_t
2010-11-28 Anna CzarnowskaMonitor: few bug fixes for spare migration
2010-11-25 NeilBrownMonitor: choose spare correctly for external metadata.
2010-11-25 NeilBrownMonitor: separate 'choose_spare' out from 'move_spare'
2010-11-23 NeilBrownMonitor: check spare group is non-NULL before adding...
2010-11-22 Anna CzarnowskaMonitor: Allow metadata to set minimum size for spare...
2010-11-22 NeilBrownMonitor: teach spare migration about containers
2010-11-22 NeilBrownMonitor: policy based spare migration.
2010-11-22 NeilBrownMonitor: split out check_donor
2010-11-22 NeilBrownMonitor: split out move_spare in spare migration.
2010-11-22 NeilBrownMonior: create struct for holding alert info.
2010-11-22 NeilBrownMonitor: use calloc rather than malloc
2010-11-22 NeilBrownMonitor: minor optimisation to spare migration.
2010-11-22 Marcin LabunMonitor: link containers with subarrays in statelist
2010-11-22 NeilBrownBreak Monitor into smaller functions.
2010-11-22 NeilBrownMonitor: track metadata type or parent/container of...
2010-11-22 Anna CzarnowskaMonitor: include containers in scan mode
2010-11-22 NeilBrownMonitor: avoid skipping checks on external arrays
2010-11-22 Anna Czarnowskamdadm: added --no-sharing option for Monitor mode
2010-11-22 Anna CzarnowskaMonitor: set err on arrays not in mdstat
2010-11-22 NeilBrownImprove type names for mddev_dev
2010-11-22 NeilBrownImprove mddev_ident type definitions.
2010-08-05 NeilBrownCompile with -Wextra by default
2010-07-06 NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm
2010-07-06 NeilBrownAdd --test option to --re-add and similar
2010-07-02 Dan WilliamsMerge branch 'fixes' into for-neil
2010-05-31 NeilBrownMerge commit '3288b419b988b20a53a2b12eb8e5f9f536228db4...
2010-05-18 NeilBrownMonitor: don't report the disappearance of a faulty...
2009-10-22 NeilBrownMerge branch 'master' into devel-3.1
2009-10-19 Zdenek BehanMonitor: add option to specify rebuild increments
2009-10-01 NeilBrownMerge branch 'master' into devel-3.1
2009-08-07 NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm
2009-07-10 NeilBrownMonitor: use pclose rather than fclose
2009-06-02 NeilBrownMerge branch 'master' of git://github.com/djbw/mdadm...
2009-06-02 NeilBrownMerge branch 'master' into devel-3.0
2009-06-02 NeilBrownMove WaitClean from Monitor.c to sysfs.c
2009-06-02 NeilBrownUpdate copyright dates and remove references to @cse...
next