summaryrefslogtreecommitdiffstats
path: root/ANNOUNCE-3.1.2 (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-28imsm: block using partitionMariusz Tkaczyk1-0/+5
2018-09-27Assemble: set devices to NULL when load_devices can't load deviceGuoqing Jiang1-0/+5
2018-09-27Assemble: free resources in load_devicesGuoqing Jiang1-0/+3
2018-09-27imsm: Avoid duplicate entries in --detail-platformRoman Sobanski1-0/+3
2018-09-27imsm: Block volume creation with empty nameRoman Sobanski1-1/+13
2018-09-27mdadm.c: Fix error handling for --zero-superblockMariusz Tkaczyk2-3/+4
2018-08-03Release mdadm-4.1-rc2mdadm-4.1-rc2Jes Sorensen6-5/+22
2018-08-03Incremental: remove external arrays and devices correctlyMariusz Tkaczyk1-26/+52
2018-08-01Grow: Frozen array can't be idleMariusz Tkaczyk1-1/+2
2018-07-31udev.rules: make safe timeouts compatible with split-usr systems.Dimitri John Ledkov1-2/+2
2018-07-20Assemble: remove the protection when clustered raid do assembleGuoqing Jiang1-21/+0
2018-07-19mapfile: set *mapp to NULL after map_freeGuoqing Jiang1-0/+1
2018-07-11tests, imsm: Calculate expected array_size in proper wayMichal Zylowski3-8/+26
2018-07-11tests, imsm: Migration from RAID5 to RAID0 is not supported for IMSM metadataMichal Zylowski2-4/+4
2018-07-11tests, imsm: Test shouldn't call grow with chunk and level in one commandMichal Zylowski1-3/+8
2018-07-11tests, imsm: Set new_num_disks value corectly to perform expected size calcul...Michal Zylowski3-1/+3
2018-07-11tests, imsm: Fix unit inconsistency in tests error messagesMichal Zylowski1-1/+1
2018-07-11tests, imsm: Set correct expected offset between volumesMichal Zylowski13-19/+17
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