summaryrefslogtreecommitdiffstats
path: root/msg.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-21Monitor/msg: Don't print error message if mdmon doesn't runMariusz Tkaczyk1-2/+0
2017-01-09Add detail information when can not connect monitorXiao Ni1-0/+2
2016-01-15Add casts for the addr arg of connect and bindKhem Raj1-1/+1
2015-07-02mdstat: discard 'dev' field, just use 'devnm'NeilBrown1-2/+2
2013-06-19Remove lots of unnecessary white space.NeilBrown1-2/+1
2013-02-21Discard devnum in favour of devnmNeilBrown1-22/+5
2012-07-09Remove scattered checks for malloc success.NeilBrown1-3/+1
2012-07-09Introduce pr_err for printing error messages.NeilBrown1-13/+9
2012-02-09Flush mdmon before next reshape step during container operationAdam Kwolek1-0/+10
2011-11-03unblock_monitor(): Check sra is valid before dereferencingJes Sorensen1-0/+2
2011-11-03ping_monitor(): check file descriptor is valid before using and closing itJes Sorensen1-2/+7
2011-10-03Move code to check_mdmon_version() functionAdam Kwolek1-23/+36
2011-03-18FIX: ping_monitor() usage causes memory leaksAdam Kwolek1-0/+14
2011-03-02Add block_subarray()Adam Kwolek1-4/+14
2010-12-21Remove stray 'free' in block_monitor.NeilBrown1-1/+0
2010-12-16Grow: be extra careful about races when freezing an arrayNeilBrown1-1/+12
2010-12-03FIX: Cannot exit monitor after takeoverAdam Kwolek1-2/+6
2010-11-29Improve comments for block_monitor.NeilBrown1-3/+12
2010-11-23block monitor: freeze spare assignment for external arraysDan Williams1-2/+193
2010-07-22Fix all the confusion over directories once and for all.Doug Ledford1-1/+1
2010-03-03fix mdmon takeoverLuca Berra1-1/+1
2010-02-04mdmon: allow pid to be stored in different directory.NeilBrown1-1/+1
2009-10-13mdmon: preserve socket over chrootDan Williams1-3/+11
2008-09-15ping_manager() to prevent 'add' before 'remove' completesDan Williams1-4/+29
2008-09-15Add ping_monitor() to mdadm --waitDan Williams1-1/+14
2008-07-18msg: add a timeout to ping_monitorNeilBrown1-2/+2
2008-07-12Revise message passing code.Neil Brown1-141/+90
2008-07-12Remove mgr_pipe for communicating from manage to monitor.Neil Brown1-1/+1
2008-07-12Handle device removal from containerNeil Brown1-13/+0
2008-05-15handle Manage_subdevs() for 'external' arraysDan Williams1-0/+249