summaryrefslogtreecommitdiff
path: root/Grow.c
Commit message (Expand)AuthorAgeFilesLines
* Grow: Frozen array can't be idleMariusz Tkaczyk2018-08-011-1/+2
* Coverity: Resource leak: close fd before returnAnthony Youngman2018-07-111-0/+1
* mdadm/grow: correct size and chunk_size castingRoman Sobanski2018-04-271-1/+1
* Grow.c: Block any level migration with chunk size changeMariusz Tkaczyk2018-01-251-0/+5
* mdadm/grow: correct the s->size > 1 to make 'max' workZhilong Liu2017-11-281-1/+1
* To support clustered raid10Guoqing Jiang2017-11-091-0/+6
* mdadm/grow: adding a test to ensure resize was requiredZhilong Liu2017-10-111-2/+2
* Grow: Use all 80 charactersJes Sorensen2017-10-021-220/+197
* Grow: fix switching on PPL during recoveryPawel Baldysiak2017-10-021-3/+0
* mdadm/grow: Component size must be larger than chunk sizeZhilong Liu2017-10-021-0/+6
* Grow: stop previous reshape process firstTomasz Majchrzak2017-10-021-2/+2
* Error messages should end with a newline character.NeilBrown2017-08-161-2/+2
* Grow: don't allow to enable PPL when reshape is in progressTomasz Majchrzak2017-06-091-0/+12
* Grow: don't allow array geometry change with ppl enabledTomasz Majchrzak2017-06-091-0/+7
* Grow: set component size prior to array sizeTomasz Majchrzak2017-06-051-0/+2
* mdadm: Fixup != broken formattingJes Sorensen2017-05-161-6/+7
* mdadm: Fixup more broken logical operator formattingJes Sorensen2017-05-161-7/+9
* mdadm: Fixup a large number of bad formatting of logical operatorsJes Sorensen2017-05-161-18/+16
* 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