summaryrefslogtreecommitdiffstats
path: root/Grow.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mdadm/util: unify fstat checking blkdev into functionZhilong Liu2017-05-051-6/+4
* change back 0644 permission for Grow.cZhilong Liu2017-05-031-0/+0
* Grow: Grow_continue_command: Avoid aliasing array variableJes Sorensen2017-05-021-3/+3
* Grow_continue_command: ensure 'content' is properly initialised.NeilBrown2017-04-201-0/+1
* Grow: Stop bothering about md driver versions older than 0.90.00Jes Sorensen2017-04-051-7/+0
* sysfs: Make sysfs_init() return an error codeJes Sorensen2017-03-301-6/+33
* Grow: Do not shadow an existing variableJes Sorensen2017-03-301-3/+3
* Grow: Remove unnecessary optimizationJes Sorensen2017-03-301-12/+0
* util: Introduce md_set_array_info()Jes Sorensen2017-03-291-9/+8
* util: Introduce md_get_disk_info()Jes Sorensen2017-03-291-7/+7
* util: Introduce md_get_array_info()Jes Sorensen2017-03-291-15/+16
* Grow: Fixup a pile of cosmetic issuesJes Sorensen2017-03-291-28/+32
* Grow: support consistency policy changeArtur Paszkiewicz2017-03-291-0/+172
* super1: PPL supportArtur Paszkiewicz2017-03-291-1/+14
* Add 'force' flag to *hot_remove_disk().NeilBrown2017-03-281-1/+1
* Retry HOT_REMOVE_DISK a few times.NeilBrown2017-03-281-8/+1
* Increase buffer for sysfs disk stateTomasz Majchrzak2016-11-171-2/+4
* Allow level migration only for single-array containerMariusz Dabrowski2016-10-191-0/+20
* MDADM:Check mdinfo->reshape_active more times before calling Grow_continueXiao Ni2016-06-161-30/+37
* Use dev_t for devnm2devid and devid2devnmMike Lovell2016-06-031-1/+1
* Grow: Apply some more consistent formatting to Grow_addbitmap()Jes Sorensen2016-05-121-20/+21
* Grow: Simplify error paths in Grow_addbitmap()Jes Sorensen2016-05-121-10/+10
* mdadm: Make add_internal_bitmap() return 0 on successJes Sorensen2016-05-121-1/+1
* Grow: Handle failure to load superblock in Grow_addbitmap()Jes Sorensen2016-05-121-1/+6
* Grow: Grow_addbitmap() reduce indentationJes Sorensen2016-05-121-18/+18
* Change the option from NoUpdate to NodeNumUpdateGuoqing Jiang2016-03-241-1/+1
* Grow: goto release if Manage_subdevs failedGuoqing Jiang2016-03-221-3/+5
* Grow: analyse_change add notification about only 2-device can be convert from...Yi Zhang2016-03-111-0/+3
* Grow: close fd earlier to avoid "cannot get excl access" when stoppingPawel Baldysiak2016-03-111-0/+4
* Grow: Grow_addbitmap(): Add check to quiet down static code checkersJes Sorensen2016-03-091-1/+8
* Grow: Grow_continue_command() remove dead codeJes Sorensen2016-03-091-6/+1
* Grow: Add documentation to abort_reshape() for suspend_{lo,hi} settingJes Sorensen2016-02-221-0/+8
* Grow: close file descriptor earlier to avoid "still in use" when stoppingArtur Paszkiewicz2015-12-241-0/+3
* Check and remove bitmap first when reshape to raid0Xiao Ni2015-12-221-0/+9
* mdadm: output info more precisely when change bitmap to noneGuoqing Jiang2015-12-161-2/+5
* mdadm: Change timestamps to unsigned data type.Deepa Dinamani2015-12-161-2/+2
* Increment version for clustered bitmapsGoldwyn Rodrigues2015-09-281-0/+3
* Merge branch 'cluster'NeilBrown2015-07-271-4/+8
|\
| * mdadm: add the ability to change cluster nameGuoqing Jiang2015-06-171-1/+1
| * Convert a bitmap=none device to clusteredGuoqing Jiang2015-06-171-3/+7
* | Grow: remove stray tracing message.NeilBrown2015-07-061-3/+1
* | Grow: fix typo in commentNeilBrown2015-06-181-1/+1
|/
* Grow: fix a couple of typos.NeilBrown2015-05-281-2/+2
* Grow: fix problem with --grow --continueNeilBrown2015-05-281-3/+4
* Grow: another attempt to fix stop-during-reshape race.NeilBrown2015-05-251-16/+18
* Grow: be even more careful about handing a '0' completed value.NeilBrown2015-05-151-1/+3
* Grow: retry when writing 'reshape' to 'sync_action' is EBUSY.NeilBrown2015-05-151-3/+8
* Grow: be more careful if array is stopped during critical section.NeilBrown2015-05-151-3/+10
* Grow: add missing space in message.NeilBrown2015-05-151-1/+1
* Grow: only warn about incompatible metadata when no fallback available.NeilBrown2015-05-141-1/+3