summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Assemble: improve messages when restarting a reshape.NeilBrown2013-07-02
* Assemble: ignore devices= if container= is present.NeilBrown2013-07-02
* Config: use better device names for "DEVICES container"NeilBrown2013-07-02
* Assemble: write raid-disks should be less fatal.NeilBrown2013-07-02
* Move find_free_devnum to mdopen.cNeilBrown2013-07-02
* Move conf_line and free_line from conf.c to lib.cNeilBrown2013-07-02
* Detail: Factor out add_device()Martin Wilck2013-07-02
* mdadm.8.in: Fix typo: previous -> previouslyNeilBrown2013-07-02
* Manage: check alignment when stopping an array undergoing reshape.NeilBrown2013-07-01
* New function: sysfs_waitNeilBrown2013-07-01
* revert-reshape: make sure reshape_position is acceptable.NeilBrown2013-06-27
* tests/raid6repair: default data offset has changed.NeilBrown2013-06-27
* "make test" should build "raid6check"NeilBrown2013-06-27
* Assemble: remove some stray tracing.NeilBrown2013-06-27
* Grow: fix crash when restarting an array.NeilBrown2013-06-27
* Grow: lack of head/tail space not fatal for RAID5 etc.NeilBrown2013-06-27
* Grow: report better message when --grow --chunk cannot work.NeilBrown2013-06-27
* Makefile/version: use version/date from .git if possible.NeilBrown2013-06-25
* Subject: Make wait_for and open_dev_excl fasterNeilBrown2013-06-25
* tests: add device size tests when change raid leve to/from 0NeilBrown2013-06-25
* Grow: fix bug in raid0 -> raid5 conversion.NeilBrown2013-06-25
* Make: CXFLAGS should be conditionally assigned.NeilBrown2013-06-24
* Detail: deterministic ordering in --brief --verbosemwilck@arcor.de2013-06-24
* super1: fix space_{before,after} for RAID0NeilBrown2013-06-24
* Grow: allow "--add" with "--grow --level=??"NeilBrown2013-06-24
* Grow: chose default layout when converting from RAID0.NeilBrown2013-06-24
* tests: add test for converting levels to raid0 and back.NeilBrown2013-06-24
* test/00names: use appropriate mdadm.confNeilBrown2013-06-24
* Grow: centralise level-change code.NeilBrown2013-06-24
* Grow: remove excess drives when converting to RAID0.NeilBrown2013-06-24
* Grow: clear new_layout when we change the level.NeilBrown2013-06-24
* Grow: analyse_change needs to set new_size even if nothing much is happening.NeilBrown2013-06-24
* Grow: fix two problems with new_data_offsetNeilBrown2013-06-24
* Grow: Try hard to set new_offset.NeilBrown2013-06-24
* Grow: Make sure new data-offset is well-alignedNeilBrown2013-06-24
* Grow: a data_offset should not be tested against 0.NeilBrown2013-06-19
* tests: add test for non-numeric device namesNeilBrown2013-06-19
* Add test for interaction of --assemble with --incrNeilBrown2013-06-19
* Add test for --update=metadata and fix bug it found.NeilBrown2013-06-19
* tests: rearrange sometest groupings.NeilBrown2013-06-19
* Remove lots of unnecessary white space.NeilBrown2013-06-19
* Manage: allow "--stop" on kernel names.NeilBrown2013-06-19
* Manage: split Manage_runstop into Manage_run and Manage_stopNeilBrown2013-06-19
* Assemble: when forcing a single-degraded RAID6 array, trigger a 'repair'.NeilBrown2013-06-19
* Detail: add device information to --detail --exportNeilBrown2013-06-19
* sysfs_read: return devices in same order as in filesystem.NeilBrown2013-06-19
* raid6check: Check return value of lseek64()Bernd Schubert2013-06-19
* raid6check: Fix compiler warnings.Bernd Schubert2013-06-19
* raid6check: Use enums for repair typeBernd Schubert2013-06-19
* raid6check: Fix memory leaks detected by valgrindBernd Schubert2013-06-19