summaryrefslogtreecommitdiff
path: root/Grow.c
Commit message (Expand)AuthorAgeFilesLines
* Grow: remove stray tracing message.NeilBrown2015-07-061-3/+1
* Grow: fix typo in commentNeilBrown2015-06-181-1/+1
* Grow: fix a couple of typos.NeilBrown2015-05-281-2/+2
* Grow: fix problem with --grow --continueNeilBrown2015-05-281-3/+4
* Grow: another attempt to fix stop-during-reshape race.NeilBrown2015-05-251-16/+18
* Grow: be even more careful about handing a '0' completed value.NeilBrown2015-05-151-1/+3
* Grow: retry when writing 'reshape' to 'sync_action' is EBUSY.NeilBrown2015-05-151-3/+8
* Grow: be more careful if array is stopped during critical section.NeilBrown2015-05-151-3/+10
* Grow: add missing space in message.NeilBrown2015-05-151-1/+1
* Grow: only warn about incompatible metadata when no fallback available.NeilBrown2015-05-141-1/+3
* reshape: support raid5 grow on certain older kernels.NeilBrown2015-03-261-2/+13
* Grow.c: Fix classic readlink() buffer overflowJes Sorensen2015-02-251-1/+1
* Don't break long strings onto multiple lines.NeilBrown2015-02-121-123/+59
* Consistently print program Name and __func__ in debug messages.NeilBrown2015-02-121-10/+9
* Change way of printing name of a processPawel Baldysiak2015-02-121-9/+9
* Grow: Fix wrong 'goto' in set_new_data_offsetPawel Baldysiak2014-12-021-1/+1
* Grow: fix resize of array component size to > 32bitsJustin Maggard2014-10-291-1/+1
* Grow: Report when grow needs metadata updateAndy Smith2014-09-031-1/+3
* Grow: improve error message is "--grow -n2" used on Linear arrays.NeilBrown2014-07-291-1/+6
* Grow: fix that preventing resize of array to 32bit size.NeilBrown2014-07-211-1/+1
* Grow: Do not try to restart if reshape is runningPawel Baldysiak2014-07-171-1/+4
* Grow: fix removal of line in wrong casePawel Baldysiak2014-06-121-1/+1
* Make sure "make everything" builds again.NeilBrown2014-06-051-1/+3
* Grow: Do not fork via systemd if freeze_reshape is setBaldysiak, Pawel2014-06-021-1/+1
* Grow: Use 'forked' also for reshape_container in Grow_continueBaldysiak, Pawel2014-06-021-1/+1
* Do not set default 'before.layout' when reshaping from RAID4 to RAID4Baldysiak, Pawel2014-06-021-1/+0
* mdadm: Do not reimplment offsetofCristian Rodríguez2014-05-221-4/+1
* Grow: fix resent grow_continue breakage.NeilBrown2014-05-221-3/+3
* Reshape: use systemd to continue containers as well as native arrays.NeilBrown2014-05-201-0/+4
* Grow: split continue_via_systemd into a separate function.NeilBrown2014-05-201-47/+48
* Grow: add 'forked' option to reshape_container.NeilBrown2014-05-201-7/+7
* Grow: try to let "--grow --continue" from systemd complete a reshape.NeilBrown2014-05-151-2/+58
* Grow: store a link to current backup file in /run/mdadm or similar.NeilBrown2014-05-151-2/+52
* Grow: fix problems with prematurely aborting of reshapes.NeilBrown2014-01-201-3/+13
* Release mdadm-3.3mdadm-3.3NeilBrown2013-09-031-1/+1
* Grow: fix hang when growing a RAID5.NeilBrown2013-08-281-0/+1
* Grow: exit background thread cleanly on SIGTERM.NeilBrown2013-08-011-2/+13
* Avoid double close()Jes Sorensen2013-07-311-0/+2
* Grow: don't hold array open while waiting for reshape.NeilBrown2013-07-241-2/+4
* Grow: pass INVALID_SECTORS to reshape_array, not 0.NeilBrown2013-07-111-2/+3
* Grow: use mdstat_wait to wait for delayed reshape.NeilBrown2013-07-101-3/+3
* Grow: notice when --stop is synchronising a reshape and don't mess it up.NeilBrown2013-07-041-3/+12
* Grow: fix small bug when reshape interrupted.NeilBrown2013-07-041-0/+1
* Assemble: improve messages when restarting a reshape.NeilBrown2013-07-021-2/+3
* Manage: check alignment when stopping an array undergoing reshape.NeilBrown2013-07-011-11/+0
* New function: sysfs_waitNeilBrown2013-07-011-20/+8
* Grow: fix crash when restarting an array.NeilBrown2013-06-271-0/+10
* Grow: lack of head/tail space not fatal for RAID5 etc.NeilBrown2013-06-271-3/+13
* Grow: report better message when --grow --chunk cannot work.NeilBrown2013-06-271-7/+16
* Grow: chose default layout when converting from RAID0.NeilBrown2013-06-241-0/+4