summaryrefslogtreecommitdiffstats
path: root/tests/05r1-grow-external (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-11Coverity: Resource leak: close fd before returnAnthony Youngman1-0/+1
2018-07-11Coverity: Resource leak: close fds and free array before returnAnthony Youngman1-0/+3
2018-07-11Coverity: Resource leak: fix return without freeAnthony Youngman1-0/+2
2018-06-11Free map to avoid resource leak issuesGuoqing Jiang6-2/+13
2018-06-08imsm: correct num_data_stripes in metadata map for migrationRoman Sobanski1-6/+10
2018-06-08Assemble.c Don't ignore faulty disk when array is auto assembled.Mariusz Tkaczyk1-0/+2
2018-06-04gcc-8 coverity hackJes Sorensen2-4/+21
2018-06-01mdadm/test: correct tests/testdev as testdev in 02r5growZhilong Liu1-1/+1
2018-06-01mdadm/test: mdadm needn't make install on the systemZhilong Liu1-7/+4
2018-06-01Check major number of block device when querying md deviceXiao Ni1-3/+2
2018-05-31super-ddf: Fix gcc-8.1 overflow warningsJes Sorensen1-2/+3
2018-05-31super1: Fix cases triggering gcc-8.1 strncpy truncate warningJes Sorensen1-4/+18
2018-05-31super0: Use memmove() when adjusting sparc2.2 superblock dataJes Sorensen1-3/+4
2018-05-31mdopen: fix gcc 8.1 string overflow errorJes Sorensen1-3/+5
2018-05-31Monitor: Increase size of percentalert to avoid gcc warningJes Sorensen1-1/+1
2018-05-31imsm: Do not require MDADM_EXPERIMENTAL flag anymoreMichal Zylowski5-33/+6
2018-05-31imsm: Do not block volume creation when container has disks with mixed sector...Michal Zylowski1-0/+5
2018-05-30super-intel: Do not truncate last character of volume nameJes Sorensen1-3/+4
2018-05-30super-intel: Avoid gcc-8.1 complaining about truncating snprintf()Jes Sorensen1-1/+2
2018-05-29super-intel: Get rid of unnused stringJes Sorensen1-1/+0
2018-05-29super-intel: Use memcpy() to avoid confusing gccJes Sorensen1-1/+1
2018-05-29Do not confuse gccJes Sorensen1-1/+7
2018-05-29Fix misspelling of 'alignment' and 'geometry'Michal Zylowski1-15/+15
2018-04-27mdadm/grow: correct size and chunk_size castingRoman Sobanski1-1/+1
2018-04-25Prevent create IMSM volume with size smaller than 1M or chunkRoman Sobanski1-0/+10
2018-04-12imsm: do not use blocks_per_member in array size calculationsMariusz Dabrowski1-29/+76
2018-04-12imsm: pass already existing map to imsm_num_data_membersMariusz Dabrowski1-20/+21
2018-04-12imsm: add functions to get and set imsm dev sizeMariusz Dabrowski1-20/+21
2018-04-12imsm: change reserved space to 4MBMariusz Dabrowski1-2/+2
2018-04-11tests/func.sh: Fix some total breakage in the test scriptsJes Sorensen2-20/+4
2018-04-10imsm: Allow create RAID volume with link to containerMichal Zylowski1-1/+1
2018-04-10mdadm: fix use-after-free after free_mdstatZhipeng Xie1-1/+2
2018-03-22mdadm: 4.1-rc1mdadm-4.1-rc1Jes Sorensen6-14/+46
2018-03-22makedist: Fix to handle rc releasesJes Sorensen1-3/+3
2018-03-22imsm: fix assemble with ppl during rebuildArtur Paszkiewicz1-31/+68