summaryrefslogtreecommitdiff
path: root/Grow.c
Commit message (Expand)AuthorAge
* Grow: don't print message if unfreezing fails.NeilBrown2012-05-15
* Grow: fix --layout=preserve to match man page.NeilBrown2012-05-15
* Grow: failing the set the per-device size is not an error.NeilBrown2012-05-03
* Introduce sysfs_set_num_signed() and use it to set bitmap/offsetJes Sorensen2012-04-30
* fix: correct extending size of raid0 arrayLukasz Dorau2012-04-23
* FIX: Size change is possible as standalone change onlyAdam Kwolek2012-04-17
* FIX: Detect error and rollback metadataAdam Kwolek2012-04-17
* FIX: Respect metadata size limitationsAdam Kwolek2012-04-17
* FIX: Extend size of raid0 arrayAdam Kwolek2012-04-17
* FIX: Support metadata changes rollbackAdam Kwolek2012-04-17
* imsm: Execute size change for external metatdataAdam Kwolek2012-04-17
* Grow: print useful error when converting RAID1->RAID5 will fail.NeilBrown2012-03-22
* Remove possible crash during RAID6 -> RAID5 reshape.NeilBrown2012-03-22
* FIX: Changes in '0' case for reshape position verificationAdam Kwolek2012-02-20
* FIX: Do not try to (continue) reshape using inactive arrayAdam Kwolek2012-02-09
* FIX: restart reshape when reshape process is stopped just between 2 reshapesAdam Kwolek2012-02-09
* FIX: use md position to reshape restartAdam Kwolek2012-02-09
* Flush mdmon before next reshape step during container operationAdam Kwolek2012-02-09
* FIX: Typo error in fprint commandAdam Kwolek2012-01-30
* FIX: mdmon check in reshape_container() can cause a problemAdam Kwolek2012-01-30
* FIX: External metadata sometimes is not updatedAdam Kwolek2012-01-30
* Grow/bitmap: support adding bitmap via sysfs.NeilBrown2011-12-23
* Grow.c: fix lots of white-space issues.NeilBrown2011-12-23
* Grow: fix reshape-array for shrinking reshapes.NeilBrown2011-12-23
* Grow: fix start_reshape for shrinking arrays.NeilBrown2011-12-23
* FIX: Add error message in container_reshape()Adam Kwolek2011-12-15
* FIX: Do not allow for multiple reshape_array() execution during reshape_conta...Adam Kwolek2011-12-15
* FIX: Do not continue container reshape when mdmon is absentAdam Kwolek2011-11-07
* Grow_reshape(): Fix another 'sra' leakJes Sorensen2011-11-02
* Grow_restart(): free() offsets after useJes Sorensen2011-11-02
* Grow_addbitmap(): don't try to close a file descriptor which failed to openJes Sorensen2011-11-02
* Grow_Add_device(): dev_open() return a negative fd on errorJes Sorensen2011-11-02
* Grow: fix check_reshape and open_code it.NeilBrown2011-11-01
* Add missing return in case of trying to grow sub-arrayJes Sorensen2011-11-01
* Fix memory leaks in reshape_array()Jes Sorensen2011-11-01
* kill-subarray: fix, IMSM cannot kill-subarray with unsupported metadataLabun, Marcin2011-10-31
* FIX: Close unused handle in child process during reshape restartAdam Kwolek2011-10-27
* Grow: Only ping monitor on level change if array is container based.NeilBrown2011-10-17
* Always run Grow_continue() for started array.Adam Kwolek2011-10-07
* Set correct reshape restart positionAdam Kwolek2011-10-05
* Remove freeze() call from Grow_continue()Adam Kwolek2011-10-05
* restore_backup() throws core dumpNeilBrown2011-10-05
* Verify reshape restart positionAdam Kwolek2011-10-03
* Add continue option to grow commandAdam Kwolek2011-10-03
* Do not continue reshape during initrd phaseAdam Kwolek2011-10-03
* fix: correct unlocking of map fileLukasz Dorau2011-10-03
* Move restore backup code to functionAdam Kwolek2011-09-21
* Grow: refuse to grow a 0.90 array beyond 2TBNeilBrown2011-09-08
* Discourage large devices from being added to 0.90 arrays.NeilBrown2011-09-08
* Grow: ensure clean abort if we cannot read the 'completed' file.NeilBrown2011-07-27