summaryrefslogtreecommitdiff
path: root/Grow.c
Commit message (Expand)AuthorAge
* Grow: use raid_disks, not nr_disksNeilBrown2010-08-06
* Fix writing of second backup superblock during growNeilBrown2010-08-05
* Compile with -Wextra by defaultNeilBrown2010-08-05
* Fix restarting of reshaping arrays.NeilBrown2010-07-29
* Fix use of rv in Grow_reshapeNeilBrown2010-07-29
* Bugfix: don't issue a read larger than the buffer to hold itDoug Ledford2010-07-22
* Always assume SKIP_GONE_DEVS behaviour and kill the flagDan Williams2010-06-16
* Grow: move error message closer to error cause.NeilBrown2010-05-18
* Grow: avoid overflow of chunk sizes.NeilBrown2010-04-29
* Don't attempt to create or read bitmaps where the metadata doesn't support it.NeilBrown2010-04-07
* Grow: fix recent breakage - lseek return status.NeilBrown2010-03-10
* Grow: fix problem with validating chunk sizeNeilBrown2010-03-09
* Add _FORTIFY_SOURCE to mdadm.O2 build.NeilBrown2010-03-03
* Fix warning about unused variable.NeilBrown2010-03-03
* Grow: be more relaxed about timestamp mismatches on backup file.NeilBrown2010-02-24
* Grow: If bitmap interferes with grow, report this.NeilBrown2010-01-28
* Remove stray debugging printfsNeilBrown2010-01-28
* Grow: be more careful when using array.sizeNeilBrown2009-11-26
* Grow: avoid truncation error when checking size of array.NeilBrown2009-11-26
* Grow: various fixes to recent breakages.NeilBrown2009-11-17
* Grow: data_offset is in sectors, offsets[] is in bytes - convertNeilBrown2009-11-16
* Grow: do not allow size changes with other changes.NeilBrown2009-11-06
* Grow: goto release rather than just returnNeilBrown2009-11-06
* Grow: restrict to 2.6.32NeilBrown2009-11-06
* Grow: use large block count and make sure stripe cache can hold it.NeilBrown2009-11-06
* Grow: get component_size before using it.NeilBrown2009-11-06
* Grow: handle array going degraded during reshape.NeilBrown2009-11-06
* Grow: restore backup to proper location.NeilBrown2009-11-06
* Grow: update backup-metadata mtime every time we write it.NeilBrown2009-10-22
* Grow: reject raid-disks reduction in RAID5 etc before 2.6.32NeilBrown2009-10-20
* Assemble: print more verbose messages about restarting a reshapeNeilBrown2009-10-20
* Add missing 'continue' in Grow_restart.NeilBrown2009-10-20
* Grow_restart to handle reducing number of devices in an array.NeilBrown2009-10-16
* Grow: don't make 'blocks' too large during in-place reshape.NeilBrown2009-10-16
* Grow: ignore error from final wait_backupNeilBrown2009-10-12
* Grow: make sure bsb2 is properly alignedNeilBrown2009-10-12
* Merge branch 'master' into devel-3.1NeilBrown2009-10-01
|\
| * Update copyright dates and remove references to @cse.unsw.edu.auNeilBrown2009-06-02
* | Grow: support restart of new migrations.NeilBrown2009-08-13
* | Handle extra 'grow' variations.NeilBrown2009-08-11
* | restripe: support saving when not all devices are present.NeilBrown2009-07-14
* | Grow: --size improvements.NeilBrown2009-07-14
* | Grow: pass layout as a string rather than a number.NeilBrown2009-07-14
|/
* Merge branch 'master' of git://github.com/djbw/mdadm into devel-3.0NeilBrown2009-04-14
|\
| * Grow: fix hang when reshape completes too fastDan Williams2009-04-12
* | grow: don't wait forever for critical section to pass.NeilBrown2009-04-01
|/
* Fix alignment for backup of reshape data.NeilBrown2008-08-19
* Merge branch 'master' into from-stableNeilBrown2008-08-07
|\
| * Clean up usage of open()Doug Ledford2008-07-24
| * Add test for stoping and restarting a raid5 reshape.Neil Brown2008-06-27