summaryrefslogtreecommitdiffstats
path: root/mdadm.c
Commit message (Expand)AuthorAgeFilesLines
* Assemble: Handle assembling from config file which is out of order.NeilBrown2010-02-241-15/+33
* Add test for "are we running as root".NeilBrown2010-02-011-0/+6
* Kill: fix when zeroing busy devices.Artur Wojcik2010-01-291-1/+1
* Tidy up some argument parsing, particularly for -bNeilBrown2010-01-291-7/+6
* Various fixes for --killNeilBrown2009-11-241-1/+10
* Grow: do not allow size changes with other changes.NeilBrown2009-11-061-0/+9
* Merge branch 'master' into devel-3.1NeilBrown2009-10-221-3/+20
|\
| * Detail: list containers before members.NeilBrown2009-10-191-0/+8
| * Monitor: add option to specify rebuild incrementsZdenek Behan2009-10-191-1/+10
| * mdmon: preserve socket over chrootDan Williams2009-10-131-2/+2
* | Merge branch 'master' into devel-3.1NeilBrown2009-10-011-8/+17
|\|
| * Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-021-7/+2
| * Monitor: reduce default poll interval if mdstat is pollable.NeilBrown2009-06-021-0/+7
| * mdadm.8: Man page updatesNeilBrown2009-06-021-1/+8
* | Handle extra 'grow' variations.NeilBrown2009-08-111-12/+16
* | Grow: --size improvements.NeilBrown2009-07-141-2/+4
* | Grow: pass layout as a string rather than a number.NeilBrown2009-07-141-7/+18
* | Remove Manage_reconfing in favour of Grow_reshapeNeilBrown2009-07-141-3/+1
* | main: factor out code to parse layout for raid10 and faulty.NeilBrown2009-07-141-22/+5
* | Grow: support --array-size changesNeilBrown2009-07-131-1/+42
|/
* Merge branch 'master' into devel-3.0NeilBrown2009-05-111-2/+3
|\
| * mdadm: allow build to use --sizePaul Clements2009-04-211-2/+4
* | mapfile: allow the path name to the device to be empty.NeilBrown2009-05-111-1/+2
* | Allow homehost to be largely ignored when assembling arrays.NeilBrown2009-05-111-9/+25
* | config: support "ARRAY <ignore> ..." lines in mdadm.confNeilBrown2009-05-111-0/+3
* | Detail: use meaningful names with --scan.NeilBrown2009-04-061-2/+9
* | Support new raid6 layouts needed for DDFNeilBrown2009-03-091-1/+8
* | Incremental: honor --no-degraded to delay assemblyDan Williams2009-02-241-0/+1
* | Merge branch 'master' into scratch-3.0NeilBrown2009-01-081-0/+2
|\|
| * Free mdstat data structures properly.NeilBrown2009-01-081-0/+2
| * Allow --config in --incremental mode.NeilBrown2008-12-011-0/+1
* | introduce --detail-platform to display platform raid capabilitiesDan Williams2008-12-081-0/+4
* | Support --wait-clean --scanDan Williams2008-11-271-4/+12
* | Assemble: don't auto-assemble if any arrays are listed in mdadm.confNeilBrown2008-11-201-2/+2
* | Assemble: allow members of containers to be assembled and auto-assembled.NeilBrown2008-11-041-0/+3
* | Always set 'homehost' if not specified.NeilBrown2008-11-041-1/+1
* | config: Don't require an array to have a device name.NeilBrown2008-11-041-10/+0
* | Delay creation of array devices for assemble/build/createNeilBrown2008-11-041-42/+61
* | Avoid opening md device twice in particular '--assemble' instance.NeilBrown2008-11-041-8/+3
* | Introduce new open_mddev which just does an open.NeilBrown2008-11-041-4/+5
* | Rename open_mddev to create_mddevNeilBrown2008-11-041-6/+6
* | Initialise ->container and ->member properly.NeilBrown2008-11-041-0/+2
* | Merge branch 'master' into devel-3.0NeilBrown2008-10-271-15/+6
|\|
| * Allow WRITEMOSTLY to be cleared on --readd using --readwrite.NeilBrown2008-10-251-15/+6
* | quiet WaitClean()Dan Williams2008-10-151-1/+1
* | Allow --config in --incremental mode.NeilBrown2008-09-181-0/+1
* | 'mdadm --wait-clean' wait for array to be marked cleanDan Williams2008-09-151-0/+4
* | Merge branch 'master' into from-stableNeilBrown2008-08-071-2/+2
|\|
| * Cosmetic cleanup of some messages.NeilBrown2008-08-011-2/+2
* | Stop managed arrays more carefully.Neil Brown2008-07-181-10/+0