summaryrefslogtreecommitdiff
path: root/msg.c
Commit message (Expand)AuthorAgeFilesLines
* Monitor/msg: Don't print error message if mdmon doesn't runMariusz Tkaczyk2017-11-211-2/+0
* Add detail information when can not connect monitorXiao Ni2017-01-091-0/+2
* Add casts for the addr arg of connect and bindKhem Raj2016-01-151-1/+1
* mdstat: discard 'dev' field, just use 'devnm'NeilBrown2015-07-021-2/+2
* Remove lots of unnecessary white space.NeilBrown2013-06-191-2/+1
* Discard devnum in favour of devnmNeilBrown2013-02-211-22/+5
* Remove scattered checks for malloc success.NeilBrown2012-07-091-3/+1
* Introduce pr_err for printing error messages.NeilBrown2012-07-091-13/+9
* Flush mdmon before next reshape step during container operationAdam Kwolek2012-02-091-0/+10
* unblock_monitor(): Check sra is valid before dereferencingJes Sorensen2011-11-031-0/+2
* ping_monitor(): check file descriptor is valid before using and closing itJes Sorensen2011-11-031-2/+7
* Move code to check_mdmon_version() functionAdam Kwolek2011-10-031-23/+36
* FIX: ping_monitor() usage causes memory leaksAdam Kwolek2011-03-181-0/+14
* Add block_subarray()Adam Kwolek2011-03-021-4/+14
* Remove stray 'free' in block_monitor.NeilBrown2010-12-211-1/+0
* Grow: be extra careful about races when freezing an arrayNeilBrown2010-12-161-1/+12
* FIX: Cannot exit monitor after takeoverAdam Kwolek2010-12-031-2/+6
* Improve comments for block_monitor.NeilBrown2010-11-291-3/+12
* block monitor: freeze spare assignment for external arraysDan Williams2010-11-231-2/+193
* Fix all the confusion over directories once and for all.Doug Ledford2010-07-221-1/+1
* fix mdmon takeoverLuca Berra2010-03-031-1/+1
* mdmon: allow pid to be stored in different directory.NeilBrown2010-02-041-1/+1
* mdmon: preserve socket over chrootDan Williams2009-10-131-3/+11
* ping_manager() to prevent 'add' before 'remove' completesDan Williams2008-09-151-4/+29
* Add ping_monitor() to mdadm --waitDan Williams2008-09-151-1/+14
* msg: add a timeout to ping_monitorNeilBrown2008-07-181-2/+2
* Revise message passing code.Neil Brown2008-07-121-141/+90
* Remove mgr_pipe for communicating from manage to monitor.Neil Brown2008-07-121-1/+1
* Handle device removal from containerNeil Brown2008-07-121-13/+0
* handle Manage_subdevs() for 'external' arraysDan Williams2008-05-151-0/+249