summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow homehost to be largely ignored when assembling arrays.NeilBrown2009-05-118-25/+132
* util: fix test for text_versionNeilBrown2009-05-111-1/+4
* Assemble/Incr : minor tidy up of setting 'trustworthy'.NeilBrown2009-05-112-10/+6
* config: allow Array line to contain array name without /dev/md/ prefix.NeilBrown2009-05-113-8/+55
* Fix tests on ->container and ->memberNeilBrown2009-05-112-3/+3
* Make --brief even briefer.NeilBrown2009-05-117-23/+31
* mdadm.8 general updatesNeilBrown2009-05-111-42/+8
* conf/assemble: new config line "auto".NeilBrown2009-05-116-3/+116
* config: support "ARRAY <ignore> ..." lines in mdadm.confNeilBrown2009-05-116-2/+31
* assemble: support arrays created with --homehost=anyNeilBrown2009-05-112-3/+5
* create_dev - allow array names like mdX and /dev/mdX to appear 'numeric'NeilBrown2009-05-111-3/+11
* Wait for POLLPRI on /proc or /sys files.NeilBrown2009-04-143-4/+14
* Merge branch 'master' of git://github.com/djbw/mdadm into devel-3.0NeilBrown2009-04-147-54/+162
|\
| * mdmon: fix resync completion detectionDan Williams2009-04-121-2/+4
| * Grow: fix hang when reshape completes too fastDan Williams2009-04-123-0/+30
| * RebuildMap: handle missing disksDan Williams2009-04-121-1/+4
| * imsm: add the ddf fieldDan Williams2009-04-121-1/+2
| * imsm: round down array size at CreateDan Williams2009-04-121-0/+4
| * imsm: set array size at Create/AssembleDan Williams2009-04-124-0/+21
| * imsm: turn off curr_migr_unit updatesDan Williams2009-04-121-8/+3
| * imsm: defend against unsupported migrations (temporary)Dan Williams2009-04-121-1/+13
| * imsm: add 'verify', 'verify with fixup', and 'general' migration typesDan Williams2009-04-121-12/+50
| * imsm: fix imsm_map.num_domainsDan Williams2009-04-121-5/+6
| * imsm: ensure mpb buffer is zeroedDan Williams2009-04-121-2/+5
| * imsm: support --examine --exportDan Williams2009-04-111-0/+16
| * imsm: make uuid separator consistent with ddfDan Williams2009-04-111-6/+6
| * imsm: extract right-most whitespace stripped serial numberDan Williams2009-04-081-16/+27
* | udev rules fix for partitions.NeilBrown2009-04-141-0/+4
* | mapfile: optionally store map file in /devNeilBrown2009-04-141-44/+51
* | tests: basic ddf testsNeilBrown2009-04-141-0/+76
* | tests: add some simple data integrity tests for raid5/raid6NeilBrown2009-04-142-0/+82
* | .gitignore updateNeilBrown2009-04-141-0/+4
* | incremental_container: preserve 'in_sync' flag when adding to existing array.NeilBrown2009-04-146-7/+13
* | mdadm udev rules changeDoug Ledford2009-04-081-0/+2
* | super-ddf: fix compile warnings on ppc64Doug Ledford2009-04-081-3/+4
* | Incremental - avoid NULL dereference.NeilBrown2009-04-071-25/+27
* | test: minor fixesNeilBrown2009-04-071-0/+2
* | Incremental: be more relaxed about member arrays not completely assembling.NeilBrown2009-04-071-7/+10
* | Assemble: call map_update even when not starting the array.NeilBrown2009-04-071-4/+7
* | ddf: fixed 'working_disks' reported by container_content.NeilBrown2009-04-071-2/+2
* | ddf: improve print out of physical devices.NeilBrown2009-04-071-4/+4
* | ddf: fix variable name overloadNeilBrown2009-04-071-4/+5
* | wait_for improvement.NeilBrown2009-04-076-12/+19
* | config: treat "container=" and "member=" and providing the required identity ...NeilBrown2009-04-061-1/+3
* | Detail: use meaningful names with --scan.NeilBrown2009-04-061-2/+9
* | Create: round to chunk sizeNeilBrown2009-04-061-0/+2
* | test: support testing DDFNeilBrown2009-04-061-3/+8
* | util.c: use correct range for minor numbers when finding free device.NeilBrown2009-04-061-1/+1
* | ddf: make sure Create fails if devices are too small.NeilBrown2009-04-021-0/+2
* | ddf: fix bug with error returns.NeilBrown2009-04-021-6/+4