summaryrefslogtreecommitdiffstats
path: root/Manage.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support internal bitmaps with format-1 superblocks.Neil Brown2005-08-251-1/+1
* Assorted fixesNeil Brown2005-08-161-37/+107
* Add 'quite' option and tidy up some tests.Neil Brown2005-08-151-7/+11
* Add write-behind supportNeil Brown2005-08-091-0/+2
* Assorted Fixes for multiple bugs.Neil Brown2005-08-041-5/+6
* Make hot-add work with v 1.0.1 superblocksNeil Brown2005-07-291-5/+2
* Make sure we try hard enough to find a component device..Neil Brown2005-07-061-1/+1
* Retry --stop --scan until all stoppable devices have been stoppedNeil Brown2005-06-141-5/+6
* Support --grow --bitmap=internalNeil Brown2005-06-071-0/+4
* Use ADD_NEW_DISK to hot-add to non-version-0 arraysNeil Brown2005-06-071-21/+50
* Fix embarassing bug in 1.10.0 which broke --addNeil Brown2005-04-111-3/+4
* Use O_EXCL when opening component devices to be assembled into an arrayNeil Brown2005-04-041-0/+8