summaryrefslogtreecommitdiff
path: root/super-intel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* imsm: add handling of sync_action is equal to 'idle'Alexey Obitotskiy2016-06-161-1/+3
* IMSM: retry reading sync_completed during reshapePawel Baldysiak2016-05-191-5/+12
* Introduce stat2kname() and fd2kname()Artur Paszkiewicz2016-03-301-1/+5
* super_intel: imsm_manage_reshape(): Fix potential NULL pointer dereferenceJes Sorensen2016-03-221-1/+4
* super-intel: Remove excessive NULL/0 variable initializationJes Sorensen2016-03-221-30/+33
* super-intel: Simplify for() loop in ahci_enumerate_portsPawel Baldysiak2016-03-111-1/+4
* super-intel: Make print_vmd_attached_devs() return int againPawel Baldysiak2016-03-111-4/+9
* super-intel: Make print_found_intel_controllers() return voidJes Sorensen2016-03-091-4/+3
* {platform,super}-intel: Fix two resource leaksJes Sorensen2016-03-091-1/+5
* load_sys(): Add a buffer size argumentJes Sorensen2016-03-091-3/+3
* super-intel: ensure suspended region is removed when reshape completes.NeilBrown2016-02-221-2/+6
* imsm: don't update migration record when reshape is interruptedArtur Paszkiewicz2016-01-071-2/+2
* imsm: use timeout when waiting for reshape progressArtur Paszkiewicz2016-01-071-1/+2
* IMSM: Add support for VMDPawel Baldysiak2016-01-061-14/+110
* imsm: abort reshape if sync_action is not "reshape"Artur Paszkiewicz2015-12-241-2/+4
* imsm: don't call abort_reshape() in imsm_manage_reshape()Artur Paszkiewicz2015-10-081-1/+0
* mdstat: discard 'dev' field, just use 'devnm'NeilBrown2015-07-021-3/+3
* IMSM: Count arrays per oromPawel Baldysiak2015-04-091-27/+58
* imsm: simplified multiple OROMs supportArtur Paszkiewicz2015-03-041-10/+8