summaryrefslogtreecommitdiff
path: root/Grow.c
Commit message (Expand)AuthorAge
* Manage: check alignment when stopping an array undergoing reshape.NeilBrown2013-07-01
* New function: sysfs_waitNeilBrown2013-07-01
* Grow: fix crash when restarting an array.NeilBrown2013-06-27
* Grow: lack of head/tail space not fatal for RAID5 etc.NeilBrown2013-06-27
* Grow: report better message when --grow --chunk cannot work.NeilBrown2013-06-27
* Grow: chose default layout when converting from RAID0.NeilBrown2013-06-24
* Grow: centralise level-change code.NeilBrown2013-06-24
* Grow: remove excess drives when converting to RAID0.NeilBrown2013-06-24
* Grow: clear new_layout when we change the level.NeilBrown2013-06-24
* Grow: analyse_change needs to set new_size even if nothing much is happening.NeilBrown2013-06-24
* Grow: fix two problems with new_data_offsetNeilBrown2013-06-24
* Grow: Try hard to set new_offset.NeilBrown2013-06-24
* Grow: Make sure new data-offset is well-alignedNeilBrown2013-06-24
* Grow: a data_offset should not be tested against 0.NeilBrown2013-06-19
* Remove lots of unnecessary white space.NeilBrown2013-06-19
* Grow: fix up recent changes to set_new_data_offset.NeilBrown2013-06-19
* Make sure NOFILE resource limit is big enough.NeilBrown2013-05-30
* Grow_continue: handle RESHAPE_NO_BACKUP correctly.NeilBrown2013-05-28
* Grow: allow for different sized devices when updating data_offset.NeilBrown2013-05-28
* Assemble: allow --update=revert-reshapeNeilBrown2013-05-28
* Grow: allow a reshape which only changes --data-offsetNeilBrown2013-05-22
* Grow: E2BIG should be reporte differently if --data-offset was requested.NeilBrown2013-05-22
* Grow: --backup-file and --data-offset are incompatible.NeilBrown2013-05-22
* Grow: handle E2BIG from new_offset changes more gracefully.NeilBrown2013-05-22
* 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