]> git.ipfire.org Git - thirdparty/mdadm.git/history - Grow.c
tests: add test that DDF marks missing devices as failed on assembly.
[thirdparty/mdadm.git] / Grow.c
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
2012-04-17  Adam KwolekFIX: Size change is possible as standalone change only
2012-04-17  Adam KwolekFIX: Detect error and rollback metadata
2012-04-17  Adam KwolekFIX: Respect metadata size limitations
2012-04-17  Adam KwolekFIX: Extend size of raid0 array
2012-04-17  Adam KwolekFIX: Support metadata changes rollback
2012-04-17  Adam Kwolekimsm: Execute size change for external metatdata
2012-03-22  NeilBrownGrow: print useful error when converting RAID1->RAID5...
2012-03-22  NeilBrownRemove possible crash during RAID6 -> RAID5 reshape.
2012-02-20  Adam KwolekFIX: Changes in '0' case for reshape position verification
2012-02-09  Adam KwolekFIX: Do not try to (continue) reshape using inactive...
2012-02-09  Adam KwolekFIX: restart reshape when reshape process is stopped...
2012-02-09  Adam KwolekFIX: use md position to reshape restart
2012-02-09  Adam KwolekFlush mdmon before next reshape step during container...
2012-01-30  Adam KwolekFIX: Typo error in fprint command
2012-01-30  Adam KwolekFIX: mdmon check in reshape_container() can cause a...
2012-01-30  Adam KwolekFIX: External metadata sometimes is not updated
2011-12-23  NeilBrownGrow/bitmap: support adding bitmap via sysfs.
2011-12-22  NeilBrownGrow.c: fix lots of white-space issues.
2011-12-22  NeilBrownGrow: fix reshape-array for shrinking reshapes.
2011-12-22  NeilBrownGrow: fix start_reshape for shrinking arrays.
next