summaryrefslogtreecommitdiff
path: root/Grow.c
Commit message (Expand)AuthorAge
...
* Grow: allow --data-offset to be specified for raid4/5/6NeilBrown2013-05-22
* Grow: allow metadata to indicate that changing data_offset not supported.NeilBrown2013-05-22
* Grow: use new_data_offset instead of backups for raid4/5/6 reshape.NeilBrown2013-05-22
* Grow: introduce min_offset_change to struct reshape.NeilBrown2013-05-22
* Grow: have analyse_change zero the reshape structure first.NeilBrown2013-05-22
* Grow.c: split impose_reshape out as a function.NeilBrown2013-05-21
* Grow.c: split out update_cache_size() function.NeilBrown2013-05-21
* Grow.c remove some pointless casts on 'data_offset'.NeilBrown2013-05-21
* Change some fprintf(stderrs to cont_err()NeilBrown2013-05-21
* Change some "fprintf(stderr,"s to pr_err.NeilBrown2013-05-21
* Grow: set_new_data_offset should report if kernel is too old.NeilBrown2013-05-21
* comment typoNeilBrown2013-05-21
* Grow: just pass delta_disks instead of all of 'info'.NeilBrown2013-05-21
* Grow: split out code for setting new_data_offsetNeilBrown2013-05-21
* Grow: replace '1' with 'INVALID_SECTORS' where appropriate.NeilBrown2013-05-21
* 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