summaryrefslogtreecommitdiffstats
path: root/mdstat.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-141-2/+2
|
* Mark some files FD_CLOEXEC to protect sendmail from them.Doug Ledford2007-07-091-1/+5
| | | | | | | | | | | From: Doug Ledford <dledford@redhat.com> When running with SELinux enabled and using mdadm to monitor devices, attempts to send emails to an admin will be blocked because mdadm is holding open /proc/mdstat without setting the FD_CLOEXEC flag. As a result, sendmail has an open descriptor to /proc/mdstat after the popen() call, which SELinux decides isn't really any of sendmail's business and so sendmail gets denied.
* Add new mode: --incrementalNeil Brown2006-12-211-0/+12
| | | | | --incremental allows arrays to be assembled one device at a time. This is expected to be used with udev.
* Minor man page and comment fixesNeil Brown2006-10-091-2/+2
| | | | Thanks To: "Scott Weikart" <Scott.W@Benetech.org>
* Just updaqte copyright dates and email addressNeil Brown2006-05-191-1/+1
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Sort mdstat entries so that composites are well-ordered.Neil Brown2006-01-311-7/+46
| | | | | | | This means that "-Ds" lists arrays in an approprate order for assembly. Signed-off-by: Neil Brown <neilb@suse.de>
* mdadm-1.7.0mdadm-1.7.0Neil Brown2004-08-111-0/+6
|
* mdadm-1.6.0mdadm-1.6.0Neil Brown2004-06-041-4/+23
|
* mdadm-1.5.0mdadm-1.5.0Neil Brown2004-01-221-4/+13
|
* mdadm-0.8mdadm-0.8Neil Brown2002-04-041-0/+180