summaryrefslogtreecommitdiffstats
path: root/Grow.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change some fprintf(stderrs to cont_err()NeilBrown2013-05-211-7/+6
* Change some "fprintf(stderr,"s to pr_err.NeilBrown2013-05-211-15/+14
* Grow: set_new_data_offset should report if kernel is too old.NeilBrown2013-05-211-1/+10
* comment typoNeilBrown2013-05-211-1/+1
* Grow: just pass delta_disks instead of all of 'info'.NeilBrown2013-05-211-4/+4
* Grow: split out code for setting new_data_offsetNeilBrown2013-05-211-50/+68
* Grow: replace '1' with 'INVALID_SECTORS' where appropriate.NeilBrown2013-05-211-7/+7
* Discard devnum in favour of devnmNeilBrown2013-02-211-83/+64
* Grow: fix problem with reshaping RAID4 to RAID0.NeilBrown2013-02-211-1/+5
* Grow: disallow --size changes on RAID0 and Linear.NeilBrown2013-02-211-0/+6
* Grow: fix bug when multiple arrays present.NeilBrown2012-11-211-1/+1
* Grow.c: fix uninitialized variables compilation-time errorLukasz Dorau2012-11-201-1/+2
* Grow: fix reshape from RAID5 to RAID1.NeilBrown2012-11-201-1/+3
* Grow: fix a couple of typos with --assume-clean usageNeilBrown2012-10-111-2/+2
* Grow: allow --grow --continue to work for native metadata.NeilBrown2012-10-091-4/+37
* Grow/raid10: support reducing the devices in a RAID10.NeilBrown2012-10-041-11/+78
* Grow: add raid10 reshape.NeilBrown2012-10-041-38/+318
* Split 'GCD' out into a separate function.NeilBrown2012-10-041-6/+12
* Add --data-offset flag for Create and GrowNeilBrown2012-10-041-0/+6
* Grow: make warning about old metadata more explicit.NeilBrown2012-10-031-3/+2
* Grow - be careful about 'delayed' reshapes.NeilBrown2012-10-031-0/+34
* grow: fix typo : MAX_DISKS -> MAX_SIZENeilBrown2012-09-201-1/+1
* Grow.c: change size to be unsigned and use '0' in case of 'no change'Lukasz Dorau2012-08-131-5/+5
* Minor cosmetic fixes in various files.NeilBrown2012-08-131-16/+27
* Fix default size calculations that were recently broken.NeilBrown2012-08-131-1/+3
* Use new struct context and struct shape for Grow_addbitmapNeilBrown2012-07-091-10/+10
* Use new struct context and struct shape in Grow_reshapeNeilBrown2012-07-091-70/+68
* Change the values for "max size" from -1 to 1.NeilBrown2012-07-091-11/+12
* Convert 'quiet' to 'not verbose' in various places.NeilBrown2012-07-091-20/+20
* Remove scattered checks for malloc success.NeilBrown2012-07-091-14/+7
* Introduce pr_err for printing error messages.NeilBrown2012-07-091-206/+182
* Grow: don't print message if unfreezing fails.NeilBrown2012-05-151-2/+0
* Grow: fix --layout=preserve to match man page.NeilBrown2012-05-151-1/+29
* Grow: failing the set the per-device size is not an error.NeilBrown2012-05-031-1/+3
* Introduce sysfs_set_num_signed() and use it to set bitmap/offsetJes Sorensen2012-04-301-2/+2
* fix: correct extending size of raid0 arrayLukasz Dorau2012-04-231-1/+1
* FIX: Size change is possible as standalone change onlyAdam Kwolek2012-04-171-1/+1
* FIX: Detect error and rollback metadataAdam Kwolek2012-04-171-2/+11
* FIX: Respect metadata size limitationsAdam Kwolek2012-04-171-0/+21
* FIX: Extend size of raid0 arrayAdam Kwolek2012-04-171-0/+35
* FIX: Support metadata changes rollbackAdam Kwolek2012-04-171-6/+10
* imsm: Execute size change for external metatdataAdam Kwolek2012-04-171-31/+47
* Grow: print useful error when converting RAID1->RAID5 will fail.NeilBrown2012-03-221-0/+4
* Remove possible crash during RAID6 -> RAID5 reshape.NeilBrown2012-03-221-6/+22
* FIX: Changes in '0' case for reshape position verificationAdam Kwolek2012-02-201-2/+10
* FIX: Do not try to (continue) reshape using inactive arrayAdam Kwolek2012-02-091-0/+14
* FIX: restart reshape when reshape process is stopped just between 2 reshapesAdam Kwolek2012-02-091-0/+12
* FIX: use md position to reshape restartAdam Kwolek2012-02-091-26/+60
* Flush mdmon before next reshape step during container operationAdam Kwolek2012-02-091-2/+10
* FIX: Typo error in fprint commandAdam Kwolek2012-01-301-1/+1