summaryrefslogtreecommitdiffstats
path: root/config.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-12-01fix: assemble for external metadata generates segfault if invalid device foundHawrylewicz Czarnowski, Przemyslaw1-1/+2
2010-12-01Create: report failure if array cannot be started.NeilBrown2-4/+12
2010-11-30ddf: fail creation of new subarray with same name as old.NeilBrown2-0/+16
2010-11-30ddf: don't print warning on assembleNeilBrown1-2/+5
2010-11-30mdmon: don't copy an invalid chunk_sizeNeilBrown3-3/+0
2010-11-30Assemble: call remove_partitions later.NeilBrown1-4/+6
2010-11-30Assemble: add --update=no-bitmapNeilBrown4-6/+22
2010-11-30Grow: give useful message when adding bitmap gives EBUSY.NeilBrown1-1/+10
2010-11-30Fix warning about host-endian bitmaps.NeilBrown1-4/+4
2010-11-30Allow K,M,G suffix on chunk sizes as well as device/array sizes.NeilBrown2-25/+29
2010-11-30Compute backup blocks in function.Adam Kwolek2-17/+29
2010-11-30Prepare and free fdlist in functionsAdam Kwolek2-32/+82
2010-11-30imsm: Allow multiple spares to be collected.Adam Kwolek1-4/+17
2010-11-29imsm: FIX: core dump during imsm metadata writingAdam Kwolek1-9/+18
2010-11-29imsm: Add support for general migrationAdam Kwolek1-7/+55
2010-11-29Treat feature as experimentalAdam Kwolek2-0/+11
2010-11-29Disk removal support for Raid10->Raid0 takeoverAdam Kwolek1-1/+90
2010-11-29Improve comments for block_monitor.NeilBrown2-4/+15
2010-11-28Monitor: array that has disappeared doesn't need sparesAnna Czarnowska1-1/+1
2010-11-28Monitor: fix writing autorebuild.pidAnna Czarnowska1-10/+16
2010-11-28Monitor: reset dev when size too smallAnna Czarnowska1-2/+3
2010-11-28Monitor: devid should be dev_tAnna Czarnowska3-9/+9
2010-11-28Monitor: few bug fixes for spare migrationAnna Czarnowska1-2/+11
2010-11-28Spare migration testsAnna Czarnowska4-1/+586
2010-11-28Incremental - avoid including wayward devices.NeilBrown3-18/+79
2010-11-25Improve opt parsing, and distinguish long from short.NeilBrown3-57/+126
2010-11-25Incr: reduce the number of times we load data from sysfs.NeilBrown1-13/+24
2010-11-25Monitor: choose spare correctly for external metadata.NeilBrown1-1/+62
2010-11-25Monitor: separate 'choose_spare' out from 'move_spare'NeilBrown1-34/+42
2010-11-23External reshape (step 2): Freeze containerDan Williams1-36/+100
2010-11-23External reshape (step 1): container reshape and ->reshape_super()Dan Williams2-8/+391