summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* install: use BINDIR consistently to locate mdadm and mdmonNeilBrown2014-05-22
* mdcheck: new script to help with regular checks of md arrays.NeilBrown2014-05-22
* MISC: add --action option to set or abort check/repair.NeilBrown2014-05-22
* --examine-bitmap: give useful message if no bitmap found on md array.NeilBrown2014-05-22
* mdadm: Do not reimplment offsetofCristian Rodríguez2014-05-22
* Grow: fix resent grow_continue breakage.NeilBrown2014-05-22
* DDF: remove some pointless code in validate_geometryNeilBrown2014-05-21
* DDF: remove a FIXME comment that doesn't seem to mean anything.NeilBrown2014-05-21
* DDF: remove 'FIXME' comment that doesn't need fixing.NeilBrown2014-05-21
* DDF: ensure dl->devname is freed when processing a 'delete device' update.NeilBrown2014-05-21
* DDF: remove old comment about looking for spares.NeilBrown2014-05-21
* DDF: remove an old incorrect FIXME comment.NeilBrown2014-05-21
* DDF: add data-offset information to --examine output.NeilBrown2014-05-21
* DDF: split up ddf_process_updateNeilBrown2014-05-21
* tests: handle change to DDF assembly.NeilBrown2014-05-21
* tests: handle new raid10/ddf geometries.NeilBrown2014-05-21
* DDF: add support of --data-offset when creating array.NeilBrown2014-05-21
* DDF: factor out common code for search through extents.NeilBrown2014-05-21
* DDF: allow for unused slots when creating map list for getinfo_super_ddf.NeilBrown2014-05-21
* DDF: DDF_Missing devices should not be reported as 'working' by getinfo_super...NeilBrown2014-05-21
* DDF: remove old and wrong comment about settinig raid_disk.NeilBrown2014-05-21
* DDF: provide simple detail_super() implementation.NeilBrown2014-05-21
* DDF: support more RAID10 levels.NeilBrown2014-05-21
* DDF: explain why spare_refs are ignored.NeilBrown2014-05-21
* DDF: use array_size from metadata.NeilBrown2014-05-21
* DDF: set utime for container from timestamp is superblock.NeilBrown2014-05-21
* DDF: don't assume the anchor is fully up-to-date.NeilBrown2014-05-21
* DDF: update timestamp/seqnum for virtual disks when config changes.NeilBrown2014-05-21
* DDF: update timestamp in DDF header.NeilBrown2014-05-21
* DDF: avoid ref outside array in getinfo_super_ddf_bvdNeilBrown2014-05-21
* DDF: examine_pds to also list devices that aren't in the metadata.NeilBrown2014-05-21
* DDF: fix usage of ->used_pdesNeilBrown2014-05-21
* DDF: more guards against pdnum being negative.NeilBrown2014-05-21
* Reshape: use systemd to continue containers as well as native arrays.NeilBrown2014-05-20
* Grow: split continue_via_systemd into a separate function.NeilBrown2014-05-20
* Grow: add 'forked' option to reshape_container.NeilBrown2014-05-20
* Grow: try to let "--grow --continue" from systemd complete a reshape.NeilBrown2014-05-15
* Grow: store a link to current backup file in /run/mdadm or similar.NeilBrown2014-05-15
* Create: don't default to bitmap=internal when it is not supportedArtur Paszkiewicz2014-05-01
* Fix race between --create and --incrementalArtur Paszkiewicz2014-05-01
* systemd: various fixes for boot with container-arrays.NeilBrown2014-04-08
* DDF: Don't fail compare_super_ddf due to re-configure changes.NeilBrown2014-04-02
* DDF: fix possible mdmon crash when updating metadata.NeilBrown2014-04-02
* DDF: guard against ->pdnum being negative.NeilBrown2014-04-02
* DDF: mark missing-on-assembly device properly.NeilBrown2014-04-01
* DDF: Fix assorted typos and do some reformatting.NeilBrown2014-04-01
* raid6check.c: move manual repair code to separate functionPiergiorgio Sartor2014-03-31
* raid6check.c: move autorepair code to separate functionPiergiorgio Sartor2014-03-31
* raid6check.c: lock the stripe until necessaryPiergiorgio Sartor2014-03-31
* ddf-sudden-degraded test fix.NeilBrown2014-03-26