summaryrefslogtreecommitdiff
path: root/Grow.c
Commit message (Expand)AuthorAge
...
* Discard devnum in favour of devnmNeilBrown2013-02-21
* Grow: fix problem with reshaping RAID4 to RAID0.NeilBrown2013-02-21
* Grow: disallow --size changes on RAID0 and Linear.NeilBrown2013-02-21
* Grow: fix bug when multiple arrays present.NeilBrown2012-11-22
* Grow.c: fix uninitialized variables compilation-time errorLukasz Dorau2012-11-20
* Grow: fix reshape from RAID5 to RAID1.NeilBrown2012-11-20
* Grow: fix a couple of typos with --assume-clean usageNeilBrown2012-10-11
* Grow: allow --grow --continue to work for native metadata.NeilBrown2012-10-09
* Grow/raid10: support reducing the devices in a RAID10.NeilBrown2012-10-04
* Grow: add raid10 reshape.NeilBrown2012-10-04
* Split 'GCD' out into a separate function.NeilBrown2012-10-04
* Add --data-offset flag for Create and GrowNeilBrown2012-10-04
* Grow: make warning about old metadata more explicit.NeilBrown2012-10-03
* Grow - be careful about 'delayed' reshapes.NeilBrown2012-10-03
* grow: fix typo : MAX_DISKS -> MAX_SIZENeilBrown2012-09-20
* Grow.c: change size to be unsigned and use '0' in case of 'no change'Lukasz Dorau2012-08-13
* Minor cosmetic fixes in various files.NeilBrown2012-08-13
* Fix default size calculations that were recently broken.NeilBrown2012-08-13
* Use new struct context and struct shape for Grow_addbitmapNeilBrown2012-07-09
* Use new struct context and struct shape in Grow_reshapeNeilBrown2012-07-09
* Change the values for "max size" from -1 to 1.NeilBrown2012-07-09
* Convert 'quiet' to 'not verbose' in various places.NeilBrown2012-07-09
* Remove scattered checks for malloc success.NeilBrown2012-07-09
* Introduce pr_err for printing error messages.NeilBrown2012-07-09
* Grow: don't print message if unfreezing fails.NeilBrown2012-05-15
* Grow: fix --layout=preserve to match man page.NeilBrown2012-05-15
* Grow: failing the set the per-device size is not an error.NeilBrown2012-05-03
* Introduce sysfs_set_num_signed() and use it to set bitmap/offsetJes Sorensen2012-04-30
* fix: correct extending size of raid0 arrayLukasz Dorau2012-04-23
* FIX: Size change is possible as standalone change onlyAdam Kwolek2012-04-17
* FIX: Detect error and rollback metadataAdam Kwolek2012-04-17
* FIX: Respect metadata size limitationsAdam Kwolek2012-04-17
* FIX: Extend size of raid0 arrayAdam Kwolek2012-04-17
* FIX: Support metadata changes rollbackAdam Kwolek2012-04-17
* imsm: Execute size change for external metatdataAdam Kwolek2012-04-17
* Grow: print useful error when converting RAID1->RAID5 will fail.NeilBrown2012-03-22
* Remove possible crash during RAID6 -> RAID5 reshape.NeilBrown2012-03-22
* FIX: Changes in '0' case for reshape position verificationAdam Kwolek2012-02-20
* FIX: Do not try to (continue) reshape using inactive arrayAdam Kwolek2012-02-09
* FIX: restart reshape when reshape process is stopped just between 2 reshapesAdam Kwolek2012-02-09
* FIX: use md position to reshape restartAdam Kwolek2012-02-09
* Flush mdmon before next reshape step during container operationAdam Kwolek2012-02-09
* FIX: Typo error in fprint commandAdam Kwolek2012-01-30
* FIX: mdmon check in reshape_container() can cause a problemAdam Kwolek2012-01-30
* FIX: External metadata sometimes is not updatedAdam Kwolek2012-01-30
* Grow/bitmap: support adding bitmap via sysfs.NeilBrown2011-12-23
* Grow.c: fix lots of white-space issues.NeilBrown2011-12-23
* Grow: fix reshape-array for shrinking reshapes.NeilBrown2011-12-23
* Grow: fix start_reshape for shrinking arrays.NeilBrown2011-12-23
* FIX: Add error message in container_reshape()Adam Kwolek2011-12-15