]> git.ipfire.org Git - thirdparty/mdadm.git/history - Grow.c
Consistently print program Name and __func__ in debug messages.
[thirdparty/mdadm.git] / Grow.c
2015-02-12  NeilBrownConsistently print program Name and __func__ in debug...
2015-02-12  Pawel BaldysiakChange way of printing name of a process
2014-12-01  Pawel BaldysiakGrow: Fix wrong 'goto' in set_new_data_offset
2014-10-29  Justin MaggardGrow: fix resize of array component size to > 32bits
2014-09-03  Andy SmithGrow: Report when grow needs metadata update
2014-07-29  NeilBrownGrow: improve error message is "--grow -n2" used on...
2014-07-21  NeilBrownGrow: fix that preventing resize of array to 32bit...
2014-07-17  Pawel BaldysiakGrow: Do not try to restart if reshape is running
2014-06-12  Pawel BaldysiakGrow: fix removal of line in wrong case
2014-06-05  NeilBrownMake sure "make everything" builds again.
2014-06-02  Baldysiak, PawelGrow: Do not fork via systemd if freeze_reshape is set
2014-06-02  Baldysiak, PawelGrow: Use 'forked' also for reshape_container in Grow_c...
2014-06-02  Baldysiak, PawelDo not set default 'before.layout' when reshaping from...
2014-05-22  Cristian Rodríguezmdadm: Do not reimplment offsetof
2014-05-22  NeilBrownGrow: fix resent grow_continue breakage.
2014-05-20  NeilBrownReshape: use systemd to continue containers as well...
2014-05-20  NeilBrownGrow: split continue_via_systemd into a separate function.
2014-05-20  NeilBrownGrow: add 'forked' option to reshape_container.
2014-05-15  NeilBrownGrow: try to let "--grow --continue" from systemd compl...
2014-05-15  NeilBrownGrow: store a link to current backup file in /run/mdadm...
2014-01-20  NeilBrownGrow: fix problems with prematurely aborting of reshapes.
2013-09-03  NeilBrownRelease mdadm-3.3 mdadm-3.3
2013-08-28  NeilBrownGrow: fix hang when growing a RAID5.
2013-08-01  NeilBrownGrow: exit background thread cleanly on SIGTERM.
2013-07-30  Jes SorensenAvoid double close()
2013-07-24  NeilBrownGrow: don't hold array open while waiting for reshape.
2013-07-15  NeilBrownMerge commit '956a13fb850321bed8568dfa8692c0c323538d7c'
2013-07-11  NeilBrownGrow: pass INVALID_SECTORS to reshape_array, not 0.
2013-07-10  NeilBrownGrow: use mdstat_wait to wait for delayed reshape.
2013-07-04  NeilBrownGrow: notice when --stop is synchronising a reshape...
2013-07-04  NeilBrownGrow: fix small bug when reshape interrupted.
2013-07-02  NeilBrownAssemble: improve messages when restarting a reshape.
2013-07-01  NeilBrownManage: check alignment when stopping an array undergoi...
2013-07-01  NeilBrownNew function: sysfs_wait
2013-06-27  NeilBrownGrow: fix crash when restarting an array.
2013-06-27  NeilBrownGrow: lack of head/tail space not fatal for RAID5 etc.
2013-06-27  NeilBrownGrow: report better message when --grow --chunk cannot...
2013-06-24  NeilBrownGrow: chose default layout when converting from RAID0.
2013-06-24  NeilBrownGrow: centralise level-change code.
2013-06-24  NeilBrownGrow: remove excess drives when converting to RAID0.
2013-06-24  NeilBrownGrow: clear new_layout when we change the level.
2013-06-24  NeilBrownGrow: analyse_change needs to set new_size even if...
2013-06-24  NeilBrownGrow: fix two problems with new_data_offset
2013-06-24  NeilBrownGrow: Try hard to set new_offset.
2013-06-24  NeilBrownGrow: Make sure new data-offset is well-aligned
2013-06-19  NeilBrownGrow: a data_offset should not be tested against 0.
2013-06-19  NeilBrownRemove lots of unnecessary white space.
2013-06-18  NeilBrownGrow: fix up recent changes to set_new_data_offset.
2013-05-30  NeilBrownMake sure NOFILE resource limit is big enough.
2013-05-28  NeilBrownGrow_continue: handle RESHAPE_NO_BACKUP correctly.
2013-05-28  NeilBrownGrow: allow for different sized devices when updating...
2013-05-28  NeilBrownAssemble: allow --update=revert-reshape
2013-05-22  NeilBrownGrow: allow a reshape which only changes --data-offset
2013-05-22  NeilBrownGrow: E2BIG should be reporte differently if --data...
2013-05-22  NeilBrownGrow: --backup-file and --data-offset are incompatible.
2013-05-22  NeilBrownGrow: handle E2BIG from new_offset changes more gracefully.
2013-05-22  NeilBrownGrow: allow --data-offset to be specified for raid4/5/6
2013-05-22  NeilBrownGrow: allow metadata to indicate that changing data_off...
2013-05-22  NeilBrownGrow: use new_data_offset instead of backups for raid4...
2013-05-22  NeilBrownGrow: introduce min_offset_change to struct reshape.
2013-05-22  NeilBrownGrow: have analyse_change zero the reshape structure...
2013-05-21  NeilBrownGrow.c: split impose_reshape out as a function.
2013-05-21  NeilBrownGrow.c: split out update_cache_size() function.
2013-05-21  NeilBrownGrow.c remove some pointless casts on 'data_offset'.
2013-05-21  NeilBrownChange some fprintf(stderrs to cont_err()
2013-05-21  NeilBrownChange some "fprintf(stderr,"s to pr_err.
2013-05-21  NeilBrownGrow: set_new_data_offset should report if kernel is...
2013-05-21  NeilBrowncomment typo
2013-05-21  NeilBrownGrow: just pass delta_disks instead of all of 'info'.
2013-05-21  NeilBrownGrow: split out code for setting new_data_offset
2013-05-21  NeilBrownGrow: replace '1' with 'INVALID_SECTORS' where appropriate.
2013-02-21  NeilBrownDiscard devnum in favour of devnm
2013-02-21  NeilBrownGrow: fix problem with reshaping RAID4 to RAID0.
2013-02-21  NeilBrownGrow: disallow --size changes on RAID0 and Linear.
2012-11-21  NeilBrownGrow: fix bug when multiple arrays present.
2012-11-20  Lukasz DorauGrow.c: fix uninitialized variables compilation-time...
2012-11-20  NeilBrownGrow: fix reshape from RAID5 to RAID1.
2012-10-11  NeilBrownGrow: fix a couple of typos with --assume-clean usage
2012-10-09  NeilBrownGrow: allow --grow --continue to work for native metadata.
2012-10-04  NeilBrownGrow/raid10: support reducing the devices in a RAID10.
2012-10-04  NeilBrownGrow: add raid10 reshape.
2012-10-04  NeilBrownSplit 'GCD' out into a separate function.
2012-10-04  NeilBrownAdd --data-offset flag for Create and Grow
2012-10-03  NeilBrownGrow: make warning about old metadata more explicit.
2012-10-03  NeilBrownGrow - be careful about 'delayed' reshapes.
2012-09-20  NeilBrowngrow: fix typo : MAX_DISKS -> MAX_SIZE
2012-08-12  Lukasz DorauGrow.c: change size to be unsigned and use '0' in case...
2012-08-12  NeilBrownMinor cosmetic fixes in various files.
2012-08-12  NeilBrownFix default size calculations that were recently broken.
2012-07-09  NeilBrownUse new struct context and struct shape for Grow_addbitmap
2012-07-09  NeilBrownUse new struct context and struct shape in Grow_reshape
2012-07-09  NeilBrownChange the values for "max size" from -1 to 1.
2012-07-09  NeilBrownConvert 'quiet' to 'not verbose' in various places.
2012-07-09  NeilBrownRemove scattered checks for malloc success.
2012-07-09  NeilBrownIntroduce pr_err for printing error messages.
2012-05-15  NeilBrownGrow: don't print message if unfreezing fails.
2012-05-15  NeilBrownGrow: fix --layout=preserve to match man page.
2012-05-03  NeilBrownGrow: failing the set the per-device size is not an...
2012-04-29  Jes SorensenIntroduce sysfs_set_num_signed() and use it to set...
2012-04-23  Lukasz Doraufix: correct extending size of raid0 array
next