summaryrefslogtreecommitdiff
path: root/mdmon.c
Commit message (Expand)AuthorAge
* mdmon: don't include super0 and super1 in mdmonNeilBrown2014-08-07
* mdmon: ensure Unix domain socket is created with safe permissions.NeilBrown2014-07-03
* mdmon: don't complain about notifying parent when there is no needNeilBrown2014-01-21
* mdmon: honour --offroot, againmwilck@arcor.de2013-09-12
* mdmon: don't lie to systemd.NeilBrown2013-08-01
* Remove lots of unnecessary white space.NeilBrown2013-06-19
* pr_err for mdmon.NeilBrown2013-05-21
* mdmon: Add missing option documentation to --help outputJes Sorensen2013-04-26
* Discard devnum in favour of devnmNeilBrown2013-02-21
* mdmon: add --foreground optionNeilBrown2013-02-05
* Remove --offroot argument and default to always setting argv[0] to @Jes Sorensen2013-02-05
* mdmon: allow --takeover when original was started with --offrootNeilBrown2012-08-20
* mdmon: fix arg processing for -aNeilBrown2012-08-20
* Remove scattered checks for malloc success.NeilBrown2012-07-09
* mdmon: fix arg parsing.NeilBrown2012-07-09
* Add --offroot argument to mdmonJes Sorensen2012-01-30
* mdmon: Use getopt_long() to parse command line optionsJes Sorensen2012-01-30
* mdmon: avoid using victim_sock when it is -1.NeilBrown2011-11-07
* Revert "mdmon(): Error out if failing to connect to victim monitor"NeilBrown2011-11-07
* mdmon(): Error out if failing to connect to victim monitorJes Sorensen2011-11-01
* Fix some compiler warnings.Luca Berra2011-06-17
* Define dummy functions to mdmon.cAdam Kwolek2011-06-08
* mdmon: Fix crash if /proc/mdstat lists 0.9 superblocksMichal Marek2011-05-17
* Make child_monitor a candidate for ->manage_reshapeNeilBrown2011-01-12
* Replace various load_super calls with load_containerNeilBrown2010-11-22
* Remove subarray field in supertype.NeilBrown2010-11-22
* Compile with -Wextra by defaultNeilBrown2010-08-05
* Fix all the confusion over directories once and for all.Doug Ledford2010-07-22
* mdmon: satisfy glibc tls abi requirements with pthreadsDan Williams2010-07-06
* Merge branch 'fixes' into for-neilDan Williams2010-07-01
|\
| * Always assume SKIP_GONE_DEVS behaviour and kill the flagDan Williams2010-06-16
* | Kill subarray v2Dan Williams2010-06-15
|/
* Create directory to contain mapfile (Assuming parent exists andDoug Ledford2010-03-24
* mdmon: Check both RUN directories to find running mdmonNeilBrown2010-03-03
* mdmon: check select a writable pid_dirLuca Berra2010-03-03
* fix mdmon option parsingLuca Berra2010-03-03
* Add _FORTIFY_SOURCE to mdadm.O2 build.NeilBrown2010-03-03
* mdmon: insist on creating .pid file at startup.NeilBrown2010-02-08
* mdmon: remove switch-root functionality.NeilBrown2010-02-08
* mdmon: recognise --all in place of /proc/mdstatNeilBrown2010-02-04
* mdmon: allow pid to be stored in different directory.NeilBrown2010-02-04
* Having single function to read mdmon pid file.NeilBrown2010-02-04
* mdmon: discard test_pidfile()NeilBrown2010-02-04
* mdmon: improve switchroot handling.NeilBrown2010-02-04
* mdmon: simplify try_kill_monitorNeilBrown2010-02-04
* mdmon: remove scan variable from mdmon()NeilBrown2010-02-04
* mdmon: fix fd leak and possible buffer overrun.NeilBrown2010-01-29
* mdmon: lock current memory as well as future memory.NeilBrown2009-10-19
* mdmon: preserve socket over chrootDan Williams2009-10-13
* mdmon: exec(2) when the switchroot argument is not "/"Dan Williams2009-10-13