summaryrefslogtreecommitdiff
path: root/Grow.c
Commit message (Expand)AuthorAgeFilesLines
* Correct checking if file descriptors are validMateusz Grzonka2021-11-241-4/+1
* disallow create or grow clustered bitmap with writemostly setNigel Croxon2021-10-081-0/+5
* mdadm: fix growing containersNigel Croxon2021-04-061-8/+11
* Grow: Block reshape when external metadata and write-intent bitmapJakub Radtke2021-03-091-9/+15
* Grow: be careful of corrupt dev_roles listNeilBrown2021-03-031-3/+12
* mdadm: fix reshape from RAID5 to RAID6 with backup fileNigel Croxon2021-03-031-2/+5
* mdadm: Unify forks behaviourMariusz Tkaczyk2020-11-251-45/+7
* mdadm/Grow: prevent md's fd from being occupied during delayed timeallenpeng2020-06-181-1/+1
* Fix reshape for decreasing data offsetCorey Hickey2019-02-131-2/+2
* Fix spelling typos.Dimitri John Ledkov2019-02-111-3/+3
* Grow: report correct new chunk size.NeilBrown2018-12-061-1/+1
* Grow: avoid overflow in compute_backup_blocks()NeilBrown2018-12-061-1/+2
* 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