summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release mdadm-3.3.4mdadm-3.3.4mdadm-3.3.xNeilBrown2015-08-037-6/+44
* Assemble: really don't assemble IMSM array without OROM.NeilBrown2015-08-032-2/+4
* mdassemble: include mapfile support.NeilBrown2015-08-033-23/+1
* Assemble: don't assemble IMSM array without OROM.NeilBrown2015-08-032-6/+5
* Release mdadm-3.3.3mdadm-3.3.3NeilBrown2015-07-247-7/+27
* mdassemble: add "Name" definition.NeilBrown2015-07-241-0/+2
* Don't ignore return value from read and writeNeilBrown2015-07-242-9/+19
* bitmap: convert "inline" to "static inline"NeilBrown2015-07-241-3/+3
* Assemble: extend --homehost='<ignore>' to allow --name= to ignore homehostNeilBrown2015-07-242-7/+11
* test: assume recovery has completed if sync_completed says so.NeilBrown2015-07-231-0/+8
* tests: flushbufs after writing zerosNeilBrown2015-07-232-0/+2
* test: add -F flag to mkfsNeilBrown2015-07-224-6/+6
* mdadm: document --homehost=any functionality.NeilBrown2015-07-221-0/+7
* Assemble: improve tests for matching --name= request.NeilBrown2015-07-221-7/+12
* raid6check: use O_DIRECT instead of O_SYNC.NeilBrown2015-07-201-2/+3
* restripe: fix data block order in raid6_2_data_recovNeilBrown2015-07-202-10/+6
* raid6check: various cleanup/fixesNeilBrown2015-07-202-129/+168
* Assemble: really ensure stripe_cache is bit enough to handle new chunk sizeNeilBrown2015-07-171-2/+2
* raid6checkNeilBrown2015-07-162-21/+37
* raid6check: get device ordering correct for syndrome calculation.NeilBrown2015-07-161-6/+15
* tests: slow down --stop a bit to allow revert-inplace to work.NeilBrown2015-07-162-4/+4
* tests: add 19raid6checkNeilBrown2015-07-161-0/+27
* test: clear out old metadata from loop devices.NeilBrown2015-07-161-0/+2
* raid6check: report role of suspect device.NeilBrown2015-07-101-2/+3
* tests: save failure logs to logdirNeilBrown2015-07-101-8/+4
* tests: do not try to 'flushbufs' after stopping a arrayNeilBrown2015-07-103-4/+1
* test: add dmesg output to logs on error.NeilBrown2015-07-061-0/+2
* test: check sync_action as well when checking for an action.NeilBrown2015-07-061-5/+14
* test: speed up reshape when stopping arrays.NeilBrown2015-07-061-4/+7
* test: stop all arrays before starting test.NeilBrown2015-07-061-0/+1
* Grow: remove stray tracing message.NeilBrown2015-07-061-3/+1
* Manage/stop: don't stop during initial critical section.NeilBrown2015-07-061-4/+19
* Manage/stop: improve some comments.NeilBrown2015-07-061-4/+19
* Manage/stop: guard against 'completed' being too large.NeilBrown2015-07-061-1/+5
* Monitor: don't Wait forever on a 'frozen' array.NeilBrown2015-07-061-2/+10
* sysfs: reject reads that use the whole buffer.NeilBrown2015-07-061-5/+5
* Remove some trailing white spaceNeilBrown2015-07-0238-139/+139
* Manage: fix no-op test in Manage_stop.NeilBrown2015-07-021-1/+1
* mdstat: discard 'dev' field, just use 'devnm'NeilBrown2015-07-028-20/+17
* Grow: fix typo in commentNeilBrown2015-06-181-1/+1
* Assemble: ensure stripe_cache is big enough to handle new chunk sizeNeilBrown2015-06-181-1/+5
* Grow: fix a couple of typos.NeilBrown2015-05-281-2/+2
* test: make 'check wait' more reliable.NeilBrown2015-05-281-1/+1
* tests/imsm-grow-template change 'wait' to 'check wait'NeilBrown2015-05-283-8/+6
* Grow: fix problem with --grow --continueNeilBrown2015-05-281-3/+4
* tests: wait a bit long for reshape to complete.NeilBrown2015-05-252-2/+4
* Grow: another attempt to fix stop-during-reshape race.NeilBrown2015-05-251-16/+18
* Fix minor typo in mdadm manpage.Andrew Burgess2015-05-231-1/+1
* mdadm: monitor: fix nullptr dereference when get_md_name() returns NULLSergey Vidishev2015-05-201-1/+9
* test: forcefully clean up old loop devices.NeilBrown2015-05-201-0/+8