summaryrefslogtreecommitdiffstats
path: root/mdadm.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-16RAID-6 check standalone suspend arrayPiergiorgio Sartor1-3/+38
2011-05-16Grow: accept --assume-clean with --grow --sizeNeilBrown4-3/+19
2011-05-11Create: add error checking for 'write_init_super'.NeilBrown1-1/+7
2011-05-10Create: give better error message if member device unusable.NeilBrown1-0/+16
2011-05-10Create: allow chunksize to be non-power-of-2.NeilBrown4-2/+13
2011-05-10Give suitable error for mdadm /dev/md0 --stopNeilBrown1-0/+6
2011-05-10Manage: minor fix to add/re-add handling.NeilBrown1-7/+7
2011-05-10config: restore the possibility of a NULL homehostNeilBrown5-8/+22
2011-05-10Grow: allow auto-readonly arrays to be reshaped.NeilBrown1-0/+6
2011-05-10Grow: handle abort/restart of grow while being monitored.NeilBrown1-9/+30
2011-05-10Grow: restore ability to configure 'faulty' arrays via mdadm.NeilBrown1-1/+27
2011-05-10Grow: report if a --size change has no effect.NeilBrown1-4/+14
2011-05-10Grow: check if any changes needed before proceeding to analyse_change.NeilBrown1-0/+12
2011-05-10Grow: When setting component size make sure components are ready.NeilBrown1-0/+10
2011-05-09imsm: add new chunk size to metadata updatePrzemyslaw Czarnowski1-1/+19
2011-05-09imsm: process update for raid level migrationsPrzemyslaw Czarnowski1-1/+122
2011-05-09imsm: prepare memory for level migration updatePrzemyslaw Czarnowski1-0/+86
2011-05-09imsm: fix: disable migration from raid5->raid0Przemyslaw Czarnowski1-4/+0
2011-05-09imsm: prepare update for level migrations reshapePrzemyslaw Czarnowski1-2/+104
2011-05-02imsm: FIX: Do not write check-point '0'Adam Kwolek1-0/+1
2011-04-27Finally remove auto-home-hostNeilBrown3-67/+0
2011-04-19FIX: Check correctly raid disks during reshape restartAdam Kwolek1-1/+2
2011-04-18FIX: Count correctly added devicesAdam Kwolek1-2/+3
2011-04-18FIX: Set proper raid disks during migrationAdam Kwolek1-2/+5
2011-04-18FIX: Fiddle raid_disks number when restarting reshapeAdam Kwolek1-0/+2
2011-04-18FIX: Always report new raid_disks during migrationAdam Kwolek1-1/+1
2011-04-14FIX: Use successfully loaded metadata onlyAdam Kwolek1-1/+1
2011-04-14RAID-6 check standalone fix component list parsingPiergiorgio Sartor1-12/+23
2011-04-13Monitor: avoid NULL dereference with 0.90 metadataJonathan Liu1-1/+2
2011-04-11FIX: Raid0 expansion cannot be restartedAdam Kwolek1-3/+0
2011-04-11mdadm/mdmon: use CFLAGS when linkingMike Frysinger1-3/+3
2011-04-11mdadm: respect --syslog in monitor modeMike Frysinger1-2/+2
2011-04-11mdadm: add missing --syslog option to monitor helpMike Frysinger1-0/+1
2011-04-11move .man targets from "all" to "man" - and "everything"Mike Frysinger1-3/+4
2011-04-06imsm: fix: report aligned component size valueAdam Kwolek1-0/+16
2011-04-06imsm: FIX: Check array alignment before expansionAdam Kwolek1-0/+8
2011-04-06imsm: Warn user about reboot riskAdam Kwolek1-0/+32
2011-04-05restripe: make sure zero buffer is always large enough.NeilBrown1-3/+13
2011-04-05Create: fix size after setting default chunkCzarnowska, Anna1-7/+18
2011-04-05Create: check for UnSet when looking at chunkCzarnowska, Anna1-2/+2
2011-04-05FIX: After discarding array give chance monitor to remove itAdam Kwolek1-0/+1
2011-04-05Monitor: avoid NULL dereference with 0.90 metadataNeilBrown1-1/+2
2011-04-05RAID-6 check standalone code cleanupPiergiorgio Sartor1-46/+91
2011-04-05RAID-6 check standalone md devicePiergiorgio Sartor2-33/+83
2011-04-05Split some of util.c into a new lib.cNeilBrown4-292/+325
2011-04-05split name/number maps into separate file.NeilBrown5-163/+160
2011-04-05Move WaitClean from sysfs to Monitor.cNeilBrown2-103/+102
2011-03-28Release 3.2.1mdadm-3.2.1NeilBrown9-9/+86
2011-03-28test: Don't use dev6 and dev7 together in a non-multipath testNeilBrown1-2/+2
2011-03-28imsm: reading of UEFI variables needs an updateHawrylewicz Czarnowski, Przemyslaw1-17/+45