summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for assembling specific subarrays.NeilBrown2008-09-183-3/+58
* Use common code to report MD_UUID for --detail --exportNeilBrown2008-09-183-21/+10
* Report uuid in --detail --brief for ddf and intelNeilBrown2008-09-187-24/+40
* Use uuid as /dev name when assembling array of uncertain origin.NeilBrown2008-09-184-24/+84
* Add uuid support for super-intel.NeilBrown2008-09-182-7/+47
* Allow metadata handler to report that it doesn't record homehost.NeilBrown2008-09-184-5/+5
* Don't allow spares when creating 'external' arrays.NeilBrown2008-09-181-0/+7
* Lots of fixes to make incremental assembly of containers work.NeilBrown2008-09-185-75/+121
* Handle incremental assembly of containers.NeilBrown2008-09-184-2/+23
* Move calls to SET_ARRAY_INFO to common helper.NeilBrown2008-09-188-146/+155
* Factor out add-disk codeNeilBrown2008-09-1811-35/+60
* Ignore leading zeros in version number information.NeilBrown2008-09-182-3/+12
* Allow --config in --incremental mode.NeilBrown2008-09-181-0/+1
* Teach --detail about containers and members there-of.NeilBrown2008-09-182-31/+124
* Compile fixes, particularly moving more stuff under MDASSEMBLENeilBrown2008-09-188-26/+57
* Disable compilation with diet-libcNeilBrown2008-09-181-1/+4
* Fix compile warning/error.NeilBrown2008-09-181-1/+1
* mdmon: recreate socket/pid file on SIGHUPDan Williams2008-09-154-10/+39
* ping_manager() to prevent 'add' before 'remove' completesDan Williams2008-09-154-8/+60
* sysfs: detect disks that are in the process of being removedDan Williams2008-09-151-5/+24
* monitor: clean up some debug messagesDan Williams2008-09-151-2/+3
* mdmon: resume rebuildDan Williams2008-09-151-1/+6
* imsm: allow a failed disk to be readdedDan Williams2008-09-151-17/+12
* 'mdadm --wait-clean' wait for array to be marked cleanDan Williams2008-09-157-32/+166
* Add ping_monitor() to mdadm --waitDan Williams2008-09-155-18/+38
* monitor: don't mark dirty on resync completeDan Williams2008-09-151-1/+1
* monitor: mark clean on active-idleDan Williams2008-09-151-3/+7
* Honor safemode_delay at Create() and Incremental() timeDan Williams2008-09-154-0/+18
* imsm: use ->getinfo_super() in ->container_content()Dan Williams2008-09-151-30/+16
* Allow metadata handlers to communicate desired safemode delay via mdinfoDan Williams2008-09-155-0/+7
* Makefile: Add mdmon header dependenciesDan Williams2008-09-151-1/+2
* imsm: fix up serial handlingDan Williams2008-09-151-20/+34
* imsm: only use the device name as a fallback when IMSM_DEVNAME_AS_SERIAL=1Dan Williams2008-09-151-7/+5
* imsm: rectify map handlingDan Williams2008-09-151-62/+132
* imsm: fix imsm_delete()Dan Williams2008-09-151-20/+30
* imsm: use IMSM_ORD_REBUILD instead of USABLE flagDan Williams2008-09-151-16/+21
* imsm: introduce set_imsm_ord_tbl_ent()Dan Williams2008-09-151-4/+9
* imsm: cleanup arguments to imsm_check_degradedDan Williams2008-09-151-5/+4
* imsm: cleanup get_imsm_disk_idx(), unify with get_imsm_ord_tbl_ent()Dan Williams2008-09-151-32/+33
* imsm: fix up compare_super_imsm() to match family_num for populated mpb'sDan Williams2008-09-151-0/+9
* imsm: fix up spare handling holdover in update_create_arrayDan Williams2008-09-151-5/+3
* imsm: mark failures like the Matrix driverDan Williams2008-09-151-28/+19
* imsm: provide for a larger mpb buffer when necessaryDan Williams2008-09-151-18/+76
* imsm: fix logic inversion in get_imsm_ord_tbl_ent()Dan Williams2008-09-151-2/+2
* Fix alignment for backup of reshape data.NeilBrown2008-08-192-8/+9
* Allow an externally managed array to be marked readonlyNeilBrown2008-08-195-9/+67
* Factor out test for subarray version string.NeilBrown2008-08-195-5/+11
* imsm: allow container assembly in the presence of failed disksDan Williams2008-08-191-21/+10
* Fix bug with ddf if devices have different sizes.NeilBrown2008-08-191-0/+1
* Provide ddf support for adding a device to an active container.NeilBrown2008-08-191-6/+53