summaryrefslogtreecommitdiff
path: root/super-intel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* write_super_imsm_spares(): C statements are terminated by ;Jes Sorensen2015-03-041-6/+6
* Don't break long strings onto multiple lines.NeilBrown2015-02-121-153/+70
* Consistently print program Name and __func__ in debug messages.NeilBrown2015-02-121-116/+93
* Change way of printing name of a processPawel Baldysiak2015-02-121-1/+1
* IMSM: Clear migration record on disks more oftenPawel Baldysiak2015-01-291-0/+26
* imsm: detail-platform improvementsArtur Paszkiewicz2014-11-251-29/+64
* imsm: add support for NVMe devicesPawel Baldysiak2014-11-251-4/+7
* imsm: support for OROMs shared by multiple HBAsArtur Paszkiewicz2014-11-251-40/+94
* IMSM: move "validate_container_imsm" to be included in mdassemblePawel Baldysiak2014-07-211-41/+41
* IMSM: validate metadata_update size before using it.NeilBrown2014-07-101-3/+41
* mdmon: allow prepare_update to report failure.NeilBrown2014-07-101-4/+5
* IMSM: Add warning message when assemble spanned containerPawel Baldysiak2014-07-081-0/+43
* IMSM: use strcpy rather than pointless strncpy.NeilBrown2014-07-031-1/+1
* imsm: retry load_and_parse_mpb if we suspect mdmon has made modificationsArtur Paszkiewicz2014-06-031-0/+17
* IMSM: don't crash when creating an array with missing devices.NeilBrown2014-01-211-0/+2
* IMSM metadata really should be ignored when found on partitions.NeilBrown2013-11-201-1/+1
* Grow: exit background thread cleanly on SIGTERM.NeilBrown2013-08-011-0/+2
* Manage: remove call to validate_geometry.NeilBrown2013-07-301-5/+5
* IMSM: fix wait_for_reshape_imsmNeilBrown2013-07-111-4/+4
* New function: sysfs_waitNeilBrown2013-07-011-4/+1
* Remove lots of unnecessary white space.NeilBrown2013-06-191-50/+23
* More conversion to pr_errNeilBrown2013-05-211-10/+10
* Change some fprintf(stderrs to cont_err()NeilBrown2013-05-211-3/+3
* Change some "fprintf(stderr,"s to pr_err.NeilBrown2013-05-211-1/+1
* Add --dump / --restore functionality.NeilBrown2013-05-161-0/+54
* intel,ddf: don't require partitions when ignore_hw_compat is set.NeilBrown2013-05-161-1/+1
* imsm: monitor: do not finish migration if there are no failed disksPrzemyslaw Czarnowski2013-04-221-1/+8
* Discard devnum in favour of devnmNeilBrown2013-02-211-44/+37
* platform-intel - cache 'intel_devices' for a few seconds.NeilBrown2013-01-071-25/+5
* imsm: Forbid spanning between multiple controllers.Marcin Tomczak2012-11-201-17/+8
* IMSM - allow assembling any imsm array even without OROM.NeilBrown2012-11-201-10/+4
* Replace a lot of leading spaces with tabs.NeilBrown2012-10-101-9/+9
* imsm: allow --assume-clean to work.NeilBrown2012-10-041-1/+2
* Allow data-offset to be specified per-device for createNeilBrown2012-10-041-1/+2
* Add data_offset arg to ->init_super and use it in super1.cNeilBrown2012-10-041-3/+11
* Add data_offset arg to ->validate_geometry.NeilBrown2012-10-041-6/+13
* Add data_offset arg to ->avail_sizeNeilBrown2012-10-041-2/+3
* imsm: Allow to specify controller for --detail-platform.Maciej Naruszewicz2012-10-041-20/+25
* imsm: Add --export option for --detail-platformMaciej Naruszewicz2012-10-021-0/+70
* fix: imsm: do not accept too small sizesLukasz Dorau2012-09-201-0/+7
* fix: imsm: re-enable size expansion to the max valueLukasz Dorau2012-09-201-1/+1
* Change the values for "max size" from -1 to 1.NeilBrown2012-07-091-7/+8