summaryrefslogtreecommitdiff
path: root/Grow.c
Commit message (Expand)AuthorAge
* Grow: improve error message is "--grow -n2" used on Linear arrays.NeilBrown2014-07-29
* Grow: fix that preventing resize of array to 32bit size.NeilBrown2014-07-21
* Grow: Do not try to restart if reshape is runningPawel Baldysiak2014-07-17
* Grow: fix removal of line in wrong casePawel Baldysiak2014-06-12
* Make sure "make everything" builds again.NeilBrown2014-06-05
* Grow: Do not fork via systemd if freeze_reshape is setBaldysiak, Pawel2014-06-02
* Grow: Use 'forked' also for reshape_container in Grow_continueBaldysiak, Pawel2014-06-02
* Do not set default 'before.layout' when reshaping from RAID4 to RAID4Baldysiak, Pawel2014-06-02
* mdadm: Do not reimplment offsetofCristian Rodríguez2014-05-22
* Grow: fix resent grow_continue breakage.NeilBrown2014-05-22
* Reshape: use systemd to continue containers as well as native arrays.NeilBrown2014-05-20
* Grow: split continue_via_systemd into a separate function.NeilBrown2014-05-20
* Grow: add 'forked' option to reshape_container.NeilBrown2014-05-20
* Grow: try to let "--grow --continue" from systemd complete a reshape.NeilBrown2014-05-15
* Grow: store a link to current backup file in /run/mdadm or similar.NeilBrown2014-05-15
* Grow: fix problems with prematurely aborting of reshapes.NeilBrown2014-01-20
* Release mdadm-3.3NeilBrown2013-09-03
* Grow: fix hang when growing a RAID5.NeilBrown2013-08-28
* Grow: exit background thread cleanly on SIGTERM.NeilBrown2013-08-01
* Avoid double close()Jes Sorensen2013-07-31
* Grow: don't hold array open while waiting for reshape.NeilBrown2013-07-24
* Grow: pass INVALID_SECTORS to reshape_array, not 0.NeilBrown2013-07-11
* Grow: use mdstat_wait to wait for delayed reshape.NeilBrown2013-07-10
* Grow: notice when --stop is synchronising a reshape and don't mess it up.NeilBrown2013-07-04
* Grow: fix small bug when reshape interrupted.NeilBrown2013-07-04
* Assemble: improve messages when restarting a reshape.NeilBrown2013-07-02
* 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