summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Assemble: don't ignore the return value from stat.NeilBrown2015-03-041-7/+6
* write_super_imsm_spares(): C statements are terminated by ;Jes Sorensen2015-03-041-6/+6
* IncrementalScan(): Make sure 'st' is valid before dereferencing itJes Sorensen2015-03-041-1/+1
* Grow.c: Fix classic readlink() buffer overflowJes Sorensen2015-02-251-1/+1
* Don't break long strings onto multiple lines.NeilBrown2015-02-1221-582/+275
* Consistently print program Name and __func__ in debug messages.NeilBrown2015-02-1214-272/+225
* Change way of printing name of a processPawel Baldysiak2015-02-1211-31/+37
* Monitor: fix for regression with container devicesArtur Paszkiewicz2015-02-111-4/+10
* mdcheck: be careful when sourcing the output of "mdadm --detail --export"NeilBrown2015-02-041-1/+1
* IMSM: Clear migration record on disks more oftenPawel Baldysiak2015-01-291-0/+26
* util: remove rounding error where reporting "human sizes".NeilBrown2014-12-181-4/+4
* Grow: Fix wrong 'goto' in set_new_data_offsetPawel Baldysiak2014-12-021-1/+1
* Monitor: don't open md array that doesn't exist.NeilBrown2014-11-251-1/+22
* Makefile: binaries shouldn't directly depend on check_rundirNeilBrown2014-11-251-3/+3
* imsm: use efivarfs interface for reading UEFI variablesArtur Paszkiewicz2014-11-251-1/+36
* imsm: detail-platform improvementsArtur Paszkiewicz2014-11-253-39/+103
* imsm: add support for NVMe devicesPawel Baldysiak2014-11-253-6/+56
* imsm: support for second and combined AHCI controllers in UEFI modeArtur Paszkiewicz2014-11-251-1/+23
* imsm: support for OROMs shared by multiple HBAsArtur Paszkiewicz2014-11-253-144/+243
* Incremental: don't be distracted by partition table when calling try_spare.NeilBrown2014-11-051-2/+2
* Detail: fix handling of 'disks' array.NeilBrown2014-11-041-4/+4
* super1: remove some debugging printfs in update_super1NeilBrown2014-11-031-4/+0
* Rebuildmap: strip local host name from device name.NeilBrown2014-11-031-3/+10
* mdcheck: don't git error if not /dev/md?* devices exist.NeilBrown2014-11-031-0/+1
* Grow: fix resize of array component size to > 32bitsJustin Maggard2014-10-291-1/+1
* mdmon: already read sysfs files once after opening.NeilBrown2014-09-171-7/+23
* Grow: Report when grow needs metadata updateAndy Smith2014-09-031-1/+3
* --update: add 'bbl' and 'no-bbl' to the list of known updates.NeilBrown2014-08-271-1/+3
* Release mdadm-3.3.2mdadm-3.3.2NeilBrown2014-08-217-6/+23
* Fix parallel make problem.Samuli Suominen2014-08-211-9/+9
* super1: make sure 'room' includes 'bbl_size' when creating array.NeilBrown2014-08-211-2/+2
* super1: don't allow adding a bitmap if there is no space.NeilBrown2014-08-151-0/+4
* Monitor: Stop monitoring devices that have disappeared.NeilBrown2014-08-141-6/+18
* mdadm: document some more magic environment variables.NeilBrown2014-08-141-0/+26
* Manage: fix removal of non-existent devices.NeilBrown2014-08-111-1/+7
* util: split get_maj_min() out from dev_open()NeilBrown2014-08-112-5/+11
* Manage: simplify `rdev` handling in Manage_subdevs.NeilBrown2014-08-111-10/+10
* config: new option to suppress adding bad block lists.NeilBrown2014-08-074-2/+22
* md.4: replace "bad block log" with "bad block list"NeilBrown2014-08-071-4/+4
* mdmon: don't include super0 and super1 in mdmonNeilBrown2014-08-072-1/+8
* super: make sure to ignore disk state flags that we don't understand.NeilBrown2014-08-072-5/+4
* Detail: Avoid dereferencing some NULL pointers.NeilBrown2014-08-061-3/+3
* DDF: cast print arguments in super-ddf.cGuy Menanteau2014-08-051-2/+4
* Assemble: Only fail auto-assemble in face of mdadm.conf conflicts.NeilBrown2014-07-291-21/+26
* Grow: improve error message is "--grow -n2" used on Linear arrays.NeilBrown2014-07-291-1/+6
* Grow: fix that preventing resize of array to 32bit size.NeilBrown2014-07-211-1/+1
* IMSM: move "validate_container_imsm" to be included in mdassemblePawel Baldysiak2014-07-211-41/+41
* Grow: Do not try to restart if reshape is runningPawel Baldysiak2014-07-171-1/+4
* IMSM: validate metadata_update size before using it.NeilBrown2014-07-101-3/+41
* DDF: validate metadata_update size before using it.NeilBrown2014-07-101-2/+8