summaryrefslogtreecommitdiff
path: root/mdmon.c
Commit message (Expand)AuthorAgeFilesLines
* Improvements for IMSM_NO_PLATFORM testing.NeilBrown2023-03-201-0/+6
* mdmon: Improve switchroot interactions.NeilBrown2023-03-191-1/+6
* mdmon: don't test both 'all' and 'container_name'.NeilBrown2023-03-191-7/+4
* util: remove obsolete code from get_md_nameMateusz Kusiak2023-01-041-5/+3
* mdmon: fix segfaultMateusz Kusiak2023-01-041-14/+12
* mdadm: Replace obsolete usleep with nanosleepMateusz Grzonka2022-08-221-2/+2
* mdmon: Stop parsing duplicate optionsLukasz Florczak2022-06-091-9/+35
* Replace error prone signal() with sigaction()Lukasz Florczak2022-04-041-1/+0
* mdadm: Unify forks behaviourMariusz Tkaczyk2020-11-251-8/+1
* mdmon: wait for previous mdmon to exit during takeoverPawel Baldysiak2019-02-281-3/+11
* mdmon: Stop bothering about md_get_version()Jes Sorensen2017-04-051-4/+0
* mdadm/mdmon:deleted the abort_reshape never invokedZhilong Liu2017-03-271-5/+0
* Add casts for the addr arg of connect and bindKhem Raj2016-01-151-1/+1
* Change way of printing name of a processPawel Baldysiak2015-02-121-0/+2
* mdmon: don't include super0 and super1 in mdmonNeilBrown2014-08-071-0/+7
* mdmon: ensure Unix domain socket is created with safe permissions.NeilBrown2014-07-031-0/+1
* mdmon: don't complain about notifying parent when there is no needNeilBrown2014-01-211-4/+7
* mdmon: honour --offroot, againmwilck@arcor.de2013-09-121-1/+1
* mdmon: don't lie to systemd.NeilBrown2013-08-011-4/+8
* Remove lots of unnecessary white space.NeilBrown2013-06-191-1/+1
* pr_err for mdmon.NeilBrown2013-05-211-20/+13
* mdmon: Add missing option documentation to --help outputJes Sorensen2013-04-261-1/+2
* Discard devnum in favour of devnmNeilBrown2013-02-211-46/+31
* mdmon: add --foreground optionNeilBrown2013-02-051-2/+7
* Remove --offroot argument and default to always setting argv[0] to @Jes Sorensen2013-02-051-8/+6
* mdmon: allow --takeover when original was started with --offrootNeilBrown2012-08-201-1/+5
* mdmon: fix arg processing for -aNeilBrown2012-08-201-1/+1
* Remove scattered checks for malloc success.NeilBrown2012-07-091-2/+2
* mdmon: fix arg parsing.NeilBrown2012-07-091-1/+0
* Add --offroot argument to mdmonJes Sorensen2012-01-301-0/+8
* mdmon: Use getopt_long() to parse command line optionsJes Sorensen2012-01-301-11/+40
* mdmon: avoid using victim_sock when it is -1.NeilBrown2011-11-071-1/+6
* Revert "mdmon(): Error out if failing to connect to victim monitor"NeilBrown2011-11-071-7/+1
* mdmon(): Error out if failing to connect to victim monitorJes Sorensen2011-11-011-1/+7
* Fix some compiler warnings.Luca Berra2011-06-171-0/+6
* Define dummy functions to mdmon.cAdam Kwolek2011-06-081-0/+23
* mdmon: Fix crash if /proc/mdstat lists 0.9 superblocksMichal Marek2011-05-171-1/+2
* Make child_monitor a candidate for ->manage_reshapeNeilBrown2011-01-121-0/+9
* Replace various load_super calls with load_containerNeilBrown2010-11-221-1/+1
* Remove subarray field in supertype.NeilBrown2010-11-221-1/+0
* Compile with -Wextra by defaultNeilBrown2010-08-051-1/+1
* Fix all the confusion over directories once and for all.Doug Ledford2010-07-221-22/+6
* mdmon: satisfy glibc tls abi requirements with pthreadsDan Williams2010-07-061-3/+39
* Merge branch 'fixes' into for-neilDan Williams2010-07-011-2/+1
|\
| * Always assume SKIP_GONE_DEVS behaviour and kill the flagDan Williams2010-06-161-2/+1
* | Kill subarray v2Dan Williams2010-06-151-23/+2
|/
* Create directory to contain mapfile (Assuming parent exists andDoug Ledford2010-03-241-1/+1
* mdmon: Check both RUN directories to find running mdmonNeilBrown2010-03-031-12/+9
* mdmon: check select a writable pid_dirLuca Berra2010-03-031-13/+12
* fix mdmon option parsingLuca Berra2010-03-031-6/+10