summaryrefslogtreecommitdiffstats
path: root/Manage.c
Commit message (Expand)AuthorAgeFilesLines
* incremental_container: preserve 'in_sync' flag when adding to existing array.NeilBrown2009-04-141-1/+1
* Manage: permit '--remove detached' for containersDan Williams2009-02-241-1/+8
* Tidy error messages for add_to_super failure.NeilBrown2008-11-271-2/+0
* allow add_to_super to return errorsDan Williams2008-11-271-2/+7
* fix remove_devices()Dan Williams2008-11-081-4/+6
* Stop: drop any partitions that may be associated with an array when stopping it.NeilBrown2008-11-041-1/+4
* Manage: when stopping an array, delete all names from /dev.NeilBrown2008-11-041-6/+59
* Generate 'change' uevents when arrays change in non-obvious ways.NeilBrown2008-11-041-2/+7
* Merge branch 'master' into devel-3.0NeilBrown2008-10-271-3/+5
|\
| * Allow WRITEMOSTLY to be cleared on --readd using --readwrite.NeilBrown2008-10-251-3/+5
* | Merge branch 'master' into devel-3.0NeilBrown2008-10-171-7/+9
|\|
| * Manage: allow adding device that is just large enough to v1.x array.NeilBrown2008-10-131-8/+9
* | Compile fixes, particularly moving more stuff under MDASSEMBLENeilBrown2008-09-181-1/+4
* | ping_manager() to prevent 'add' before 'remove' completesDan Williams2008-09-151-0/+17
* | Add ping_monitor() to mdadm --waitDan Williams2008-09-151-6/+1
* | Allow an externally managed array to be marked readonlyNeilBrown2008-08-191-0/+43
* | Factor out test for subarray version string.NeilBrown2008-08-191-2/+2
* | mdadm: add device to a containerDan Williams2008-08-191-7/+59
* | Merge branch 'master' into from-stableNeilBrown2008-08-071-1/+6
|\|
| * Improve error message when mdadm fails to stop an array.Neil Brown2008-06-261-1/+6
* | Manage: sync with mdmon before stopping containers.NeilBrown2008-07-181-0/+9
* | Manage: fixed some error message in --stopNeilBrown2008-07-181-6/+11
* | Stop managed arrays more carefully.Neil Brown2008-07-181-3/+37
* | Use O_DIRECT for all IO to devices.Neil Brown2008-07-121-2/+2
* | Handle device removal from containerNeil Brown2008-07-121-54/+59
* | Add subarray field to supertype.Neil Brown2008-07-121-2/+2
* | handle Manage_subdevs() for 'external' arraysDan Williams2008-05-151-1/+62
* | Change write_init_super to be called only once.Neil Brown2008-05-151-3/+6
|/
* Fix problems with array.size overflowing on large arrays.Neil Brown2008-04-281-2/+11
* Find super from fd on an array.Neil Brown2007-12-141-4/+2
* Drop the superblock arg from all metadata methods.Neil Brown2007-12-141-24/+30
* Add 'supertype' arg to almost all metadata methods.Neil Brown2007-12-141-4/+4
* Remove spaces/tabs from ends of lines.Neil Brown2007-12-141-6/+6
* Remove partitions from a device before adding it to an array.Neil Brown2007-10-191-1/+1
* Make "--write-mostly" effective when re-adding a device to an array.Neil Brown2007-09-241-3/+5
* Add --auto-detect for in-kernel autodetect.Neil Brown2007-05-211-0/+13
* Support failing and removed of detached and faulty devices.Neil Brown2007-05-111-17/+91
* Add new mode: --incrementalNeil Brown2006-12-211-0/+14
* Central calls to ioctl BLKGETSIZENeil Brown2006-12-141-12/+1
* Check device is large enough before hot-add.Neil Brown2006-12-141-1/+35
* Mdassemble improvementsLuca Berra2006-10-161-0/+3
* Remove partitions from components of an md arrayNeil Brown2006-10-131-0/+1
* Work around bug in --add handling for version-1 superblocksNeil Brown2006-06-261-3/+14
* Get --stop to honour --quietNeil Brown2006-06-021-1/+3
* Just updaqte copyright dates and email addressNeil Brown2006-05-191-1/+1
* fix write mostly for add and re-addNeil Brown2006-04-031-0/+2
* Create missing /dev files where needed.Neil Brown2006-03-281-2/+2
* Remove ident arg from getinfo_super;Neil Brown2006-03-271-2/+1
* Fix assembling of array with spares when verion-1 superblock is used.Neil Brown2005-09-121-1/+1
* Passes all tests, nearly ready for release.Neil Brown2005-08-261-1/+1