]> git.ipfire.org Git - thirdparty/mdadm.git/history - Grow.c
Grow: introduce min_offset_change to struct reshape.
[thirdparty/mdadm.git] / Grow.c
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.
2011-12-15  Adam KwolekFIX: Add error message in container_reshape()
2011-12-15  Adam KwolekFIX: Do not allow for multiple reshape_array() executio...
2011-11-07  Adam KwolekFIX: Do not continue container reshape when mdmon is...
2011-11-01  Jes SorensenGrow_reshape(): Fix another 'sra' leak
2011-11-01  Jes SorensenGrow_restart(): free() offsets after use
2011-11-01  Jes SorensenGrow_addbitmap(): don't try to close a file descriptor...
2011-11-01  Jes SorensenGrow_Add_device(): dev_open() return a negative fd...
2011-11-01  NeilBrownGrow: fix check_reshape and open_code it.
2011-11-01  Jes SorensenAdd missing return in case of trying to grow sub-array
2011-11-01  Jes SorensenFix memory leaks in reshape_array()
2011-10-31  Labun, Marcinkill-subarray: fix, IMSM cannot kill-subarray with...
2011-10-27  Adam KwolekFIX: Close unused handle in child process during reshap...
2011-10-17  NeilBrownGrow: Only ping monitor on level change if array is...
2011-10-06  Adam KwolekAlways run Grow_continue() for started array.
2011-10-05  Adam KwolekSet correct reshape restart position
2011-10-05  Adam KwolekRemove freeze() call from Grow_continue()
2011-10-05  NeilBrownrestore_backup() throws core dump
2011-10-02  Adam KwolekVerify reshape restart position
2011-10-02  Adam KwolekAdd continue option to grow command
2011-10-02  Adam KwolekDo not continue reshape during initrd phase
2011-10-02  Lukasz Doraufix: correct unlocking of map file
2011-09-21  Adam KwolekMove restore backup code to function
2011-09-08  NeilBrownGrow: refuse to grow a 0.90 array beyond 2TB
2011-09-08  NeilBrownDiscourage large devices from being added to 0.90 arrays.
2011-07-27  NeilBrownGrow: ensure clean abort if we cannot read the 'complet...
2011-07-26  Namhyung KimGrow: fix version number in error message
2011-06-23  Namhyung Kimmdadm.8: change linux version 2.6.40 -> 3.0
2011-06-17  Luca BerraFix some type-aliasing issues.
2011-06-08  Adam KwolekDo not use backup file for external metadata
2011-06-08  Adam KwolekFIX: Enable metadata updates for raid0
2011-06-08  NeilBrownGrow: Add paranoid level checking to analyse_change.
2011-06-08  Adam KwolekSupport restore_stripes() from the given buffer
2011-05-16  NeilBrownGrow: accept --assume-clean with --grow --size
2011-05-10  NeilBrownGrow: allow auto-readonly arrays to be reshaped.
2011-05-10  NeilBrownGrow: handle abort/restart of grow while being monitored.
2011-05-10  NeilBrownGrow: restore ability to configure 'faulty' arrays...
2011-05-10  NeilBrownGrow: report if a --size change has no effect.
2011-05-10  NeilBrownGrow: check if any changes needed before proceeding...
2011-05-10  NeilBrownGrow: When setting component size make sure components...
next