summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * ddf: set vcnum correctly when creating a new virtual device in conflistNeilBrown2011-03-141-0/+8
| * ddf: teach set_disk to cope with new or changed devices.NeilBrown2011-03-141-8/+33
| * ddf: free_super should be add_list as well.NeilBrown2011-03-141-0/+9
| * ddf: minor activate_super fixes.NeilBrown2011-03-141-2/+4
| * monitor: close recovery_fd when closing state_FdNeilBrown2011-03-141-0/+1
| * ddf: Failed should suppress Online and others.NeilBrown2011-03-101-0/+3
* | Warn the user about too small array sizeKrzysztof Wojcik2011-03-143-5/+14
* | platfrom_intel: find OROM based on Intel AHCI and SAS driver device idLabun, Marcin2011-03-142-19/+61
* | imsm: FIX: Store checkpoint in per disk unitsAdam Kwolek2011-03-141-2/+6
* | FIX: Last_checkpoint has to be initialized in per disk unitsAdam Kwolek2011-03-141-0/+9
* | FIX: Last checkpoint is not initialized on reshape restartAdam Kwolek2011-03-141-0/+15
* | FIX: Unfreeze array on success onlyAdam Kwolek2011-03-141-2/+3
* | Merge branch 'master' into devel-3.2NeilBrown2011-03-104-5/+38
|\ \ | |/
| * Manage: be more careful about --add attempts.NeilBrown2011-03-104-9/+59
| * ddf: remove duplicate container_member setting.NeilBrown2011-03-101-1/+0
| * Fix warning about host-endian bitmaps.NeilBrown2011-03-101-4/+4
| * Grow: give useful message when adding bitmap gives EBUSY.NeilBrown2011-03-101-1/+10
| * Assemble: add --update=no-bitmapNeilBrown2011-03-104-6/+22
| * Assemble: call remove_partitions later.NeilBrown2011-03-101-4/+6
| * mdmon: don't copy an invalid chunk_sizeNeilBrown2011-03-103-3/+0
| * ddf: fail creation of new subarray with same name as old.NeilBrown2011-03-102-0/+16
| * Create: report failure if array cannot be started.NeilBrown2011-03-102-4/+12
| * Grow: disallow placing backup file on array being reshaped.NeilBrown2011-03-101-0/+18
| * Create/grow: improve checks on number of devices.NeilBrown2011-03-103-16/+17
| * error check reading of 'degraded' from sysfs.NeilBrown2011-03-101-1/+2
| * FIX: Reset disk state if disk is missingKrzysztof Wojcik2011-03-101-0/+1
| * open_mddev: open RDONLY if RDWR doesn't work.NeilBrown2011-03-101-0/+2
| * Initialise all of file when opening backup file for reshape.NeilBrown2011-03-101-1/+1
| * mdadm.man add encouragement to shrink filesystem before shrinking array.NeilBrown2011-03-101-0/+23
| * Detail: report subarrays of a container properly.NeilBrown2011-03-101-1/+1
| * dev_open should always open read-only.NeilBrown2011-03-101-1/+1
| * ddf: exclude failed devices from container_contentNeilBrown2011-03-031-2/+7
| * mdadm.man: remove duplicate documentation for --array-sizeNeilBrown2011-03-021-21/+11
| * FIX: ReadMe.c -Y option missing in short_optionsAlbert Pauw2011-02-271-3/+3
| * Teach --assemble --force to handle reshapes a little better.NeilBrown2011-02-212-0/+28
| * Fix regression with removing 'failed' and 'detached' devices.NeilBrown2011-02-151-2/+2
| * fix extended partition detectionDan Williams2011-02-151-1/+1
* | Man page updates for new --grow options.NeilBrown2011-03-102-20/+61
* | Grow: allow monitor thread to exit when there is nothing more to do.NeilBrown2011-03-101-0/+5
* | Grow: don't forget_backup when length of backup is zero.NeilBrown2011-03-101-4/+8
* | Grow: make sure 'info' doesn't have confusing data.NeilBrown2011-03-101-0/+1
* | Grow: support reshape of RAID0 arrays.NeilBrown2011-03-103-20/+47
* | Grow: Allow for component_size not being set for RAID0 arrays.NeilBrown2011-03-101-4/+12
* | Make find_intel_hba_capability less verbose.NeilBrown2011-03-101-18/+13
* | platform_intel: support for OROM OEM capabilitiesLabun, Marcin2011-03-101-1/+2
* | imsm: introduce SAS controller support in imsm metadata handlerLabun, Marcin2011-03-101-20/+67
* | imsm: move code for retrieving HBA to a functionLabun, Marcin2011-03-101-37/+66
* | imsm: verify that component disks are attached to the same type of HBALabun, Marcin2011-03-101-0/+12
* | imsm: add maximum number of disk validation in RAID arrayLabun, Marcin2011-03-101-2/+19
* | imsm: print-out error message when volume validation failsLabun, Marcin2011-03-101-3/+6