summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mdmon: recreate socket/pid file on SIGHUPDan Williams2008-09-164-10/+39
* ping_manager() to prevent 'add' before 'remove' completesDan Williams2008-09-164-8/+60
* sysfs: detect disks that are in the process of being removedDan Williams2008-09-161-5/+24
* monitor: clean up some debug messagesDan Williams2008-09-161-2/+3
* mdmon: resume rebuildDan Williams2008-09-161-1/+6
* imsm: allow a failed disk to be readdedDan Williams2008-09-161-17/+12
* 'mdadm --wait-clean' wait for array to be marked cleanDan Williams2008-09-167-32/+166
* Add ping_monitor() to mdadm --waitDan Williams2008-09-165-18/+38
* monitor: don't mark dirty on resync completeDan Williams2008-09-161-1/+1
* monitor: mark clean on active-idleDan Williams2008-09-161-3/+7
* Honor safemode_delay at Create() and Incremental() timeDan Williams2008-09-164-0/+18
* imsm: use ->getinfo_super() in ->container_content()Dan Williams2008-09-161-30/+16
* Allow metadata handlers to communicate desired safemode delay via mdinfoDan Williams2008-09-165-0/+7
* Makefile: Add mdmon header dependenciesDan Williams2008-09-161-1/+2
* imsm: fix up serial handlingDan Williams2008-09-161-20/+34
* imsm: only use the device name as a fallback when IMSM_DEVNAME_AS_SERIAL=1Dan Williams2008-09-161-7/+5
* imsm: rectify map handlingDan Williams2008-09-161-62/+132
* imsm: fix imsm_delete()Dan Williams2008-09-161-20/+30
* imsm: use IMSM_ORD_REBUILD instead of USABLE flagDan Williams2008-09-161-16/+21
* imsm: introduce set_imsm_ord_tbl_ent()Dan Williams2008-09-161-4/+9
* imsm: cleanup arguments to imsm_check_degradedDan Williams2008-09-161-5/+4
* imsm: cleanup get_imsm_disk_idx(), unify with get_imsm_ord_tbl_ent()Dan Williams2008-09-161-32/+33
* imsm: fix up compare_super_imsm() to match family_num for populated mpb'sDan Williams2008-09-161-0/+9
* imsm: fix up spare handling holdover in update_create_arrayDan Williams2008-09-161-5/+3
* imsm: mark failures like the Matrix driverDan Williams2008-09-161-28/+19
* imsm: provide for a larger mpb buffer when necessaryDan Williams2008-09-161-18/+76
* imsm: fix logic inversion in get_imsm_ord_tbl_ent()Dan Williams2008-09-161-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
* mdadm: add device to a containerDan Williams2008-08-193-37/+208
* mdmon: remove devices from containerDan Williams2008-08-192-2/+25
* imsm: delete kicked disksDan Williams2008-08-191-11/+57
* Fix mdstat_wait_fdNeilBrown2008-08-191-3/+9
* Make metadata updates from manage to monitor 'synchronous'NeilBrown2008-08-191-18/+25
* Extra option for set_array_state: you choose dirty or clean.NeilBrown2008-08-194-15/+21
* mdmon: handle failures versus readauto arraysDan Williams2008-08-152-4/+21
* mdmon: allow degraded arrays to be monitoredDan Williams2008-08-153-3/+15
* imsm: include not synced disks in imsm_count_failedDan Williams2008-08-151-0/+2
* imsm: use disk_ord_tbl to identify rebuilding disksDan Williams2008-08-151-2/+22
* imsm: fix up assembly of disks that are not in-syncDan Williams2008-08-121-10/+41
* imsm: fix create by mdmon-updateDan Williams2008-08-121-3/+3
* imsm: write_super return 0 on successDan Williams2008-08-121-5/+5
* imsm: update mpb_size in write_super_imsmDan Williams2008-08-121-0/+5
* mdmon: use activate spare for re-addDan Williams2008-08-122-92/+139
* imsm: fix handling of the 'migr_state' and 'migr_type' bitsDan Williams2008-08-121-23/+54
* imsm: add get_imsm_map and sizeof_imsm_mapDan Williams2008-08-111-37/+41