summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * imsm: fix/support --updateDan Williams2009-10-131-28/+26
| | * imsm: fix spare record writeout raceDan Williams2009-10-131-24/+35
| | * imsm: disambiguate family_numDan Williams2009-09-301-132/+448
| | * imsm: kill close() of component deviceDan Williams2009-09-301-3/+1
| | * imsm: cleanup disk status testsDan Williams2009-09-281-24/+29
* | | Grow: update backup-metadata mtime every time we write it.NeilBrown2009-10-221-2/+4
* | | Compile fixes for mdassembleNeilBrown2009-10-202-0/+4
* | | Grow: reject raid-disks reduction in RAID5 etc before 2.6.32NeilBrown2009-10-201-1/+9
* | | Assemble: print more verbose messages about restarting a reshapeNeilBrown2009-10-203-20/+63
* | | Add missing 'continue' in Grow_restart.NeilBrown2009-10-201-0/+1
* | | tests/imsm: allow for rounding of array size.NeilBrown2009-10-162-0/+8
* | | Test different r5/r6 layouts.NeilBrown2009-10-165-3/+155
* | | restripe: fix assignment of raid6 blocks for syndrome calculation.NeilBrown2009-10-161-8/+19
* | | Handle negative delta_disks in super0 and super1.NeilBrown2009-10-162-16/+19
* | | Grow_restart to handle reducing number of devices in an array.NeilBrown2009-10-161-10/+31
* | | Grow: don't make 'blocks' too large during in-place reshape.NeilBrown2009-10-161-3/+7
* | | restripe: fix compile warning.NeilBrown2009-10-121-1/+1
* | | test changelevel: add tests for changing degraded arrays.NeilBrown2009-10-121-0/+56
* | | restripe : various fixed for RAID6 2-failure recovery.NeilBrown2009-10-121-12/+40
* | | Test level changes and related reshaping.NeilBrown2009-10-122-1/+54
* | | Grow: ignore error from final wait_backupNeilBrown2009-10-121-12/+8
* | | Grow: make sure bsb2 is properly alignedNeilBrown2009-10-121-3/+2
* | | testreshape5 - add tests for RAID6NeilBrown2009-10-121-5/+12
* | | Merge branch 'master' into devel-3.1NeilBrown2009-10-0174-2766/+1054
|\ \ \ | |/ /
| * | Fix null-dereference in set_member_infoNeilBrown2009-10-011-6/+9
| * | Add missing space in "--detail --brief" output.NeilBrown2009-10-011-2/+2
| |/
| * Release mdadm-3.0.2mdadm-3.0.2NeilBrown2009-09-258-5/+31
| * super0: fix crash on assemble if homehost is not set.NeilBrown2009-09-251-3/+7
| * Release mdadm-3.0.1mdadm-3.0.1NeilBrown2009-09-258-6/+34
| * testreshape5 - flush devices between tests.NeilBrown2009-09-251-0/+1
| * Merge branch 'master' of git://github.com/djbw/mdadmNeilBrown2009-09-255-18/+36
| |\
| | * mdmon: fix freeing unallocated memoryHans de Goede2009-09-241-1/+1
| | * imsm: clear CONFIGURED_DISK for failed drivesDan Williams2009-09-151-0/+1
| | * imsm: kill USABLE_DISK flagDan Williams2009-09-151-8/+4
| | * Examine: don't count containers as sparesDan Williams2009-09-151-1/+2
| | * Detail: fix for an imsm container with a spareDan Williams2009-09-152-1/+16
| | * Examine: fixup output in the presence of containers with sparesDan Williams2009-09-151-3/+9
| | * imsm: fix spare promotionDan Williams2009-09-151-4/+3
| * | Add a missing 'closedir'.NeilBrown2009-09-111-1/+1
| |/
| * super1: remove fd leak when opening /dev/urandomNeilBrown2009-08-131-0/+2
| * Exmaine/brief: put member arrays after container arrays.NeilBrown2009-08-074-4/+34
| * Merge branch 'master' of git://github.com/djbw/mdadmNeilBrown2009-08-0711-54/+209
| |\
| | * Assemble: fix handling of empty containerDan Williams2009-08-041-0/+2
| | * imsm: fix spare-uuid assignmentDan Williams2009-07-311-1/+5
| | * platform: relax rom scanning alignment for ahci platformsDan Williams2009-07-313-7/+28
| | * imsm: fix family number handlingDan Williams2009-07-314-16/+48
| | * imsm: fix activate_spare off-by-oneDan Williams2009-07-311-9/+6
| | * conditionally update uuids in the map file after Create()Dan Williams2009-07-313-13/+54
| | * imsm: fixup examine_brief to be more descriptive in the container only caseDan Williams2009-07-311-1/+3
| | * fix examine_brief segfaultDan Williams2009-07-313-3/+8