summaryrefslogtreecommitdiff
path: root/Grow.c
Commit message (Expand)AuthorAgeFilesLines
* Grow/raid10: support reducing the devices in a RAID10.NeilBrown2012-05-211-11/+78
* Grow: add raid10 reshape.NeilBrown2012-05-211-43/+332
* Add --data-offset flag for Create and GrowNeilBrown2012-05-211-0/+6
* Grow: don't print message if unfreezing fails.NeilBrown2012-05-151-2/+0
* Grow: fix --layout=preserve to match man page.NeilBrown2012-05-151-1/+29
* Grow: failing the set the per-device size is not an error.NeilBrown2012-05-031-1/+3
* Introduce sysfs_set_num_signed() and use it to set bitmap/offsetJes Sorensen2012-04-301-2/+2
* fix: correct extending size of raid0 arrayLukasz Dorau2012-04-231-1/+1
* FIX: Size change is possible as standalone change onlyAdam Kwolek2012-04-171-1/+1
* FIX: Detect error and rollback metadataAdam Kwolek2012-04-171-2/+11
* FIX: Respect metadata size limitationsAdam Kwolek2012-04-171-0/+21
* FIX: Extend size of raid0 arrayAdam Kwolek2012-04-171-0/+35
* FIX: Support metadata changes rollbackAdam Kwolek2012-04-171-6/+10
* imsm: Execute size change for external metatdataAdam Kwolek2012-04-171-31/+47
* Grow: print useful error when converting RAID1->RAID5 will fail.NeilBrown2012-03-221-0/+4
* Remove possible crash during RAID6 -> RAID5 reshape.NeilBrown2012-03-221-6/+22
* FIX: Changes in '0' case for reshape position verificationAdam Kwolek2012-02-201-2/+10
* FIX: Do not try to (continue) reshape using inactive arrayAdam Kwolek2012-02-091-0/+14
* FIX: restart reshape when reshape process is stopped just between 2 reshapesAdam Kwolek2012-02-091-0/+12
* FIX: use md position to reshape restartAdam Kwolek2012-02-091-26/+60
* Flush mdmon before next reshape step during container operationAdam Kwolek2012-02-091-2/+10
* FIX: Typo error in fprint commandAdam Kwolek2012-01-301-1/+1
* FIX: mdmon check in reshape_container() can cause a problemAdam Kwolek2012-01-301-6/+0
* FIX: External metadata sometimes is not updatedAdam Kwolek2012-01-301-0/+1
* Grow/bitmap: support adding bitmap via sysfs.NeilBrown2011-12-231-4/+20
* Grow.c: fix lots of white-space issues.NeilBrown2011-12-231-43/+41
* Grow: fix reshape-array for shrinking reshapes.NeilBrown2011-12-231-3/+5
* Grow: fix start_reshape for shrinking arrays.NeilBrown2011-12-231-4/+9
* FIX: Add error message in container_reshape()Adam Kwolek2011-12-151-3/+7
* FIX: Do not allow for multiple reshape_array() execution during reshape_conta...Adam Kwolek2011-12-151-0/+19
* FIX: Do not continue container reshape when mdmon is absentAdam Kwolek2011-11-071-0/+6
* Grow_reshape(): Fix another 'sra' leakJes Sorensen2011-11-021-0/+3
* Grow_restart(): free() offsets after useJes Sorensen2011-11-021-0/+3
* Grow_addbitmap(): don't try to close a file descriptor which failed to openJes Sorensen2011-11-021-5/+6
* Grow_Add_device(): dev_open() return a negative fd on errorJes Sorensen2011-11-021-1/+1
* Grow: fix check_reshape and open_code it.NeilBrown2011-11-011-38/+16
* Add missing return in case of trying to grow sub-arrayJes Sorensen2011-11-011-0/+1
* Fix memory leaks in reshape_array()Jes Sorensen2011-11-011-2/+13
* kill-subarray: fix, IMSM cannot kill-subarray with unsupported metadataLabun, Marcin2011-10-311-0/+75
* FIX: Close unused handle in child process during reshape restartAdam Kwolek2011-10-271-2/+11
* Grow: Only ping monitor on level change if array is container based.NeilBrown2011-10-171-2/+6
* Always run Grow_continue() for started array.Adam Kwolek2011-10-071-24/+19
* Set correct reshape restart positionAdam Kwolek2011-10-051-6/+11
* Remove freeze() call from Grow_continue()Adam Kwolek2011-10-051-1/+0
* restore_backup() throws core dumpNeilBrown2011-10-051-3/+3
* Verify reshape restart positionAdam Kwolek2011-10-031-0/+31
* Add continue option to grow commandAdam Kwolek2011-10-031-0/+131
* Do not continue reshape during initrd phaseAdam Kwolek2011-10-031-11/+29
* fix: correct unlocking of map fileLukasz Dorau2011-10-031-0/+2
* Move restore backup code to functionAdam Kwolek2011-09-211-0/+61