summaryrefslogtreecommitdiff
path: root/Grow.c
Commit message (Expand)AuthorAgeFilesLines
* Bump minimum kernel version to 2.6.32Jes Sorensen2023-04-101-16/+0
* mdmon: Improve switchroot interactions.NeilBrown2023-03-191-2/+2
* Grow: fix can't change bitmap type from none to clustered.Heming Zhao2023-02-231-1/+1
* Manage&Incremental: code refactor, string to enumMateusz Kusiak2023-01-041-4/+4
* Change update to enum in update_super and update_subarrayMateusz Kusiak2023-01-041-4/+5
* Grow: fix possible memory leak.Blazej Kucman2022-12-281-1/+4
* mdadm: replace container level checking with inlineKinga Tanska2022-09-291-3/+3
* Grow: Split Grow_reshape into helper functionMateusz Kusiak2022-08-241-59/+66
* mdadm: move data_offset to struct shapeMariusz Tkaczyk2022-08-231-4/+3
* mdadm: Replace obsolete usleep with nanosleepMateusz Grzonka2022-08-221-2/+2
* mdadm/Grow: Fix use after close bug by closing after forkLogan Gunthorpe2022-08-071-1/+3
* mdadm: block update=ppl for non raid456 levelsLukasz Florczak2022-06-241-1/+1
* Grow: block -n on external volumes.Mateusz Kusiak2022-06-091-0/+8
* mdadm: add map_num_s()Mariusz Tkaczyk2022-04-041-8/+8
* Replace error prone signal() with sigaction()Lukasz Florczak2022-04-041-2/+2
* Grow_reshape: Add r0 grow size error message and update manMateusz Kusiak2022-03-311-0/+6
* Unify error message.Lukasz Florczak2022-03-151-2/+2
* 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