summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Revert "Make the IMSM_DEVNAME_AS_SERIAL option work when creating containers."Dan Williams2010-03-031-4/+1
* | Stop: done stop a container which still have members active.NeilBrown2010-03-091-0/+21
* | Make sure reshape_active is cleared by getinfo_superNeilBrown2010-03-092-0/+2
* | mdmon.8: minor manpage updateNeilBrown2010-03-091-0/+5
* | mdadm.8: improve hosthost documentationNeilBrown2010-03-091-0/+19
* | Grow: fix problem with validating chunk sizeNeilBrown2010-03-091-2/+2
* | Improve partition table code.NeilBrown2010-03-091-21/+49
* | mdadm.8: correct typo: pairtyRyo Fujita2010-03-081-1/+1
|/
* super1: encourage data alignment on 1Meg boundaryNeilBrown2010-03-031-12/+40
* config: add 'homehost' option to 'AUTO' line.NeilBrown2010-03-037-24/+70
* Manage: fix regression on removing detached devices.NeilBrown2010-03-031-7/+15
* allow redefinition of VAR_RUNLuca Berra2010-03-032-1/+14
* 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 takeoverLuca Berra2010-03-032-3/+3
* fix mdmon option parsingLuca Berra2010-03-032-7/+19
* Add _FORTIFY_SOURCE to mdadm.O2 build.NeilBrown2010-03-034-20/+44
* Fix warning about unused variable.NeilBrown2010-03-031-1/+4
* fix gcc warnings about strict-aliasing rulesNeilBrown2010-03-031-2/+5
* Assemble: clean up properly if we cannot add the bitmap file.NeilBrown2010-02-241-0/+4
* Create: change default metadata type to 1.2NeilBrown2010-02-242-3/+3
* Grow: be more relaxed about timestamp mismatches on backup file.NeilBrown2010-02-241-4/+16
* Assemble: check inargv before complaining about stray arguments.NeilBrown2010-02-241-1/+1
* super1: put bitmap on a 4K boundary when possible.NeilBrown2010-02-241-8/+7
* Assemble: Handle assembling from config file which is out of order.NeilBrown2010-02-242-15/+37
* mdmon: Document startup/shutdown requirements in man page.NeilBrown2010-02-081-1/+58
* mapfile: use ALT_RUN as alternate place to store mapfileNeilBrown2010-02-081-4/+4
* mdmon: insist on creating .pid file at startup.NeilBrown2010-02-084-45/+34
* mdmon: don't monitor /proc/mounts to decide when to create .pid file.NeilBrown2010-02-083-15/+4
* mdmon: remove switch-root functionality.NeilBrown2010-02-082-136/+56
* mdmon: recognise --all in place of /proc/mdstatNeilBrown2010-02-042-3/+6
* mdmon: allow pid to be stored in different directory.NeilBrown2010-02-049-34/+121
* Having single function to read mdmon pid file.NeilBrown2010-02-043-41/+11
* mdmon: discard test_pidfile()NeilBrown2010-02-041-12/+4
* mdmon: don't mkdir /var/runNeilBrown2010-02-041-2/+0
* mdmon: improve switchroot handling.NeilBrown2010-02-041-20/+41
* mdmon: simplify try_kill_monitorNeilBrown2010-02-041-8/+7
* mdmon: remove scan variable from mdmon()NeilBrown2010-02-041-7/+5
* Assemble: fix --force assembly of v1.x arrays which are recovering.NeilBrown2010-02-045-1/+13
* Create: Improve warning message about booting from v1.xNeilBrown2010-02-011-2/+2
* Add test for "are we running as root".NeilBrown2010-02-011-0/+6
* super-intel.c: use %zu specifier for printf of size_tLuca Berra2010-02-011-1/+1
* mdadm-3.1.1 segfaults when mdadm -G -Z is used.Luca Berra2010-02-011-3/+3
* Kill: fix when zeroing busy devices.Artur Wojcik2010-01-292-3/+6
* mapfile: fix locking.NeilBrown2010-01-291-2/+5
* Detail: Report state of FAILED when an array has too few devices to work.NeilBrown2010-01-291-32/+48
* Tidy up some argument parsing, particularly for -bNeilBrown2010-01-293-20/+19
* md.4: various improvements to new section on scrubbing.NeilBrown2010-01-291-22/+19
* mdmon: fix fd leak and possible buffer overrun.NeilBrown2010-01-291-5/+5
* Correctly parse -N command line option.NeilBrown2010-01-281-3/+3