summaryrefslogtreecommitdiff
path: root/super-intel.c
Commit message (Expand)AuthorAgeFilesLines
* super-intel.c: Handle errors from calls to get_dev_sector_size()Jes Sorensen2021-04-141-4/+10
* imsm: nvme multipath supportBlazej Kucman2021-03-161-14/+24
* imsm: extend curr_migr_unit to u64Mariusz Tkaczyk2021-03-161-41/+51
* imsm: Update-subarray for write-intent bitmapJakub Radtke2021-03-091-6/+17
* imsm: Adding a spare to an existing array with bitmapJakub Radtke2021-03-091-1/+36
* imsm: Write-intent bitmap supportJakub Radtke2021-03-091-2/+617
* imsm: add verbose flag to compare_superMariusz Tkaczyk2021-03-081-9/+12
* imsm: use saved fds during migrationMariusz Tkaczyk2021-03-081-154/+54
* imsm: limit support to first NVMe namespaceMariusz Tkaczyk2020-11-251-1/+10
* imsm: remove redundant calls to imsm_get_mapMariusz Tkaczyk2020-11-251-2/+0
* imsm: update num_data_stripes according to dev_sizeMariusz Tkaczyk2020-11-251-6/+78
* Manage, imsm: Write metadata before addTkaczyk Mariusz2020-04-271-23/+43
* imsm: show Subarray and Volume ID in --examine outputArtur Paszkiewicz2020-03-171-0/+3
* imsm: support the Array Creation Time field in metadataArtur Paszkiewicz2020-03-171-2/+9
* imsm: Correct minimal device size.Blazej Kucman2020-03-121-1/+4
* imsm: Remove --dump/--restore implementationBlazej Kucman2020-02-241-56/+0
* imsm: pass subarray id to kill_subarray functionBlazej Kucman2020-02-241-5/+4
* imsm: fill working_disks according to metadata.Blazej Kucman2020-01-211-3/+2
* imsm: Change the way of printing nvme drives in detail-platform.Blazej Kucman2019-12-021-51/+46
* imsm: return correct uuid for volume in detailBlazej Kucman2019-12-021-2/+18
* super-intel: don't mark structs 'packed' unnecessarilyNeilBrown2019-11-121-6/+26
* imsm: allow to specify second volume sizeKrzysztof Smolinski2019-11-121-10/+4
* imsm: save current_vol numberMariusz Tkaczyk2019-10-041-0/+2
* imsm: close removed drive fd.Mariusz Tkaczyk2019-08-141-0/+3
* super-intel: Use put_unaligned in split_ullJes Sorensen2019-07-091-3/+3
* super-intel: Fix issue with abs() being irrelevantJes Sorensen2019-07-091-2/+2
* mdmon: fix wrong array state when disk fails during mdmon startupArtur Paszkiewicz2019-05-201-1/+1
* Create: Block rounding size to maxMariusz Tkaczyk2019-04-101-3/+2
* imsm: fix spare activation for old matrix arraysPawel Baldysiak2019-04-101-9/+10
* Fix spelling typos.Dimitri John Ledkov2019-02-111-1/+1
* imsm: fix reshape for >2TB drivesPawel Baldysiak2019-02-111-42/+107
* imsm: finish recovery when drive with rebuild failsMariusz Tkaczyk2019-02-111-15/+11
* imsm: update metadata correctly while raid10 double degradationMariusz Tkaczyk2018-12-061-6/+19
* imsm: block using partitionMariusz Tkaczyk2018-09-281-0/+5
* imsm: Block volume creation with empty nameRoman Sobanski2018-09-271-1/+13
* imsm: correct num_data_stripes in metadata map for migrationRoman Sobanski2018-06-081-6/+10
* imsm: Do not require MDADM_EXPERIMENTAL flag anymoreMichal Zylowski2018-05-311-3/+0
* imsm: Do not block volume creation when container has disks with mixed sector...Michal Zylowski2018-05-311-0/+5
* super-intel: Do not truncate last character of volume nameJes Sorensen2018-05-301-3/+4
* super-intel: Avoid gcc-8.1 complaining about truncating snprintf()Jes Sorensen2018-05-301-1/+2
* super-intel: Get rid of unnused stringJes Sorensen2018-05-291-1/+0
* super-intel: Use memcpy() to avoid confusing gccJes Sorensen2018-05-291-1/+1
* Do not confuse gccJes Sorensen2018-05-291-1/+7
* Fix misspelling of 'alignment' and 'geometry'Michal Zylowski2018-05-291-15/+15
* Prevent create IMSM volume with size smaller than 1M or chunkRoman Sobanski2018-04-251-0/+10
* imsm: do not use blocks_per_member in array size calculationsMariusz Dabrowski2018-04-121-29/+76
* imsm: pass already existing map to imsm_num_data_membersMariusz Dabrowski2018-04-121-20/+21
* imsm: add functions to get and set imsm dev sizeMariusz Dabrowski2018-04-121-20/+21
* imsm: change reserved space to 4MBMariusz Dabrowski2018-04-121-2/+2
* imsm: fix assemble with ppl during rebuildArtur Paszkiewicz2018-03-221-31/+68