summaryrefslogtreecommitdiffstats
path: root/super-intel.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* IMSM: Correct --examine output for 4k disksMaksymilian Kunt2017-05-111-2/+5
* Add sector size as spare selection criterionAlexey Obitotskiy2017-05-091-0/+2
* Allow more spare selection criteriaAlexey Obitotskiy2017-05-091-12/+21
* imsm: don't allow disks with different sector size in one arrayAlexey Obitotskiy2017-05-091-0/+24
* imsm: allocate buffer to support maximum sector sizeAlexey Obitotskiy2017-05-091-10/+11
* imsm: allow drives in a container regardless of sector sizeAlexey Obitotskiy2017-05-091-6/+0
* mdadm/util: unify stat checking blkdev into functionZhilong Liu2017-05-051-6/+4
* mdadm/util: unify fstat checking blkdev into functionZhilong Liu2017-05-051-10/+3
* IMSM: Initialize my_vol_raid_dev_num during vol creationPawel Baldysiak2017-05-021-2/+9
* Don't use UnSet with consistency_policyArtur Paszkiewicz2017-04-241-3/+1
* Retire mdassembleJes Sorensen2017-04-111-51/+1
* imsm: use rounded size for metadata initializationTomasz Majchrzak2017-03-301-18/+34
* Add 'ppl' and 'no-ppl' options for --update=Artur Paszkiewicz2017-03-291-0/+55
* imsm: PPL supportArtur Paszkiewicz2017-03-291-22/+252
* Detail: show consistency policyArtur Paszkiewicz2017-03-291-1/+1
* Generic support for --consistency-policy and PPLArtur Paszkiewicz2017-03-291-8/+8
* mdadm: Forced type conversion to avoid truncationXiao Ni2017-03-281-1/+1
* Replace snprintf with strncpy at some places to avoid truncationXiao Ni2017-03-281-3/+6
* imsm: fix missing error message during migrationPawel Baldysiak2017-01-271-1/+1
* imsm: show correct size for arrays with 4k disksMaksymilian Kunt2017-01-091-6/+12
* imsm: count arrays under VMD HBAs correctlyAlexey Obitotskiy2017-01-091-12/+36
* IMSM: Fix signed/unsigned comparisonsPawel Baldysiak2017-01-031-8/+9
* imsm: enable bad block support for imsm metadataTomasz Majchrzak2016-12-291-4/+4
* IMSM: Do not update metadata if not able to migratePawel Baldysiak2016-12-221-0/+5
* imsm: set generation number when reading superblockMariusz Dabrowski2016-12-121-0/+1
* IMSM: Add support for Non-Intel NVMe drives under VMDPawel Baldysiak2016-12-121-3/+9
* imsm: 4kn support for bad block logTomasz Majchrzak2016-12-021-0/+38
* imsm: implement "--examine-badblocks" commandTomasz Majchrzak2016-12-021-0/+56
* imsm: provide list of bad blocks for an arrayTomasz Majchrzak2016-12-021-0/+39
* imsm: clear bad blocks if disk becomes unavailableTomasz Majchrzak2016-12-021-7/+39
* imsm: clear bad block from bad block logTomasz Majchrzak2016-12-021-0/+53
* imsm: record new bad block in bad block logTomasz Majchrzak2016-12-021-8/+134
* imsm: give md list of known bad blocks on startupTomasz Majchrzak2016-12-021-0/+59
* imsm: write bad block log on metadata syncTomasz Majchrzak2016-12-021-5/+43
* imsm: parse bad block log in metadata on startupTomasz Majchrzak2016-12-021-46/+94
* IMSM: Update num_data_stripes during migrationPawel Baldysiak2016-11-281-7/+46
* Increase buffer for sysfs disk stateTomasz Majchrzak2016-11-171-2/+3
* IMSM: 4Kn drives support - adapt general migration recordPawel Baldysiak2016-11-171-26/+73
* IMSM: Add support for 4Kn sector size drivesPawel Baldysiak2016-11-171-45/+156
* IMSM: Read and store device sector sizePawel Baldysiak2016-11-171-0/+23
* IMSM: Enable spanning between VMD domainsPawel Baldysiak2016-10-261-16/+3
* IMSM: Add warning message when x8-type device is usedPawel Baldysiak2016-10-261-0/+44
* imsm: load migration record from right diskTomasz Majchrzak2016-10-261-9/+3
* super-intel: Reduce excessive parenthesis abuseJes Sorensen2016-10-191-72/+60
* imsm: block chunk size change for RAID 10Mariusz Dabrowski2016-10-191-2/+8
* Fix some issues found by clangNeilBrown2016-10-071-1/+1
* imsm: retrieve nvme serial from sysfsArtur Paszkiewicz2016-10-071-19/+27
* imsm: remove redundant characters from some error messagesArtur Paszkiewicz2016-09-161-13/+13
* imsm: do not activate spares for uninitialized member arraysArtur Paszkiewicz2016-09-151-0/+5
* imsm: properly handle values of sync_completedAlexey Obitotskiy2016-06-161-2/+34