]> git.ipfire.org Git - thirdparty/mdadm.git/history - Grow.c
Remove scattered checks for malloc success.
[thirdparty/mdadm.git] / Grow.c
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...
2011-04-19  Adam KwolekFIX: Check correctly raid disks during reshape restart
2011-04-18  Adam KwolekFIX: Fiddle raid_disks number when restarting reshape
2011-04-14  Adam KwolekFIX: Use successfully loaded metadata only
2011-04-11  Adam KwolekFIX: Raid0 expansion cannot be restarted
2011-03-24  NeilBrownMerge branch 'master' into devel-3.2
2011-03-22  NeilBrownGrow: increase raid_disks before adding specific spares.
2011-03-18  Adam KwolekFIX: ping_monitor() usage causes memory leaks
2011-03-15  NeilBrownMerge branch 'master' into devel-3.2
2011-03-14  NeilBrownMerge branch 'master' into devel-3.2
2011-03-14  Adam KwolekFIX: Unfreeze array on success only
2011-03-10  NeilBrownMerge branch 'master' into devel-3.2
2011-03-10  NeilBrownFix warning about host-endian bitmaps.
2011-03-10  NeilBrownGrow: give useful message when adding bitmap gives...
2011-03-10  NeilBrownGrow: disallow placing backup file on array being reshaped.
2011-03-10  NeilBrownCreate/grow: improve checks on number of devices.
2011-03-10  NeilBrownerror check reading of 'degraded' from sysfs.
2011-03-10  NeilBrownInitialise all of file when opening backup file for...
2011-03-10  NeilBrownGrow: allow monitor thread to exit when there is nothin...
2011-03-10  NeilBrownGrow: don't forget_backup when length of backup is...
2011-03-10  NeilBrownGrow: make sure 'info' doesn't have confusing data.
2011-03-10  NeilBrownGrow: support reshape of RAID0 arrays.
2011-03-10  NeilBrownGrow: Allow for component_size not being set for RAID0...
2011-03-10  Adam KwolekFIX: Set 'active' array state before array configuration
2011-03-10  NeilBrownGrow: make sure mdmon is running for Grow_continue...
2011-03-09  Adam KwolekFIX: Load container content for container reshape conti...
2011-03-09  NeilBrownGrow: don't let analyse_change see new level from metadata.
2011-03-09  NeilBrownGrow: don't try to use 'raid_disks' value for a container.
2011-03-09  NeilBrownGrow: only check 'native format' when really needed.
2011-03-09  Adam KwolekFIX: Check correct 'old' level to see if reshape is...
2011-03-09  NeilBrownGrow: add check that there are enough devices.
2011-03-09  NeilBrownTypo in dprintf
2011-03-09  NeilBrownFix comment in progress_reshape
2011-03-09  NeilBrownGrow: allow a RAID1 to be reshaped directly to 3-drive...
2011-03-08  NeilBrownAllow Grow_continue for whole container as well as...
next